7年游戏服务器开发,擅长c/c++,javesript,php;熟悉linux,mysql/redis,elasticsearch;开源爱好者.github : https://github.com/yuyunliuhen
全部博文(26)
发布时间:2013-11-09 16:46:48
前提: 关掉防火墙 service iptables stop 或 chkconfig iptables off (永久关闭防火墙) 关闭SELinux setenforce 0 或 &n.........【阅读全文】
发布时间:2013-08-11 13:05:01
使用cygwin编译libevent示例时,错误提示 cannot find -levent collect2: ld returned 1 exit status,看到错误的第一感觉是没有找到链接库。 首先尝试在/etc/ld.so.conf下添加/usr/local/lib(libevent 安装库所在路径),然后再执行/sbin/ldconfig,发现 cygwin 下无此程序,.........【阅读全文】
发布时间:2013-08-11 12:55:43
在/etc/profile文件添加mongodb环境变量后,可能是因为格式错误,重启后,一直卡在用户登录了,无法进入系统。 解决方法:在登录系统界面ctrl+alt+shift+f1进入终端,需要注意的是,此环境是没有任何环境变量的,所以使用指令时,都必须到对应目录下才行。如切换root.........【阅读全文】
发布时间:2013-07-19 08:17:24
点击(此处)折叠或打开// tcp_server.js var net = require("net"); var HOST = "127.0.0.1"var PORT = 9876var BUF.........【阅读全文】
发布时间:2013-06-16 09:08:37
1 install node-mysql[lee@bogon node]$ npm install mysqlnpm http GET https://registry.npmjs.org/mysqlnpm http 304 https://registry.npmjs.org/mysqlnpm http GET https://registry.npmjs.org/require-all/0.0.3npm http GET https://registry.npmjs.org/bignumbe.........【阅读全文】