系统环境: rhel6 x86_64 iptables and selinux disabled主服务器: 192.168.122.160 server60.example.com目标服务器: 192.168.122.154 server54.example.com相关网址: http://code...
分类:
其他好文 时间:
2015-03-31 17:38:12
阅读次数:
142
系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.121 server21.example.com 计算节点 192.168.122.173 server73.example.com 计算节点 192.168.122.13...
分类:
其他好文 时间:
2015-03-31 17:31:19
阅读次数:
145
(lnmp平台)系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.185 server85.example.com 192.168.122.117 server17.example.com (注:时间需同步)相关网址: r...
分类:
移动开发 时间:
2015-03-31 17:30:18
阅读次数:
685
系统环境: rhel6 x86_64 iptables and selinux disabled主机:192.168.122.160 server60.example.com 192.168.122.154 server54.example.com相关网址: rpm.pbone.netftp://f...
分类:
其他好文 时间:
2015-03-31 17:23:52
阅读次数:
244
系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.121 server21.example.com 192.168.122.173 server73.example.com (注:时间需同步)所需的包:icpi-64#配....
分类:
其他好文 时间:
2015-03-31 15:57:45
阅读次数:
167
在家里时事务回滚好用的,一到公司 不好用了,然后查了下,是mysql表的类型不是innodb的,然后再改表结构时发现,改不了,就报下面的错了。修改下mysql中的my.ini文件即可。步骤如下
The InnoDB feature is disabled; you need MySQL built with InnoDB to have it working;
是mysql配置文件禁掉了这个选...
分类:
数据库 时间:
2015-03-30 11:19:55
阅读次数:
169
centos安装完成后相连接wifi,但是NetworkManager的wirelessNetwork一直显示NetworkManager-wireless_is_disabled,在浏览了无数的国内外相关文档后,找到的解决办法:禁用系统的acer_wmi模块。还有收集的其他方法,未实验!!vi/etc/modprobe.d/blacklist.congblacklistacer_wm..
分类:
Web程序 时间:
2015-03-30 06:57:49
阅读次数:
222
之前都用的lamp,这次配置一个lnmp来看看,试试Nginx是不是好用关闭SELINUXvi /etc/selinux/config#SELINUX=enforcing #注释掉#SELINUXTYPE=targeted #注释掉SELINUX=disabled #增加shutdown -r no...
分类:
数据库 时间:
2015-03-21 18:20:25
阅读次数:
219
怎样使input中的内容为只读,也就是说不让用户更改里面的内容。最好不要用disabled,不然就无法取出里面的值了.区别:1.disabled--完全不可编辑,并且是不能复制的2.readonly--不可编辑,但是是可以复制。3.Readonly只针对input(text/password)和te...
分类:
其他好文 时间:
2015-03-19 16:14:59
阅读次数:
133