码迷,mamicode.com
首页 >  
搜索关键字:prefix    ( 4726个结果
codeforces 126B Password
Description Asterix, Obelix and their temporary buddies Suffix and Prefix has finally found the Harmony temple. However, its doors were firmly locked and even Obelix had no luck opening them. A li...
分类:其他好文   时间:2014-07-29 14:22:28    阅读次数:316
AFNetworking
一、添加SystemConfiguration和MobileCoreServices 框架二、下载AFNetworking资源包https://github.com/AFNetworking/AFNetworking三、在工程的Supporting File群组中打开预编译头文件XXX-Prefix...
分类:Web程序   时间:2014-07-28 21:25:54    阅读次数:318
spin.js 在jsp的使用
spin.js在jsp的使用<%@pagelanguage="java"import="java.util.*"pageEncoding="utf-8"%> <%@pagecontentType="text/html;charset=utf-8"%> <%@tagliburi="http://java.sun.com/jsp/jstl/core"prefix="c"%> <% Stringpath=request.getContextPath(); Strin..
分类:Web程序   时间:2014-07-28 16:42:04    阅读次数:264
对LevelDB的“升级版”存储引擎RocksDB的调研成果
Google的leveldb是个很优秀的存储引擎,但还是有一些不尽人意的地方,比如leveldb不支持多线程合并,对key范围查找的支持还很简单,未做优化措施,等等。而Facebook的RocksDB是个更彪悍的引擎,实际上是在LevelDB之上做的改进,在用法上与LevelDB非常的相似,两者的对比可以参考下面的参考资料1。 这里之所以要调研rocksdb是因为rocksdb中加入了prefi...
分类:数据库   时间:2014-07-28 15:52:50    阅读次数:445
KMP算法类习题——字符串匹配
DescriptionFor each prefix with length P of a given string S,ifS[i]=S[i+P] for i in [0..SIZE(S)-p-1],then the prefix is a “period” of S. We want to al...
分类:其他好文   时间:2014-07-28 15:30:03    阅读次数:330
Linux软件的安装卸载大法
configure作用:是源码安装软件时配置环境用的 他根据你的配置选项和你的系统情况生成makefile文件 为make 做准备最常用的参数: ./configure --prefix 作用:不指定prefix,则可执行文件默认放在/usr/local/bin,库文件默认放在/usr/local/...
分类:系统相关   时间:2014-07-28 14:43:33    阅读次数:232
编译安装 nginx的http_stub_status_module监控其运行状态
步骤:1 编译nginx,加上参数 --with-http_stub_status_module以我自己的编译选项为例: #配置指令 ./configure --prefix=/usr/local --user=nginx --group=nginx --with-http_...
分类:其他好文   时间:2014-07-28 14:26:03    阅读次数:250
Longest Common Prefix leetcode java
题目:Write a function to find the longest common prefix string amongst an array of strings.题解:解题思路是,先对整个String数组预处理一下,求一个最小长度(最长前缀肯定不能大于最小长度)。然后以第0个字符串....
分类:编程语言   时间:2014-07-28 11:33:30    阅读次数:241
mysql数据库的编译安装
mysql5.1之前编译mysql使用的是make工具,编译步骤如下:./configure--prefix=make&&makeinstallmysql5.5之后编译mysql使用的是cmake工具,编译步骤如下:cmake.查看帮助使用:cmake-LH或ccmake.1.创建mysql用户及安装依赖软件包.[root@mytest2mnt]#groupadd-rmysql[root@my..
分类:数据库   时间:2014-07-28 00:45:50    阅读次数:434
LAMP搭建--未整理版
[root@lamp~]#yumsearch关键字//安装过程中提示少哪个程序就搜关键字找包名[root@lamphttpd-2.2.25]#./configure--prefix=/usr/local/httpd--enable-so--enable-rewrite--enable-cgi--enable-charrset-lite--enable-ssl[root@lamp~]#useradd-M-s/sbin/nologinmysql[root@lampmy..
分类:其他好文   时间:2014-07-28 00:40:59    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!