http://@@http_server@@/cblr/links/CentOS-6.4-x86_64cobbler
cblr/svc四、配置文件 cobbler有许多的配置文件,但是只有少部分基本功能需要修改。 Settings File Modules
Configuration Cobbl.....
分类:
其他好文 时间:
2014-05-07 17:15:11
阅读次数:
326
小月月是个懒家伙,博客更新好慢...前几天拿到某公司的面试题,要求在Linux/Ubuntu/Debian/Suse/Centos下用python2.7开发一个爬虫,抓取百度新闻搜索结果的前三页标题+url。这可把对python一窍不通的小月月难住了,肿么办呢...哦,最简单有效直接的方法就是网上查...
分类:
编程语言 时间:
2014-05-07 17:11:38
阅读次数:
457
Given a triangle, find the minimum path sum
from top to bottom. Each step you may move to adjacent numbers on the row
below.For example, given the fol...
分类:
其他好文 时间:
2014-05-07 02:55:24
阅读次数:
377
到http://pecl.php.net/package/mongo下载相应的mongodb客户端,本例为1.2.1#
wgethttp://pecl.php.net/get/mongo-1.2.1.tgz# tar xvzf mongo-1.2.1.tgz# cd
mongo-1.2.1# php...
分类:
数据库 时间:
2014-05-07 02:31:15
阅读次数:
394
环境:centos6.5 mysql-5.6.17.tar.gzwget
http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.17.tar.gzyum install -y gcc
gcc-c++gcc-c++.x86_64bison.x86_64l...
分类:
数据库 时间:
2014-05-07 01:24:19
阅读次数:
413
参考资料: http://www.paipat.com/?post=24
http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html
1、安装apache 2、安装php 3、安装mysql 1、安装apache 安...
分类:
Web程序 时间:
2014-05-07 00:46:56
阅读次数:
1053
#include #include #include using namespace
std;int main(){ int n;cin>>n; while(n--){ stack s; string
str;cin>>str; for(int ...
分类:
其他好文 时间:
2014-05-07 00:19:41
阅读次数:
356
在使用Linux系统过程中,通常情况下,我们都会使用普通用户进行日常操作,而root用户只有在权限分配及系统设置时才会使用,而root用户的密码也不可能公开。普通用户执行到系统程序时,需要临时提升权限,sudo就是我们常用的命令,仅需要输入当前用户密码,便可以完成权限的临时提升。在使用sudo命令的...
分类:
其他好文 时间:
2014-05-07 00:06:43
阅读次数:
451
1 // 邮箱有效性验证2 Pattern pattern = Pattern3
.compile("\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*");4 Matcher mc = 5
pattern....
分类:
移动开发 时间:
2014-05-06 23:56:19
阅读次数:
595
findfind命令是我们常用的查找文件的命令,它是一个非常强大的查找指令,但相对话费的时间会很长,并且非常消耗资源。语法:find【路径】【参数】【表达式】【-exec-ok...】指令{}\;{}代表find找到的文件;\禁止转义;{}\;之间是有空格的;;表示本指令结束-execfind命令对匹配..
分类:
系统相关 时间:
2014-05-06 20:57:13
阅读次数:
501