本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- zw7534313
- qepwqnp
- 龙儿筝
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- kaizi1992
- gaojingsong
- xpenxpen
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- zhanjia
- ajinn
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- kingwell.leng
- mwhgJava
- lich0079
最新文章列表
Linux Server Deployment(III)Apache and Perl
Linux Server Deployment(III)Apache and Perl
It is easy to install apache perl mod on ubuntu with apt-get install. I will try on linux.
It is almost the same configuration on Ubuntu.
1. configure the ...
解决Symbolic link not allowed or link target not accessible问题一例
最近搭建新apache服务器,一个web目录位置使用了symbolic link. 从/web/home -> /home/apache/web/
web部分使用了perl.java
结果发现启动后,服务器报Symbolic link not allowed or link target not accessible。
甚感奇怪。
检查配置文件,httpd ...
nagios监控,报Can't locate DateTime/Locale.pm in @INC (@INC contains:错误
报这类错误
Can't locate DateTime/Locale.pm in @INC (@INC contains:
可以用一下句子安装解决
perl -MCPAN -e shell
install List::MoreUtils
如果要重新初始化perl
可以删除/usr/lib/perl5/5.8.8/CPAN下的Config.*
perl的helloworld
http://zhidao.baidu.com/question/177283266.html
http://www.vim.org/scripts/script.php?script_id=556
apple:Desktop apple$ cat test.pl
#!/usr/bin/perl
use strict;
use warnings;
print "Hello,
...
Single Sign-On with Apache and Active Directory – Part 2
Back on May 23rd, 2007 I wrote an article titled Single Sign-On with Apache and Active Directory
which I have now made Part 1 of this topic. In that article I wrote:
There are 3 major solutions f ...
Single Sign-On with Apache and Active Directory – Part 1
This HowTo will describe how to setup single sign-on authentication
with Apache and Microsoft Active Directory. Most of you are probably
aware that there is no default/built-in support for automat ...
unix 批量文件内容替换
使用sed命令只能输出在控制台 不能进行替换
可以使用perl命令,
grep -l 136.64.45.111 /home/billing1/backpro/NMSInterface/shell/start* | xargs perl -pi -e "s/136.64.45.111/10.1.51.30/g"
Perl Special Variables
Some variables have a predefined and special meaning in Perl. They are the variables that use punctuation characters after the usual variable indicator ($, @, or %), such as $_. The explicit, long-form ...
让leeon不再眷念马桶——书评《精通正则表达式》
计算的世界大概都是由规则构成的。从最简单的二进制运算,到复杂的格式化文本,以及构建互联网络的各种协议,整个行业都在几十年如一日的定制、复制和客制化各种规则。在一切变得越来越复杂的时候,我们终于为“分析这些原本很有规则的数据”发了愁。因为规则多到一定程度的时候,也就湮没了规则本身。
从一系列的数据中找到规则并描述这些规则的工具,是“正则表达式”——在早期,它确实就被译作“规则表达式”。更加重要的是, ...
让leeon不再眷念马桶——书评《精通正则表达式》
计算的世界大概都是由规则构成的。从最简单的二进制运算,到复杂的格式化文本,以及构建互联网络的各种协议,整个行业都在几十年如一日的定制、复制和客制化各种规则。在一切变得越来越复杂的时候,我们终于为“分析这些原本很有规则的数据”发了愁。因为规则多到一定程度的时候,也就湮没了规则本身。
从一系列的数据中找到规则并描述这些规则的工具,是“正则表达式”——在早期,它确实就被译作“规则表达式”。更加重要的是, ...
(转载)多种持续集成工具全面比较
There are many Continuous Integration systems available. This page is an attempt to keep an unbiased comparison of as many as possible of them. The goals are:
Make it easier to choose an appropriate ...