1. Basic Regular Expression a. "^" matching the head of a line. "^" must be the first character in a regular expression ,else it only a common ch...
分类:
其他好文 时间:
2014-09-27 19:08:30
阅读次数:
160
将img放置在div中,通过移动div达到移动img的效果,下面是水平移动。 html文件: js文件:var i=10;function transferImages(){ var first = document.ge...
分类:
移动开发 时间:
2014-09-27 18:10:30
阅读次数:
166
Gold Coins
Time Limit: 1000MS Memory Limit: 30000K
Total Submissions: 21155 Accepted: 13265
Description
The king pays his loyal knight in gold coins. On the first day of his service, the...
分类:
其他好文 时间:
2014-09-27 14:29:09
阅读次数:
200
要使列表逆序的话,大多数人包括我一半都会选择在ol标签里使用reversed属性 first second third fourth fifth sixth 效果展示: 未使用reversed:使用reversed后: 但是,reversed有很多的限制...
分类:
Web程序 时间:
2014-09-27 04:32:19
阅读次数:
221
深度优先搜索(DFS, Depth-First Search)是搜索的手段之一。它从某个状态开始,不断地转移状态直到无法转移,然后退到前一步的状态,如此不断重复,直至找到最终的解。部分和问题给定整数a1、a2、……、an,判断是否可以从中选出若干个数,使它们的和恰好为k。限制条件1 ≤ n ≤ 20...
分类:
其他好文 时间:
2014-09-27 00:38:38
阅读次数:
245
javascript中的call方法使当前对象可以调用另一个对象的方法,即改变this的指向内容 1 var first_object = { 2 num: 42 3 }; 4 var second_object = { 5 num: 24 6 }; 7 function multiply(mult...
分类:
移动开发 时间:
2014-09-26 19:44:18
阅读次数:
200
第一个版本:/* who1.c - a first version of the who program * open, read UTMP file, and show results. */#include #include #include #include #include #include...
分类:
其他好文 时间:
2014-09-26 19:25:29
阅读次数:
148
At first, i prepared to go through 《the introduction to algorithm》 ,however , i found some part of the book is difficult to understand; what’s more , ...
分类:
其他好文 时间:
2014-09-26 18:17:38
阅读次数:
249
this is my first time to try to write the blog about java.i focus on javaSE,javaEE,javaME, recording and sharing my mistakes or idea in no soon is wha...
分类:
其他好文 时间:
2014-09-26 11:21:18
阅读次数:
205
rotate原型:
std::rotate
C++98
C++11
template
ForwardIterator rotate (ForwardIterator first, ForwardIterator middle,
ForwardIterator last);
该函数是循环移...
分类:
其他好文 时间:
2014-09-26 11:17:38
阅读次数:
198