02 2016 档案

只有注册用户登录后才能阅读该文。
posted @ 2016-02-25 21:31 刘镇维 编辑
摘要: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 刘镇维 阅读(762) 评论(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 刘镇维 阅读(17935) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示