摘要: Spark installation for windows 阅读全文
posted @ 2016-10-22 16:05 kylindai 阅读(158) 评论(0) 推荐(0)
摘要: $ps Lp 179093 cu | more $printf "%x\n" 179105 2bba1 $jstack l 179093 jstack.log $vi jstack.log search 2bba1 here is a script: 阅读全文
posted @ 2016-09-30 01:17 kylindai 阅读(427) 评论(0) 推荐(0)
摘要: find . type d name ".git" | xargs rm rf 阅读全文
posted @ 2016-09-07 10:44 kylindai 阅读(159) 评论(0) 推荐(0)
摘要: netstat -aon | findstr "5037"and you will find the process "kadb.exe" that used the port 5037, kill this process and restart your android application. 阅读全文
posted @ 2015-06-13 12:13 kylindai 阅读(290) 评论(0) 推荐(0)
摘要: putty ssh login linux 阅读全文
posted @ 2014-04-14 21:26 kylindai 阅读(373) 评论(0) 推荐(0)
摘要: nodejs http proxy 阅读全文
posted @ 2014-02-26 22:22 kylindai 阅读(17568) 评论(2) 推荐(2)
摘要: mybatis JsonTypeHandler and ArrayTypeHandler 阅读全文
posted @ 2014-02-23 23:35 kylindai 阅读(66677) 评论(3) 推荐(3)
摘要: 用nodejs做postgresql数据迁移 阅读全文
posted @ 2014-02-09 20:38 kylindai 阅读(3280) 评论(1) 推荐(0)
摘要: nodejs postgresql module pg 阅读全文
posted @ 2014-02-09 00:51 kylindai 阅读(1156) 评论(0) 推荐(0)
摘要: mongodb win32 service 阅读全文
posted @ 2014-02-05 23:19 kylindai 阅读(207) 评论(0) 推荐(0)