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
在开发工程中常常会遇到java.net.BindException: Address already in use: bind 或者 Port 8080 is already is use等异常,然后web server不能启动等问题,这是因为已经有其他程序或者进程占用了相应的端口,解决这个问题就要...
分类:
其他好文 时间:
2014-08-17 10:19:42
阅读次数:
282
NAT术语Insidenetwork:需要翻译成外部地址的内部网络。-------->Outsidenetwork:使用合法地址进行通信的外部网络。Localaddress:内部网络使用的地址。Globaladdress:外部网络使用的地址。Insidelocaladdress:内部本地地址。数据在内部网络使用的地址,一般为privateipa..
分类:
其他好文 时间:
2014-08-17 09:15:32
阅读次数:
166
When the CPU is instructed by a load instruction to read a word from ad-dress A of main memory, it sends the address A to the cache. If the cache is h...
分类:
其他好文 时间:
2014-08-17 02:25:51
阅读次数:
155
[root@ztgameroot]#localeLANG=zh_CN.GB2312LC_CTYPE="zh_CN.GB2312"LC_NUMERIC="zh_CN.GB2312"LC_TIME="zh_CN.GB2312"LC_COLLATE="zh_CN.GB2312"LC_MONETARY="zh_CN.GB2312"LC_MESSAGES="zh_CN.GB2312"LC_PAPER="zh_CN.GB2312"LC_NAME="zh_CN.GB2312"LC_ADDRESS="zh_CN.GB2312..
分类:
系统相关 时间:
2014-08-17 01:11:42
阅读次数:
264
问题描述:
ORA-07445: mdagun_iter() [Address not mapped to object]
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Applica...
分类:
其他好文 时间:
2014-08-16 15:11:20
阅读次数:
305
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
访问控制列表实验01:标准访问控制列表实验目标:标准访问控制列表只能根据数据包的源IP地址决定是否允许通过实验环境:指令列表用来告诉路由器哪能些数据包可以收、哪能数据包需要拒绝。至于数据包是被接收还是拒绝,只能根据数据包的源IP地址决定是否允许通过,可以由类似于..
分类:
其他好文 时间:
2014-08-16 01:07:53
阅读次数:
278
[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