会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kylin@world
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
6
下一页
2016年10月22日
Spark installation for windows
摘要: Spark installation for windows
阅读全文
posted @ 2016-10-22 16:05 kylindai
阅读(158)
评论(0)
推荐(0)
2016年9月30日
java cpu load
摘要: $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)
2016年9月7日
remove all .git files and directories use one command
摘要: find . type d name ".git" | xargs rm rf
阅读全文
posted @ 2016-09-07 10:44 kylindai
阅读(159)
评论(0)
推荐(0)
2015年6月13日
Android adb not responsing
摘要: 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)
2014年4月14日
putty ssh login linux
摘要: putty ssh login linux
阅读全文
posted @ 2014-04-14 21:26 kylindai
阅读(373)
评论(0)
推荐(0)
2014年2月26日
nodejs 实现 http proxy 透明转发
摘要: nodejs http proxy
阅读全文
posted @ 2014-02-26 22:22 kylindai
阅读(17568)
评论(2)
推荐(2)
2014年2月23日
mybatis 处理数组类型及使用Json格式保存数据 JsonTypeHandler and ArrayTypeHandler
摘要: mybatis JsonTypeHandler and ArrayTypeHandler
阅读全文
posted @ 2014-02-23 23:35 kylindai
阅读(66677)
评论(3)
推荐(3)
2014年2月9日
一次PostgreSql数据迁移,使用nodejs来完成
摘要: 用nodejs做postgresql数据迁移
阅读全文
posted @ 2014-02-09 20:38 kylindai
阅读(3280)
评论(1)
推荐(0)
nodejs 安装 postgresql module
摘要: nodejs postgresql module pg
阅读全文
posted @ 2014-02-09 00:51 kylindai
阅读(1156)
评论(0)
推荐(0)
2014年2月5日
mongodb 安装为windows服务
摘要: mongodb win32 service
阅读全文
posted @ 2014-02-05 23:19 kylindai
阅读(207)
评论(0)
推荐(0)
1
2
3
4
5
6
下一页
公告