码迷,mamicode.com
首页 >  
搜索关键字:wang xifengs little    ( 2433个结果
dns在企业网络中的应用
主辅dns服务器:辅dns服务器能够自动备份主dns服务器的数据,当主dns服务器损坏时,辅dns服务器进行工作。实验步骤:[root@wang~]#mkdir/media/cdrom安装所需要的dns包[root@wang~]#mount/dev/cdrom/media/cdrom[root@wang~]#yum--disablerepo=\*--enablerepo=c6-mediainstallb..
分类:其他好文   时间:2014-10-28 18:09:14    阅读次数:304
linux http服务器web网页的不同安全机制
Web网页的不同安全机制Linux通过apach的httpd服务建立的web服务有3种不同的安全方式身份验证(通过账号密码验证用户的身份)来源控制(通过ip地址的过滤限定访问的用户)加密访问(通过数字证书保证数据的安全性)一:身份验证的实现:Centos安装完成httpd服务后启动[root@wang..
分类:Web程序   时间:2014-10-28 18:07:09    阅读次数:252
Lammp的搭建
Lammp的搭建拓扑图Apache+php的搭建:httpd-2.4.4.tar.bz2apr-1.4.6.tar.gzapr-1.4.6.tar.gz需要这3个软件包[root@wang~]#tar-zxvfapr-1.4.6.tar.gz-C/usr/local/src/解压apr软件包[root@wang~]#tar-zxvfapr-util-1.5.1.tar.gz-C/usr/local/src/解压aprutil软件包[root@wang~]#..
分类:其他好文   时间:2014-10-28 18:06:49    阅读次数:381
Go: using a pointer to array
下面的不是指针指向数组,而是指针指向SliceI'm having a little play with google's Go language, and I've run into something which is fairly basic in C but doesn't seem to ...
分类:其他好文   时间:2014-10-28 00:21:40    阅读次数:176
poj 3735 Training little cats(矩阵构造,快速幂)
Training little cats Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 10350   Accepted: 2471 Description Facer's pet cat just gave birth to a brood of little...
分类:其他好文   时间:2014-10-27 14:28:10    阅读次数:228
toastmasters(October 23, 2014)
October 23, 2014        19:00~21:00        Feishang Cafe Still vague listening, still little speaking. Nothing has been improved. Members' Speeches There were four members giving their wo...
分类:其他好文   时间:2014-10-26 14:23:31    阅读次数:201
UVALive 3263 That Nice Euler Circuit 计算几何欧拉定理
欧拉定理:P+F-E=2 That Nice Euler Circuit Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Little Joey inve...
分类:其他好文   时间:2014-10-21 13:51:41    阅读次数:253
C语言学习笔记(三) 使用union检查系统大小端模式
问题:请写一个C函数,若处理器Big_endian的,则返回0;若是Little_endian的,则返回1。简单复习下大小端的概念:大端模式(Big_endian):字数据的高字节存储在低地址中,而字数据的低字节则存放在高地址中。小端模式(Little_endian):字数据的高字节存储在高地址中,而字数..
分类:编程语言   时间:2014-10-21 02:23:42    阅读次数:189
Codeforces Round #274 (Div. 2) B. Towers
As you know, all the kids in Berland love playing with cubes. Little Petya has n towers consisting of cubes of the same size. Tower with number i consists of ai cubes stacked one on top of the oth...
分类:其他好文   时间:2014-10-20 23:23:25    阅读次数:282
STL 全排列
The Little Girl who Picks Mushrooms Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1805    Accepted Submission(s): 579 Problem Descript...
分类:其他好文   时间:2014-10-20 15:09:14    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!