symons

___________每一天都是幸福的!!

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 ··· 22 下一页

2014年12月11日

摘要: 1 #/bin/sh 2 3 TASK_LIST=$1 4 len=`wc -l $TASK_LIST | awk '{print $1}'` 5 6 #noExce(){ 7 sed -n '1,'$(( (len/5) ))'p' $TASK_LI... 阅读全文
posted @ 2014-12-11 20:05 symons 阅读(308) 评论(0) 推荐(0)

2014年11月6日

摘要: pythonperlshellc++ 阅读全文
posted @ 2014-11-06 19:54 symons 阅读(103) 评论(0) 推荐(0)

2014年10月24日

摘要: url:http://ontrakinfo.wordpress.com/2012/10/29/making-gtfs-query-more-convenient/这简直说出了我的心声。I have been spending a lot of time parsing the GTFS databa... 阅读全文
posted @ 2014-10-24 04:17 symons 阅读(233) 评论(0) 推荐(0)

2014年10月21日

摘要: DocumentationThe General Transit Feed Specification isdocumentedona Google Code site.Tablesin our feedWecurrently includethe following tables in the C... 阅读全文
posted @ 2014-10-21 19:44 symons 阅读(330) 评论(0) 推荐(0)

2014年9月17日

摘要: 一坨js代码: 1 function s_gi(un, pg, ss) { 2 var c = "s.version='H.26';s.an=s_an;s.logDebug=function(m){var s=this,tcf=new Function('var e;try{console.... 阅读全文
posted @ 2014-09-17 19:28 symons 阅读(339) 评论(2) 推荐(0)

2014年8月29日

摘要: 来自:http://blog.csdn.net/endall/archive/2007/08/29/1764554.aspxVim中的正则表达式功能很强大,如果能自由运用,则可以完成很多难以想象的操作。如果你比较熟悉Perl的正规表达式,可以直接参照与Perl正则表达式的区别一节。使用正则表达式的命... 阅读全文
posted @ 2014-08-29 16:02 symons 阅读(303) 评论(0) 推荐(0)

2014年8月8日

摘要: 1 #!/usr/bin/python 2 3 read = file('thread-1554-1-1.html','r') 4 wr = file('list','w') 5 6 while 1: 7 line=read.readline() 8 if 'href' in ... 阅读全文
posted @ 2014-08-08 11:14 symons 阅读(881) 评论(0) 推荐(0)

2014年8月6日

摘要: deb http://mirrors.163.com/ubuntu/ precise main universe restricted multiversedeb-src http://mirrors.163.com/ubuntu/ precise main universe restricted ... 阅读全文
posted @ 2014-08-06 13:34 symons 阅读(1350) 评论(0) 推荐(1)

2014年7月21日

摘要: 【转自】http://www.tuicool.com/articles/zAz6zi【原文】http://blog.segmentfault.com/hongfei/1190000000343851在使用新浪微博提供的API时,首先需要通过认证和授权,关于这部分,大家可以参考下 这篇文章 在完成以上... 阅读全文
posted @ 2014-07-21 16:42 symons 阅读(386) 评论(0) 推荐(0)

2014年7月7日

摘要: 我喜欢用vim来编辑,经常要按到esc,但是去按那个按键确实比较的远,而且CapsLock这个按键对我来说着实有些鸡肋,所以就想在win7上也能像ubuntu那样把capslock映射为esc,在网上寻找的过程中,找到了一个靠谱的做法。 具体方法:打开记事本把这段代码附近进去,然后保存文件,文件名是 阅读全文
posted @ 2014-07-07 21:49 symons 阅读(1934) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 22 下一页