最新文章列表

[转]memcached全面剖析–4. memcached的分布式算法

版权声明 :可以任意转载,但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/07/24/memcached-004/ 以及本声明。 发表日:2008/7/23 作者:长野雅广(Masahiro Nagano) 原文链接:http://gihyo.jp/dev/feature/01/memcached/0004 前几次的文 ...
lhx1026 评论(0) 有1030人浏览 2011-06-22 17:04

[转]memcached全面剖析–2.理解memcached的内存存储

版权声明 :可以任意转载,但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/07/11/memcached-002/ 以及本声明。   下面是《memcached全面剖析》的第二部分。 发表日:2008/7/9 作者:前坂徹(Toru Maesaka) 原文链接:http://gihyo.jp/ ...
lhx1026 评论(0) 有792人浏览 2011-06-22 15:36

[转]memcached完全剖析–1. memcached的基础

版权声明 :可以任意转载,但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/07/10/memcached-001/ 以及本声明。   翻译一篇技术评论社的文章,是讲memcached的连载。fcicq 同学说这个东西很有用,希望大家喜欢。 发表日:2008/7/2 作者:长野雅广(Masahiro Nagano) 原 ...
lhx1026 评论(0) 有632人浏览 2011-06-22 11:50

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 ...
sillycat 评论(0) 有1208人浏览 2011-06-21 23:59

解决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 ...
AllenZhang 评论(0) 有15582人浏览 2011-06-20 18:41

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.*
whxhz 评论(0) 有1705人浏览 2011-06-20 16:52

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, ...
haoningabc 评论(0) 有1673人浏览 2011-06-19 21:30

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 ...
li.feixiang 评论(0) 有1307人浏览 2011-06-18 23:12

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 ...
li.feixiang 评论(0) 有1020人浏览 2011-06-18 23:11

[转]If a programming language was a boat…

If a programming language was a boat…   Hi, Im wondering how i can create a boat in turing and if someone can post a example. This makes no sense, since one doesn’t normally make water v ...
喜羊羊与灰太狼 评论(1) 有1164人浏览 2011-06-17 00:17

SVK--------------------SVN的同期工具-经典实例

今天我将我这个星期研究的SVK,和大家分享一下。也让大家知道这个软件的强大之处。 首先要了解SVK是干什么的? SVK是分布式SVN管理工具,也是项目 ...
chenhailong 评论(0) 有1613人浏览 2011-06-16 19:07

unix下面批量文件替换

在hp unix下面进行批量文件替换, grep命令不能grep一个文件夹,不支持-r命令 使用sed命令只能输出在控制台 不能进行替换 只能使用perl命令, grep -l 136.64.45.111 /home/billing1/backpro/NMSInterface/shell/start* | xargs perl -pi -e "s/136.64.45.111/1 ...
dyllove98 评论(1) 有2332人浏览 2011-06-16 18:12

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"
dyllove98 评论(0) 有1982人浏览 2011-06-16 18:08

强大的代码阅读工具Understand

iwangchuchu 海阔天空 【推荐】强大的代码阅读工具Understand 【推荐】强大的代码 阅读工具 Understand 4 个附件 _http://www.scitools.com/products/understand /Understand 软件的功能主要定位于代码 的阅读理解。界面貌似是用Qt开发的。 具 ...
wapysun 评论(0) 有1661人浏览 2011-06-12 18:53

第三十四次(北京)软件测试交流会12.21号

第三十四次(北京)软件测试交流会中国软件测试时代(http://www.ltesting.net)是一个以服务软件测试行业一线工作者为主,以网络传播知识为手段的非营利 ...
touchinsert 评论(0) 有506人浏览 2008-12-14 22:03

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 ...
wanbin021614 评论(0) 有723人浏览 2007-09-09 21:36

让leeon不再眷念马桶——书评《精通正则表达式》

计算的世界大概都是由规则构成的。从最简单的二进制运算,到复杂的格式化文本,以及构建互联网络的各种协议,整个行业都在几十年如一日的定制、复制和客制化各种规则。在一切变得越来越复杂的时候,我们终于为“分析这些原本很有规则的数据”发了愁。因为规则多到一定程度的时候,也就湮没了规则本身。 从一系列的数据中找到规则并描述这些规则的工具,是“正则表达式”——在早期,它确实就被译作“规则表达式”。更加重要的是, ...
javasee 评论(0) 有527人浏览 2007-08-21 16:53

让leeon不再眷念马桶——书评《精通正则表达式》

计算的世界大概都是由规则构成的。从最简单的二进制运算,到复杂的格式化文本,以及构建互联网络的各种协议,整个行业都在几十年如一日的定制、复制和客制化各种规则。在一切变得越来越复杂的时候,我们终于为“分析这些原本很有规则的数据”发了愁。因为规则多到一定程度的时候,也就湮没了规则本身。 从一系列的数据中找到规则并描述这些规则的工具,是“正则表达式”——在早期,它确实就被译作“规则表达式”。更加重要的是, ...
ruilin215 评论(0) 有755人浏览 2007-08-21 16:53

语言的座右铭

今天和同事做了一件非常有意思的事,那就是探究各种语言在设计初期的主导思想,很多设计者,称这个思想叫座右铭。因此,语言也因为设计者而拥有了座右铭。 我们搜索了几个语言,拿出来和大家分享一下。如果大家有不同意见或者有补充的,可以在下面继续跟上,我会陆续补充到文章中。不过为了不让大家误会本文的意思,我在文章的前面,将意思说清楚。 我们在学习语言的时候,往往是从语法开始的。可是如果我们已经跨越了这一层( ...
ruilin215 评论(0) 有757人浏览 2007-01-24 00:37

(转载)多种持续集成工具全面比较

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 ...
insertyou 评论(0) 有765人浏览 2006-11-30 11:37

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) .net(54785) 编程(39454) JSP(37542) 数据结构(36423) Eclipse(31254) PHP(29988) F#(26079) 算法(24867) 脚本(19840) J#(18922) JDBC(17888) ASP(17480) JDK(14881) JVM(14450)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics