1:设置mysql的配置文件 /etc/mysql/my.cnf 找到 bind-address =127.0.0.1 将其注释掉;//作用是使得不再只允许本地访问; 重启mysql:/etc/init.d/mysql restart;2:登录mysql数据库:mysql -u root -p...
分类:
数据库 时间:
2014-08-17 16:55:52
阅读次数:
285
Unix/Linux支持伯克利风格的套接字编程,它同时支持面向连接和面向无连接类型的套接字。
套接字最常用的一些系统调用:
socket()
bind()
connect()
listen()
accept()
send()
recv()...
分类:
其他好文 时间:
2014-08-17 14:22:42
阅读次数:
388
今天浏览jQuery的deprecated列表,发现live()和die()在里面了,赶紧看了一下,发现从jQuery1.7开始,jQuery引入了全新的事件绑定机制,on()和off()两个函数统一处理事件绑定。因为在此之前有bind(), live(), delegate()等方法来处理事件.....
分类:
其他好文 时间:
2014-08-17 14:16:02
阅读次数:
219
在开发工程中常常会遇到java.net.BindException: Address already in use: bind 或者 Port 8080 is already is use等异常,然后web server不能启动等问题,这是因为已经有其他程序或者进程占用了相应的端口,解决这个问题就要...
分类:
其他好文 时间:
2014-08-17 10:19:42
阅读次数:
282
1408171404636### <iq id="aSb6h-0" type="set" from="linux/eab452f7"> ? <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"> ??? <resource>Spark 2.6.3</resource> ? </bind> </iq> 1408171404641### <iq...
分类:
其他好文 时间:
2014-08-16 15:13:21
阅读次数:
333
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
[root@localhost ~]# service httpd startStarting httpd: (13)Permission denied: make_sock: could not bind to address 192.168.1.153:28080no listening soc...
分类:
其他好文 时间:
2014-08-16 00:58:39
阅读次数:
196
jquery插件默认是不支持鼠标中轮滚轮事件的,现在我们可以用于添加跨浏览器的鼠标滚轮支持可以使用jquery的Mousewheel插件。使用mousewheel事件有以下两种方式:使用mousewheel和unmousewheel事件函数;使用经典的bind和unbind函数。JavaScript...
分类:
Web程序 时间:
2014-08-15 12:04:38
阅读次数:
297
rpm命令: rpm: 数据库:/var/lib/rpm rpmbuild: 安装、查询、卸载、升级、校验、数据库的重建、验正数据包等工作;rpm命名:包:组成部分 主包: bind-9.7.1-1.el5.i586.rpm 子包: bind-libs-9.7.1-1.el5.i586.rpm bind-utils-9.7.1-1.el5.i586.rpm包名格式: name-versio..
分类:
其他好文 时间:
2014-08-15 02:53:02
阅读次数:
350