Railway tickets were difficult to buy around the Lunar New Year in China, so we must get up early and join a long queue…
The Lunar New Year was approaching, but unluckily the Little Cat still had schedules going here and there. Now, he had to travel by tra...
分类:
其他好文 时间:
2015-02-03 09:37:13
阅读次数:
222
原题地址基本模拟代码: 1 ListNode *removeNthFromEnd(ListNode *head, int n) { 2 ListNode *fast = head; 3 ListNode *slow = head; 4 ListNode...
分类:
其他好文 时间:
2015-02-02 15:33:58
阅读次数:
142
下面是GNU grep的原作者MikeHaertel 在FreeBSD邮件列表中对 “GNU grep为什么比BSD grep要快” 这个问题所做的回答,解释了grep是如何进行快速搜索的,下面是邮件正文内容:
why GNU grep is fast
Mike Haertel mike at ducky.net
Sat Aug 21 03:00:30 UTC 2010
?...
分类:
其他好文 时间:
2015-02-01 13:34:24
阅读次数:
270
FastJSON 应用前测试FastJSON是一个很好的java开源json工具类库,相比其他同类的json类库,它的速度的确是fast,最快!但是文档做得不好,在应用前不得不亲测一些功能。实际上其他的json处理工具都和它差不多,api也有几分相似。一、JSON规范JSON是一个标准规范,用于数据...
分类:
Web程序 时间:
2015-01-29 14:03:34
阅读次数:
192
http://www.verypdf.com/pdfinfoeditor/pdf-linearization.htmlWhat exactly is PDF Linearization (fast web view)?PDF file linearization (also known as opt...
分类:
其他好文 时间:
2015-01-27 18:07:29
阅读次数:
125
通常,合并分支时,如果可能,Git会用Fast forward模式,但这种模式下,删除分支后,会丢掉分支信息。如果要强制禁用Fast forward模式,Git就会在merge时生成一个新的commit,这样,从分支历史上就可以看出分支信息。下面我们实战一下--no-ff方式的git merge:首...
分类:
其他好文 时间:
2015-01-27 12:35:51
阅读次数:
193
1.show()和hide()show()方法和hide()方法是jQuery中最基本的动画方法。参数:fast,normal,slow或者数字2.fadeIn()和fadeOut()与show()和hide()不同,这俩个方法只改变透明度3.slideUp()和slideDown()这俩个方法只改...
分类:
Web程序 时间:
2015-01-26 16:32:35
阅读次数:
262
Google Mesa的文章:https://research.google.com/pubs/pub42851.html https://gigaom.com/2014/08/07/google-shows-off-mesa-a-super-fast-data-warehouse-that-run...
分类:
其他好文 时间:
2015-01-25 22:30:59
阅读次数:
162
#include"iostream"#include"stdio.h"#include"string.h"#include"algorithm"#include"stdlib.h"using namespace std;char s[100];int main(){ int t; cin...
分类:
其他好文 时间:
2015-01-24 22:44:13
阅读次数:
212
http://www.163ns.com/zixun/post/5295.html本文章总结了在php开发中可能会常常碰到的一些php连接不了mysql数据库的一些问题总结与解决方法分享,有需要的朋友可参考一下。问题一今天给本本装上mysql和php,一切安装都很正常(php@IIS7.5-fast...
分类:
数据库 时间:
2015-01-23 13:00:05
阅读次数:
179