开源工具nginx,去官网下载即可使用root用户,登陆服务器1.安装PCRE库第一种安装方式cd/usr/local/wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.21.tar.gztar-zxvfpcre-8.21.tar.gzcdpcre-8.21./configuremakemakeinstall第二种安装方式yumsearchpcreyum..
分类:
其他好文 时间:
2014-12-28 01:56:45
阅读次数:
257
We all laugh. We all hurt. We all make mistakes. We all dream. That's life. It's a journey. Please follow these rules to make the journey of your life...
分类:
其他好文 时间:
2014-12-27 18:47:25
阅读次数:
205
awk其实是一门单独的编程语言,不过我们通常在shell脚本中调用它。
你可以阅读《sed & awk》 和 《the awk programming language》。...
分类:
其他好文 时间:
2014-12-27 09:00:38
阅读次数:
224
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:
其他好文 时间:
2014-12-26 16:41:15
阅读次数:
136
一、什么是 AOP。AOP(Aspect Orient Programming),也就是面向切面编程。能够这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序执行过程。二、AOP 的作用。经常通过 AOP 来处理一些具有横切性质的系统性服务,如事物管理...
分类:
编程语言 时间:
2014-12-26 12:58:41
阅读次数:
253
Introduction to JetBrains IntelliJ IDEA Community Edition推荐一个Java学习网站Java Programming
分类:
编程语言 时间:
2014-12-26 12:50:50
阅读次数:
145
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.
For example, given
s = "leetcode",
dict = ["leet"...
分类:
其他好文 时间:
2014-12-25 22:07:37
阅读次数:
330
你已经了解了HTML标记(也称为结构),而且知道了CSS样式(也称为表示),剩下的就是Javascript(也称为行为)。JavaScript的工作方式1. 编写你创建HTML标记和JavaScript代码,并把它们放在文件中,比如说index.html和index.js(或者,也可以都放在HTML...
分类:
编程语言 时间:
2014-12-25 21:44:18
阅读次数:
303
题目:
A message containing letters from A-Z is being encoded to numbers using the following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the tot...
分类:
编程语言 时间:
2014-12-25 20:35:04
阅读次数:
197
题目:
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the ...
分类:
编程语言 时间:
2014-12-25 16:25:25
阅读次数:
146