Description Gibbs: Next! First Pirate: My wife ran off with my dog and I'm drunk for a month. Gibbs: Perfect. Next! Second Pirate: Me hav...
分类:
其他好文 时间:
2014-08-23 11:12:50
阅读次数:
224
1 import urllib.request,json 2 3 4 5 country=['id','th','vn','in','br','me','ru','na','hk'] 6 url_lst=[ 7 '.server.voga360.com/nclient/sjson/playp...
分类:
Web程序 时间:
2014-08-22 19:42:49
阅读次数:
248
这里有两种方法帮你删除在一个ArrayList里重复的elements。下面的程序片段里,removeDuplicate方法不维护顺序 (Order),而removeDuplicateWithOrder方法会保持顺序 (Order),但会有些性能上的牺牲。The removeDuplicate Me...
分类:
其他好文 时间:
2014-08-22 19:37:59
阅读次数:
174
1, In your current role, tell me about a design decision you've had to make2,Can you give me an example of a bad design decision you've made in the pa...
分类:
其他好文 时间:
2014-08-22 19:36:29
阅读次数:
158
题目:UVA - 357Let Me Count The Ways(完全背包)
题目大意:给出N,问用1, 5, 10, 25, 50,这些硬币能够凑出N的方式有多少种。
代码:
#include
#include
const int N = 5;
const int maxn = 30005;
const int coin[N] = {1, 5, 10, 25, 50...
分类:
其他好文 时间:
2014-08-22 13:01:38
阅读次数:
150
The use of the jQuery library is growing and growing(just released jQuery 1.4), more and more people are using this useful javascript library. This me...
分类:
Web程序 时间:
2014-08-22 09:18:35
阅读次数:
334
http://blog.fuckbugs.me/category/ios///CatchImage.h#import@interfaceCatchImage:NSObject/**videoURL:视频地址(本地/网络)*time:第N帧*/+(UIImage*)thumbnailImageForV...
分类:
其他好文 时间:
2014-08-21 22:37:34
阅读次数:
276
Tell me the areaTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1801Accepted Submission(s): 542Pro...
分类:
其他好文 时间:
2014-08-21 18:31:54
阅读次数:
150
Option ExplicitPrivate WithEvents IE As VBControlExtenderPrivate Sub Command1_Click() Dim IE Set IE = Me.Controls.Add("Shell.Explorer.2", "IE", ...
分类:
Web程序 时间:
2014-08-21 11:13:54
阅读次数:
460
Kindergarten Counting Game
Everybody sit down in a circle. Ok. Listen to me carefully.
``Woooooo, you scwewy wabbit!''
Now, could someone tell me how many words I just said?
Input and...
分类:
其他好文 时间:
2014-08-20 18:04:02
阅读次数:
205