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
Sereja has an array a, consisting of
n integers a1,
a2,
..., an. The boy cannot sit and do nothing, he decided to study an array. Sereja took a piece of paper and wrote
out m integers l1,?l2,?.....
分类:
其他好文 时间:
2014-08-15 12:51:58
阅读次数:
233
Capacity 在.NET中List的容量应该只是受到硬件限制。属性Capacity的真正含义,是创建List时给它预分配的容量。一旦项的数量超过了当前的Capacity,Capacity会以Capacity = (Capacity==0)?A_VALUE_YOU_CANNOT_SURE:(C.....
分类:
其他好文 时间:
2014-08-15 12:19:48
阅读次数:
190
magento 在reindex的时候遇到Cannot initialize the indexer process错误,发现Catalog URL Rewrites 一项不能reindex解决方法:1.删除var/locks 目录下的所有文件 2.清空catalog_category_pr...
分类:
其他好文 时间:
2014-08-15 12:05:58
阅读次数:
218
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
Bind的编译安装大多以tar.gz和tar.bz2打包软件,大多是通过./configure;make;makeinstall来安装的;有的软件是直接make&&makeinstall,我们可以通过./configure——help来查看配置软件的功能;大多软件是提供./configure配置软件的功能的;少数的也没有,如果没有的..
分类:
其他好文 时间:
2014-08-15 02:46:48
阅读次数:
293
因为在蜥蜴上的Python被玩坏了,所以想要卸载重装。结果在Windows下的EasyBCD打开提示错误:The Boot Configuration Data Store Could Not Be Opened - The System Cannot Find The File Specified...
问题描述:[root@localhost ~]# /usr/local/php/bin/phpize Cannot find config.m4. Make sure that you run '/usr/local/php/bin/phpize' in the top level source d...
分类:
Web程序 时间:
2014-08-14 23:45:56
阅读次数:
2854