在Linux上,可以轻松的使用forever或者pm2来部署nodejs应用。但是在windows下就麻烦了,pm2明确的说支持Linux & MacOS,forever在windows下貌似问题多多:另外还有一个选择就是iisnode,这个有空研究一下,今天先说下比较简单的nssm。nssm会监控...
Here I would like to share with you how to restore factory setting for Launch X431 V.Note: before operation, you need to keep following 2 points in mi...
分类:
其他好文 时间:
2015-03-11 16:53:14
阅读次数:
194
使用 Visual Studio 2010 Team Foundation Server 进行源代码编辑时,可以对代码实施以下三种锁定之一:Unchanged - Keep any existing lockCheck Out - Prevent other users from checking ...
分类:
Web程序 时间:
2015-03-10 17:07:18
阅读次数:
212
Face your past without regret. Handle your present with confidence.Prepare for future without fear. keep the faith and drop the fear. 面对过去无怨无悔,把握现在充满信...
分类:
Web程序 时间:
2015-03-09 16:03:13
阅读次数:
239
之前有写了一篇Masonry实现自动布局的随笔,今天无聊的时候又发现了另外一个自动布局的第三方框架Keep Layout,使用起来感觉比Masonry简单一点,相比之下容易理解?附上源码地址:https://github.com/iMartinKiss/KeepLayout关于一些属性的介绍:属性间...
分类:
其他好文 时间:
2015-03-08 22:55:58
阅读次数:
245
转载自:http://blog.csdn.net/forever_crying/article/details/8238863一. Fragment的生命周期 二. 与Activity生命周期的对比 场景演示 : 切换到该Fragment11-29 14:26:35.095: D/AppLi...
分类:
其他好文 时间:
2015-03-08 21:29:23
阅读次数:
175
Proxy-Connection, 这个字段是干什么的?从字面上的意思看,这个字段表示和代理的连接。下面我们来具体看一下首先我们看一下设置了浏览器代理之后HTTP的请求有哪些变化GET / HTTP/1.1Host: www.example.comConnection: keep-aliveGET ...
分类:
其他好文 时间:
2015-03-06 16:27:40
阅读次数:
209
Given a binary search tree and a new tree node, insert the node into the tree. You should keep the tree still be a valid binary search tree.ExampleGi....
分类:
其他好文 时间:
2015-03-05 06:50:40
阅读次数:
143
Given an array with positive and negative integers. Re-range it to interleaving with positive and negative integers.NoteYou are not necessary to keep ...
分类:
其他好文 时间:
2015-03-05 06:50:29
阅读次数:
199