node模块系统常用命令 命令 示例 备注 安装模块 npm install commander 最新版本 npm install commander@1.0.0 指定版本 npm install commander@1.0.x 支持通配符,代表1.0版本下的最新补丁 npm install com ...
分类:
其他好文 时间:
2016-07-02 13:19:12
阅读次数:
282
1、 2、 作者:H Hsu链接:http://www.zhihu.com/question/31284094/answer/52649382来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 我不算工程师,只算打杂的。。还是说说我老板吧,确实太佩服他了。我老板的titl ...
分类:
编程语言 时间:
2016-07-02 13:18:34
阅读次数:
177
TCP Keepalive HOWTO Prev Next 3. Using TCP keepalive under Linux Linux has built-in support for keepalive. You need to enable TCP/IP networking in ord ...
分类:
系统相关 时间:
2016-07-02 13:19:22
阅读次数:
391
在VM 中装完SQL 后, 需要检查 1.SQL 访问相关的Service是否启动 2.是否允许远程登录 3.SQL的TCP/IP 是否启用 ...
分类:
数据库 时间:
2016-07-02 13:18:50
阅读次数:
154
?Table of Contents Journey to the Center of the Linux Kernel: Traffic Control, Shaping and QoS 1 Introduction 2 Motivation 3 The basics of Traffic Con ...
改一下后缀名,.bat,在“你的密码”处改成自己的密码就可以啦。 ...
分类:
其他好文 时间:
2016-07-02 13:17:01
阅读次数:
207
2. TCP keepalive overview In order to understand what TCP keepalive (which we will just call keepalive) does, you need do nothing more than read the n ...
分类:
其他好文 时间:
2016-07-02 13:16:05
阅读次数:
226
本文首先介绍了什么是Apache Thrift,接着介绍了Thrift的安装部署及如何利用Thrift来实现一个简单的RPC应用,并简单的探究了一下Thrift的内部实现原理,最后给出一个基于Thrift的可扩展的分布式RPC调用框架,在中小型项目中是一个常见的SOA实践。 Thrift介绍 Apa ...
分类:
Web程序 时间:
2016-07-02 13:16:02
阅读次数:
493
HMAC是IP安全里必须实现的MAC方案,并且其他Internet协议中(如SSL)也使用了HMAC。HMAC已作为NIST标准发布。 HMAC的设计目标 1、可以直接使用现成的Hash函数 2、很容易用更好地Hash函数替代原来嵌入的Hash函数 3、能够保持Hash函数的原有性能,不能过分降低其 ...
分类:
系统相关 时间:
2016-07-02 13:18:36
阅读次数:
293
恢复内容开始 root下 sudo apt-get update //更新 sudo apt-get install vim//安装vim cd ~ 进入家目录 mkdir 创建文件夹 touch a.c 创建文件a.c a 光标前插入 shift+a 行前 i 光标后插入 shift+i 行后 o ...
分类:
系统相关 时间:
2016-07-02 13:18:02
阅读次数:
255
环境说明: centos5.6 32bit php 5.2.17 php安装路径 /usr/local/php phpize路径 /usr/bin php-config路径 /usr/bin php.ini路径 /etc/ 1.首先下载php的mongodb扩展 从http://pecl.php.n ...
分类:
数据库 时间:
2016-07-02 13:17:35
阅读次数:
277
Web.config配置 数据库公共类调用方法 数据库公共类 ...
分类:
数据库 时间:
2016-07-02 13:17:08
阅读次数:
910
使用inline说明的函数称内联函数。 在C++中,除具有循环语句、switch语句的函数不能说明为内联函数外,其他函数都可以说明为内联函数。 ...
分类:
编程语言 时间:
2016-07-02 13:15:57
阅读次数:
240
1,链接数据库 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script> window.indexedDB = window.indexedDB || window.mozIndexedDB || ...
分类:
数据库 时间:
2016-07-02 13:16:22
阅读次数:
249
Stream: 是字节流形式,exe文件,图片,视频等。支持8位的字符,用于 ASCII 字符和二进制数据。 Reader/Writer: 是字符流,文本文件,XML,txt等,用于16位字符,也就是Unicode。 Buffered:放到缓存区里为了读写提高效率,为read提供了高效的方法。Inp ...
分类:
其他好文 时间:
2016-07-02 13:14:57
阅读次数:
251
This is a reference of IP networking parameters that are configurable as described in our linux tweaking article -here-. /proc/sys/net/ipv4/* Variable ...
分类:
系统相关 时间:
2016-07-02 13:17:04
阅读次数:
433
1、各种标签实现按钮效果: <button class="btn btn-default" type="button">button标签按钮</button><input type="submit" class="btn btn-default" value="input标签按钮"/> <span ...
分类:
其他好文 时间:
2016-07-02 13:16:04
阅读次数:
170