10 2013 档案

qsort函数应用大全
摘要:七种qsort排序方法 一、对int类型数组排序 int num[100]; Sample: int cmp ( const void *a , const void *b ) { return *(int *)a - *(int *)b; } qsort(num,100,sizeof(num[... 阅读全文

posted @ 2013-10-23 14:33 疯子123 阅读(177) 评论(0) 推荐(0)

redis
摘要:redis cookbook download make cd src && . server cli -p 6379 ...... 阅读全文

posted @ 2013-10-21 20:42 疯子123 阅读(86) 评论(0) 推荐(0)

zeromq and jzmq
摘要:install c test install jzmq java test Storm UI Cluster Summary Version Nimbus uptime Supervisors Used slots Free slots Total slots... 阅读全文

posted @ 2013-10-19 22:13 疯子123 阅读(136) 评论(0) 推荐(0)

clojure
摘要:clojure:lisp leiningen:ant http://clojure.org/ https://github.com/technomancy/leiningen 阅读全文

posted @ 2013-10-18 22:25 疯子123 阅读(143) 评论(0) 推荐(0)

jvm compile
摘要:>>>Making sec-files-win @ Thu Oct 17 20:34:02 CST 2013 ... >>>Making jgss-files @ Thu Oct 17 20:34:02 CST 2013 ... >>>Finished making images @ Thu O... 阅读全文

posted @ 2013-10-17 20:41 疯子123 阅读(93) 评论(0) 推荐(0)

导航