Attended the IELTS twice, but haven't got my expected bandscore, I think I will work on a third try again!Test 1:听力阅读写作口语总成绩6.07.06.06.56.5Test 2:听力阅读...
分类:
其他好文 时间:
2015-06-26 13:27:13
阅读次数:
115
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=2579Dating with girls(2)DescriptionIf you have solved the problem Dating with girls(1).I think you can s...
分类:
其他好文 时间:
2015-06-25 23:00:56
阅读次数:
172
always be played by the rules, i think it's time to breakthrough the limitation, if i were to succeed, the rules will be meaningless, but i'll never f...
分类:
其他好文 时间:
2015-06-24 20:57:20
阅读次数:
126
Description
Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.
...
分类:
编程语言 时间:
2015-06-23 21:41:15
阅读次数:
155
This is a typical problem aboutsearching. In fact, you can use either BFS or DFS for it. Personally, I use BFS because I think it is more intuitive an...
分类:
其他好文 时间:
2015-06-23 21:27:19
阅读次数:
90
The short summary of the article is that CAP isn’t “C, A, or P, choose
two,” but rather “When P happens, choose A or C.”Partitions, like death and taxes, are unavoidable – think of machine
death as j...
分类:
其他好文 时间:
2015-06-23 20:09:49
阅读次数:
115
1. Apache配置文件httpd.conf最后面添加TraceEnable off2.ThinkPHP在header头中会添加X-Powered-By: ThinkPHP,需要在Think/Core/View.class.php中搜索注释掉3.httponly必须开启4. 隐藏头部Server版...
分类:
其他好文 时间:
2015-06-22 20:38:39
阅读次数:
133
原文:ThinkPHP3.2 加载过程(一)加载过程(官方介绍) : 用户URL请求 调用应用入口文件(通常是网站的index.php) 载入框架入口文件(ThinkPHP.php) 记录初始运行时间和内存开销 系统常量判断及定义 载入框架引导类(Think\Think)并执行Think::star...
分类:
Web程序 时间:
2015-06-20 06:49:22
阅读次数:
151
A typical backtracking problem. For any backtracking problem, you need to be think about three ascepts:What is a partial solution and when is it finis...
分类:
其他好文 时间:
2015-06-17 00:38:34
阅读次数:
229
第一步:下载官方PHP支付demo第二步:将文件夹拷贝到thinkphp 框架文件的vendor中;第三步:稍微修改源码,把PHP脚本改成类的形式;例; class js_api_call extends \Think\Controller{ public function js_api...
分类:
微信 时间:
2015-06-16 16:30:57
阅读次数:
238