码迷,mamicode.com
首页 >  
搜索关键字:precompile prefix he    ( 8901个结果
OpenResty 平滑升级
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
《Algorithm in C》by Sedgewick 读书笔记
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
UVa 10152 - ShellSort 题解
按他的方法排序,每次移动一个数到顶点,排成需要的序列。 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
Leetcode Longest Common Prefix
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
[Android]Volley源码分析(二)
上一篇介绍了Volley的使用,主要接触了Request与RequestQueue这两个类,这篇就来了解一下这两个类的具体实现。Request类图:Request类: Request是一个抽象类,其中的主要属性:mMethod: 请求方法,目前支持GET, POST, PUT, DELETE, HE...
分类:移动开发   时间:2014-07-03 18:52:31    阅读次数:357
apache编译安装
实验环境: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
计算几何-hdoj-1147-Pick-up sticks
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
通过usb访问mtp设备(ubuntu12.04) (转载)
转自: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 Cancer
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
haproxy实现负载均衡
一.安装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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!