02 2016 档案

摘要:http://www.cnblogs.com/HelloCG/category/172682.html 定义点: function Point(x,y) { this.x = x; this.y = y; } 两点间的距离: function pointDistance(p1, p2) { var 阅读全文
posted @ 2016-02-12 16:59 刘镇维 阅读(776) 评论(1) 推荐(1)
摘要:nohup node ***.js & 这种方法可以,但存在你无法查询日志等问题 在SSH里另一个有效的方法是screen命令。 【转】http://www.9usb.net/201002/linux-screen-mingling.html 作为linux服务器管理员,经常要使用ssh登陆到远程l 阅读全文
posted @ 2016-02-02 13:05 刘镇维 阅读(17959) 评论(0) 推荐(0)