1、先去下载新版,当前最新版为“ngx_openresty-1.7.0.1”2、开始升级tar zxvf ngx_openresty-1.7.0.1.tar.gzcd ngx_openresty-1.7.0.1./configure --prefix=/usr/local/openresty/ --...
分类:
其他好文 时间:
2014-07-06 20:16:07
阅读次数:
198
Update: July 4, 2014 Chap 5: At the beginning, he mentioned that: recursion is a divide-and-conquer method. Although many algorithms can be solved in ...
分类:
其他好文 时间:
2014-07-06 15:24:36
阅读次数:
213
按他的方法排序,每次移动一个数到顶点,排成需要的序列。
Problem D: ShellSort
He made each turtle stand on another one's back
And he piled them all up in a nine-turtle stack.
And then Yertle climbed up. He sat down on the p...
分类:
其他好文 时间:
2014-07-06 09:15:42
阅读次数:
211
Write a function to find the longest common prefix string amongst an array of strings.class Solution {public: string longestCommonPrefix(vector &st...
分类:
其他好文 时间:
2014-07-05 18:36:22
阅读次数:
209
上一篇介绍了Volley的使用,主要接触了Request与RequestQueue这两个类,这篇就来了解一下这两个类的具体实现。Request类图:Request类: Request是一个抽象类,其中的主要属性:mMethod: 请求方法,目前支持GET, POST, PUT, DELETE, HE...
分类:
移动开发 时间:
2014-07-03 18:52:31
阅读次数:
357
实验环境:centos6.32.6.32-431.20.3.el6.i686用到的包:APR1.5.1APR-util1.5.3httpd-2.4.9操作步骤:第一步:根据依赖关系,先解压、编译安装apr1.5.1#tarxfapr-1.5.1.tar.bz2-C/home#cd/home/apr-1.5.1#./configure--prefix=/usr/local/apr#make&&makeinstall第二步..
分类:
其他好文 时间:
2014-07-02 16:17:18
阅读次数:
180
Pick-up sticks
Problem Description
Stan has n sticks of various length. He throws them one at a time on the floor in a random way. After finishing throwing, Stan tries to find the top sticks,...
分类:
其他好文 时间:
2014-07-02 15:29:53
阅读次数:
295
转自:http://robert.penz.name/658/howto-access-mtp-devices-via-usb-on-ubuntu-12-04/ A friend asked me how he can access his Nexus 7 device via USB on hi....
分类:
其他好文 时间:
2014-07-02 13:51:19
阅读次数:
289
JPMorgan Chase's Jamie Dimon Says He Has Curable CancerJPMorgan Chase CEO Jamie Dimon told his employees and shareholders Tuesday that he has curable ...
分类:
其他好文 时间:
2014-07-02 10:30:55
阅读次数:
193
一.安装tar zxvf haproxy-1.4.22.tar.gzcd haproxy-1.4.22make TARGET=linux26 PREFIX=/usr/local/haproxy install ( 注意要大写) 注:linux26就是linux内核的版本号可以用uname -...
分类:
其他好文 时间:
2014-07-01 16:54:10
阅读次数:
213