码迷,mamicode.com
首页 >  
搜索关键字:excuse me    ( 4131个结果
A - Excellent Team
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
webserver interface test script
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里重复元素
这里有两种方法帮你删除在一个ArrayList里重复的elements。下面的程序片段里,removeDuplicate方法不维护顺序 (Order),而removeDuplicateWithOrder方法会保持顺序 (Order),但会有些性能上的牺牲。The removeDuplicate Me...
分类:其他好文   时间:2014-08-22 19:37:59    阅读次数:174
[Int Basics]
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(完全背包)
题目: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
26 个 jQuery使用技巧
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
HDU 1798 Tell me the area (计算几何)
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
vb6动态创建webbrowser
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
UvaOJ494 - Kindergarten Counting Game
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!