上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: #/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 3306 - 阅读全文
posted @ 2016-04-26 14:44 刘贝 阅读(273) 评论(0) 推荐(0)
摘要: Error reading packet from server: Could not find first log file name in binary log index file ( server_errno=1236) 同步失败解决方案 参考链接:http://blog.csdn.net/ 阅读全文
posted @ 2016-04-26 14:14 刘贝 阅读(344) 评论(0) 推荐(0)
摘要: hutdown、halt、reboot以及init,它们都可以达到关机和重新启动的目的,但是每个命令的内部工作过程是不同的,下面将逐一进行介绍。 一、shutdown shutdown命令用于安全关闭Linux系统。有些用户会使用直接断掉电源的方式来关闭Linux,这是十分危险的。因为Linux与W 阅读全文
posted @ 2016-04-22 11:03 刘贝 阅读(2247) 评论(0) 推荐(0)
摘要: 【查看端口】 netstat -tlnp netstat命令 netstat -an | grep 3306 3306替换成需要grep的端口号 lsof命令 通过list open file命令可以查看到当前打开文件,在linux中所有事物都是以文件形式存在,包括网络连接及硬件设备。 lsof - 阅读全文
posted @ 2016-04-21 18:18 刘贝 阅读(298) 评论(0) 推荐(0)
摘要: 【vim安装】git clone https://github.com/vim/vim.gitcd vim/src 【vim安装】git clone https://github.com/vim/vim.gitcd vim/src ./configure --prefix=/usr/local/vi 阅读全文
posted @ 2016-04-21 18:07 刘贝 阅读(156) 评论(0) 推荐(0)
摘要: mac os x环境,ADB server didn't ACK 阅读全文
posted @ 2016-04-21 10:43 刘贝 阅读(136) 评论(0) 推荐(0)
摘要: 目前scrapy还不支持python3,python2.7与python3.5共存时安装scrapy后,执行scrapy后报错 解决方法 在(10.11.3 El capitan上)安装后发现six版本过低,于是 阅读全文
posted @ 2016-04-14 14:50 刘贝 阅读(500) 评论(0) 推荐(0)
摘要: 文章来源:http://www.111cn.net/sys/CentOS/67213.htm 一、页面刷新问题 1.父页面A跳转到子页面B,B页面修改数据后再跳回A页面,刷新A页面数据 (1).父页面A代码 window.addEventListener("pageflowrefresh", fun 阅读全文
posted @ 2016-04-05 13:30 刘贝 阅读(7931) 评论(0) 推荐(1)
摘要: 升级前 svn版本1.7.20 升级之后 1.9.2 1. 下载最新版svn,链接:http://www.wandisco.com/subversion/download#osx 填写好个人信息之后,会把下载文件发送到你的邮箱里。 2. 双击安装,之后一路无脑安装,注意最后一步 3. 安装的最后一步 阅读全文
posted @ 2016-03-24 18:43 刘贝 阅读(1853) 评论(0) 推荐(0)
摘要: 1、安装 Install GCC and Development Tools on a CentOS node相关 官方网站下载stable源码安装包 wget https://nodejs.org/dist/v4.4.3/node-v4.4.3.tar.gz curl http://linuxso 阅读全文
posted @ 2016-03-21 10:03 刘贝 阅读(532) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页