码迷,mamicode.com
首页 >  
搜索关键字:prefix    ( 4726个结果
php批量删除数据库下指定前缀的表
如何用php批量删除数据库下所有前缀为prefix_的表。例子,统一删除前缀为“prefix_”的表。"; } } } ?>操作实例:新建一个php文件,保存为deletedata.php。比如,要删除www.jbxue.com或者http://www.jbxue.com/的后台数据,操作两个步骤就...
分类:数据库   时间:2014-06-10 09:02:46    阅读次数:240
Leetcode:Longest Common Prefix 最长公共前缀
戳我去解题Write a function to find the longest common prefix string amongst an array of strings.class Solution {public: string longestCommonPrefix(vecto...
分类:其他好文   时间:2014-06-10 08:29:55    阅读次数:189
linux在线预览pdf文件开发思路
准备:swftools,flexpaper基本思路:1,将pdf文件转化成swf文件2,使用flexpaper预览swf文件主要代码:1,在linux中安装swftools.官网下载swftools 安装包,解压2,./configure --prefix=安装路径 make install执行完之...
分类:系统相关   时间:2014-06-10 00:00:55    阅读次数:500
Leetcode::Longest Common Prefix && Search for a Range
一次总结两道题,两道题目都比较基础Description:Write a function to find the longest common prefix string amongst an array of strings.分析: 这道题目最重要的知道什么叫prefix前缀, 否则一不小心就做...
分类:其他好文   时间:2014-06-09 21:08:16    阅读次数:224
字典树 Trie (HDU 1671)
Problem Description Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue listed these numbers: 1. Emergenc...
分类:其他好文   时间:2014-06-08 10:31:22    阅读次数:234
【ruby】【linux】【irb】CentOS上安装配置ruby开发环境,安装 irb
1.安装编译环境gcc   使用yum install gcc在线安装 2.安装ruby开发环境   先下载linux版安装文件:ruby-1.8.6-p111.tar.gz   执行 tar -zxvf ruby-1.8.6-p111.tar.gz cd ruby-1.8.6-p111 ./configure --prefix=/usr/local/ruby ma...
分类:系统相关   时间:2014-06-08 05:01:48    阅读次数:445
Nginx之——安装
软件下载(Nginx官网):http://nginx.org/一、准备环境:1、安装pcre:pcre(PerlCompatibleRegularExpressions:Perl兼容的正则表达式)用来支持rewritecd/tol/softtar-jxfpcre-8.32.tar.bz2cdpcre-8.32./configure--prefix=/usr/local/pcremake&&makeinstallcp/usr/..
分类:其他好文   时间:2014-06-08 02:33:34    阅读次数:263
linux编译安装nginx
linux下编译安装nginx,从nginx官网下载nginx原代码,解压到某个目录,执行如下命令 # ./configure --prefix=/usr/local/nginx配置nginx编译生成的目录,nginx的shell脚本将存储在/user/local/nginx/sbin目录,配置文件...
分类:系统相关   时间:2014-06-07 23:52:35    阅读次数:488
linux下面安装coreseek与mmseg
1tar xzvf coreseek-3.2.14.tar.gz2cd mmseg-3.2.14/./configure --prefix=/usr/local/mmseg3checking for vfprintf... yeschecking for waitpid... yesconfigur...
分类:系统相关   时间:2014-06-07 22:52:52    阅读次数:679
HDU 1305 Immediate Decodability
Problem Description An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all ...
分类:其他好文   时间:2014-06-07 12:57:03    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!