lusin
V2EX  ›  问与答

程序员抢小米会有优势吗?

  •  
  •   lusin · Oct 15, 2013 · 6640 views
    This topic created in 4600 days ago, the information mentioned may be changed or developed.
    33 replies    1970-01-01 08:00:00 +08:00
    keniusahdu
        1
    keniusahdu  
       Oct 15, 2013
    我觉得没有...因为我没去抢还在这刷帖
    yuhuofeihe
        2
    yuhuofeihe  
       Oct 15, 2013
    幸运的抢到一个……
    chunchu
        3
    chunchu  
       Oct 15, 2013
    没有抢到
    zhttty
        4
    zhttty  
       Oct 15, 2013
    好像抢到不用付钱似的...
    xspoco
        5
    xspoco  
       Oct 15, 2013


    帮同事抢到一个。
    usbaby
        6
    usbaby  
       Oct 15, 2013
    十万台我都没有抢到一个
    favormm
        7
    favormm  
       Oct 15, 2013
    哪个高人写个脚本去抢
    colincat
        8
    colincat  
       Oct 15, 2013 via iPhone
    colincat
        9
    colincat  
       Oct 15, 2013 via iPhone
    @yuhuofeihe 怎么抢到
    chenyaobin7
        10
    chenyaobin7  
       Oct 15, 2013
    抢不了,反复进入活动
    Sivan
        11
    Sivan  
       Oct 15, 2013
    一台电视,一台米三,都抢到了……今年 RP 已空。
    hsinglin
        12
    hsinglin  
       Oct 15, 2013
    @yuhuofeihe 求转。。。
    funagi
        13
    funagi  
       Oct 15, 2013
    小米一斤才几块钱,到处都有卖,为何要抢?
    yuhuofeihe
        14
    yuhuofeihe  
       Oct 15, 2013
    @colincat
    @hsinglin

    就随便那么一抢啊,跟往常一样。
    可以转,但是不清楚行情啊。
    hsinglin
        15
    hsinglin  
       Oct 15, 2013
    @yuhuofeihe 行情在你心中:)
    underone
        16
    underone  
       Oct 15, 2013
    @Sivan 一个字:
    打倒!
    sun019
        17
    sun019  
       Oct 15, 2013
    @yuhuofeihe 求转 给个联系方式吧
    hpan
        18
    hpan  
       Oct 15, 2013
    @xspoco NB
    alexrezit
        19
    alexrezit  
       Oct 15, 2013   ❤️ 3
    我觉得智商够的程序员都不会去抢那种垃圾.
    rrfeng
        20
    rrfeng  
       Oct 15, 2013
    必然啊

    至少页面上的计时器(开始时间和排队间隔)阻挡不了我们

    所以可以预估网络延迟, [提前] + [频繁] 发送预订信息过去,总能成功的……
    vicence
        21
    vicence  
       Oct 15, 2013
    @xspoco TD版的,去看看
    zakokun
        22
    zakokun  
       Oct 15, 2013
    明明在花钱买东西为什么说在抢...
    zakokun
        23
    zakokun  
       Oct 15, 2013
    @zhttty 深有同感...买个手机邀五邀六的,明明是原价买的却好像占了大便宜...这被忽悠的摸不到北了
    vicence
        24
    vicence  
       Oct 15, 2013
    还好没买,米3不支持TD-LTE,坐等米3S,希望能支持移动4G
    xsown
        25
    xsown  
       Oct 15, 2013
    failed123
        26
    failed123  
       Oct 15, 2013
    天王盖地虎,米粉智负五。
    Nick
        27
    Nick  
       Oct 15, 2013
    在街上碰到拿小米的人
    我都会下意识把他脑补为程序猿
    leosama
        28
    leosama  
       Oct 16, 2013
    @Nick 这是黑?=。=
    nuansediao
        29
    nuansediao  
       Oct 16, 2013
    没有抢过,也不打算抢。
    ameba
        30
    ameba  
       Oct 16, 2013
    apirl
        31
    apirl  
       Oct 16, 2013
    fooCoder
        32
    fooCoder  
       Oct 16, 2013
    v2ex上竟然都有这么多人抢……小米真是强大
    DuXing
        33
    DuXing  
       Dec 24, 2013
    @favormm

    /*
    Google Keyword:用Javascript抢小米手机 [前端小妖www.g8up.cn]
    */
    var btn = document.querySelector('#surTime');

    var isStart = setInterval(function(){//查询是否开始
    var str = btn.innerText;
    if( str.indexOf('秒后') > -1 ){
    console.debug('还没开始');
    }else{
    console.debug('开始抢购');
    buyXiaoMi();
    }
    }, 50 );

    //购买脚本
    function buyXiaoMi(){
    clearInterval(isStart); //停止查询是否开始脚本
    var buyBtn = document.querySelector('#surTime');
    window['start'] = setInterval(function(){
    buyBtn.click();
    },50 );//每隔50毫秒点击一次
    }

    // clearInterval(start); //停止购买脚本
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4359 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 95ms · UTC 00:12 · PVG 08:12 · LAX 17:12 · JFK 20:12
    ♥ Do have faith in what you're doing.