DNS配置打开“网络和共享中心”在安装完域控制器后,DNS地址已转变为指向本地的127.0.0.1,可以更改为本机IP192.168.0.22.在ServerManager中打开Tools内的DNS组件3.正向查找区域如下图所示4.在ReverseLookupZones新建区域5.新建“反向查找区域向导”6.这里有三种区域类型:1)..
分类:
Windows程序 时间:
2014-08-12 03:39:24
阅读次数:
1655
Linux 常用命令 -- find根据名字,顾名思义就是查找的意思,可以通过多个维度来查找你想要的文件,比如类型,find - search for files in a directory hierarchy常用用法1. 通过名字查找文件find pathname -name filename2...
分类:
系统相关 时间:
2014-08-11 20:40:03
阅读次数:
488
nagios(icinga)借助check_hp插件监控惠普服务器硬件信息http://cpan.metacpan.org/authors/id/D/DT/DTOWN/Net-SNMP-v6.0.1.tar.gzhttp://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/HP-(Compaq)/check_hp/details被监控端:$sudoapt-getinstallsnmpd$sud..
分类:
移动开发 时间:
2014-08-11 18:17:23
阅读次数:
341
#manpostsuperNAMEpostsuper-PostfixsuperintendentSYNOPSISpostsuper[-psv][-cconfig_dir][-dqueue_id][-hqueue_id][-Hqueue_id][-rqueue_id][directory...]-dqueue_idDeleteonemessagewiththenamedqueueIDfromthenamedmailqueue(s)(default:hold,incoming,activeanddeferred)..
分类:
其他好文 时间:
2014-08-11 03:03:21
阅读次数:
275
问题:I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commandsexport M2_HOME=/usr/...
一 常量 /** * 主要定义了路径常量,项目中经常用到 **/ define('PHPCMS_PATH',dirname(__FILE__).DIRECTORY_SEPARATOR);// 项目根目录 define('IN_PHPCMS',true); ...
分类:
Web程序 时间:
2014-08-10 21:11:40
阅读次数:
374
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2014-08-10 18:48:50
阅读次数:
203
php-5.5.15 + mysql-5.5.27,编译php的时候报错,checking for mysql_set_server_option in -lmysqlclient... no configure: error: wrong mysql library version or lib ...
分类:
数据库 时间:
2014-08-10 15:26:10
阅读次数:
613
Where's Waldorf?
Given a m by n grid
of letters, ( ),
and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:
其他好文 时间:
2014-08-09 18:42:38
阅读次数:
370
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:
其他好文 时间:
2014-08-09 18:10:28
阅读次数:
178