码迷,mamicode.com
首页 >  
搜索关键字:ask    ( 780个结果
ajax长轮询实现即时聊天室
前段js://处理ajax长轮询 $(function(){ ask_order(); function ask_order(){ var ask_action = "{:U('index/order_commet',array('time'=>10,'desk_id'=>$desk_id)...
分类:其他好文   时间:2014-07-02 17:52:33    阅读次数:195
Traveling
Problem J: TravelingTime Limit:1 SecMemory Limit:32 MBDescriptionSH likes traveling around the world. When he arrives at a city, he will ask the staff...
分类:其他好文   时间:2014-06-30 15:23:09    阅读次数:145
String to Integer (atoi)
题目 Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possibl...
分类:其他好文   时间:2014-06-24 23:14:28    阅读次数:238
Reverse Integer
题目 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus poin...
分类:其他好文   时间:2014-06-24 20:16:39    阅读次数:180
LeetCode——Reverse Integer
Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus points for y...
分类:其他好文   时间:2014-06-22 09:31:16    阅读次数:220
ITK流程自动签发
printf("member:%d\n",member);//find current signoffsSAFECALL(AOM_ask_value_tags(msg.task,"signoff_attachments", &num, &signoffs));//remove exists revi...
分类:其他好文   时间:2014-06-15 07:21:08    阅读次数:270
js学习笔记
2014-6-131.ask for input with aprompt.使用prompt显示输入文本对话框,并获取用户的输入。prompt("What is your name");2.console.log();打印结果。console.log("hello");
分类:Web程序   时间:2014-06-14 20:31:25    阅读次数:182
一道字符串水题LSS(ACdream)
一道水题但是我错了好惨罚时罚到最后一名Problem DescriptionTime flies, four years passed, colleage is over. When I am about to leave, a xuemei ask me an ACM problem, but I...
分类:其他好文   时间:2014-06-09 20:53:59    阅读次数:287
leetcode——String to Integer (atoi) 字符串转换为整型数(AC)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:其他好文   时间:2014-06-07 12:21:30    阅读次数:284
780条   上一页 1 ... 74 75 76 77 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!