Related Links:http://blog.csdn.net/stevenhu_223/article/details/9229337 //best http://www.cnblogs.com/tt_mc/archive/2012/12/07/2807518.html //general
分类:
移动开发 时间:
2015-01-15 15:30:39
阅读次数:
130
Step 1: 查看是否有数据盘Step 2:对磁盘进行分区Step 3:格式化新分区Step 4:添加新分区Step 5:检查结果Related links:http://help.aliyun.com/view/11108189_13491193.html?spm=5176.2020520101...
分类:
其他好文 时间:
2015-01-14 21:19:18
阅读次数:
226
2706: [SDOI2012]棋盘覆盖Time Limit: 10 SecMemory Limit: 256 MBSubmit: 255Solved: 77[Submit][Status]Description在一个N*M个方格组成的棋盘内,有K个方格被称为特殊方格。我们要使用一组俄罗斯方块来覆盖...
分类:
其他好文 时间:
2015-01-14 09:38:59
阅读次数:
794
Service is like activity , but no UI.related links:http://www.cnblogs.com/zhangdongzi/archive/2012/01/08/2316711.html //goodhttp://blog.csdn.net/ryant...
分类:
移动开发 时间:
2015-01-12 00:08:58
阅读次数:
241
查看文件时间戳命令:stat awk.txtFile: `awk.txt'Size: 20 Blocks: 8 IO Block: 4096 regular fileDevice: 801h/2049d Inode: 380730 Links: 1Access: (0644/-rw-r--r--) ...
分类:
系统相关 时间:
2015-01-04 15:04:02
阅读次数:
159
Every single day without dancing is one day we betrayed of life....
分类:
其他好文 时间:
2015-01-02 16:03:05
阅读次数:
171
tanjar求图中的桥,然后排序输出。
代码:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define rep(i,a,b) for(int i=(a);i=(b);i--)
#def...
分类:
其他好文 时间:
2014-12-28 15:37:48
阅读次数:
177
方法: close(); open() write() writeln() 属性: alinkColoe, linkColor, vlinkColor anchors[] applets[] bgClor, fgClor cookie domain forms[] images[] lastModefied links[] location referrer title u...
分类:
其他好文 时间:
2014-12-26 13:11:15
阅读次数:
133
在wx.html2.EVT_WEBVIEW_LOADED中用WebView.RunScript运行删除连接目标的脚本javaScriptStr = '''function deleteBlank() { var links = document.links, i...
分类:
Web程序 时间:
2014-12-19 18:51:47
阅读次数:
245
首先先贴一下题目:Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2...
分类:
其他好文 时间:
2014-12-18 13:31:49
阅读次数:
194