一次总结两道题,两道题目都比较基础Description:Write a function to
find the longest common prefix string amongst an array of strings.分析:
这道题目最重要的知道什么叫prefix前缀, 否则一不小心就做...
分类:
其他好文 时间:
2014-06-09 21:08:16
阅读次数:
224
前面结束了关于 learning 部分一些粗浅的讨论,我们大概明白了一些 learning 中
common sense/techniques。剩下的部分我们分为 causality 和 utility 两部分。Koller
的课程上面稍微涉及了一些后者的东西,不过觉得前者也挺有意思的,顺便了解一些...
分类:
其他好文 时间:
2014-06-08 22:59:36
阅读次数:
295
Recently we looked across some of the most
common behaviors that our community of 25,000 users looked for in their logs
with a particular focus on web...
分类:
其他好文 时间:
2014-06-08 22:19:29
阅读次数:
438
UbuntuNFS安装与配置一、NFS安装$ sudo apt-get install
nfs-kernel-server nfs-common portmap二、NFS配置2.1 配置/etc/exports文件$ sudo vim
/etc/exports在文件最后加入如下内容:{{/rootn...
分类:
其他好文 时间:
2014-06-08 21:12:39
阅读次数:
245
(1)点击左侧List中的教师用户管理。/WebContent/common/pages/left.jsp/teacher_list.do">教师用户管理(2)根据stucts-config.xml文件中的注册信息请求相应的action。/WebContent/WEB-INF/stucts-conf...
分类:
其他好文 时间:
2014-06-08 19:36:48
阅读次数:
264
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
1.需要完成两个前置条件后才可以使用 微软企业库5.0 调用 MySql 存储过程
微软企业库5.0 支持 MySql
MySql 分页存储过程
2.需要添加一个继承 IParameterMapper 接口的类分配查询参数
using System.Data;
using System.Data.Common;
using Microsoft.Practices.E...
分类:
数据库 时间:
2014-06-08 10:04:46
阅读次数:
462
很裸的模版题,不过Tarjan要好好多拿出来玩味几次
很有点巧妙呢,tarjan,大概就是当前结点和它儿子结点的羁绊
WA了俩小时,,,原因是,这个题是多数据的(还没告诉你T,用scanf!=EOF来控制结束),更重要的是和这个和Codeforces不一样,Codeforces的多组数据好像会重新开始程序似的,不用在程序里面写清零,但这个题是多数据用EOF来控制输入的,多数据在一个文件里都一次...
分类:
其他好文 时间:
2014-06-08 08:28:39
阅读次数:
190
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官网):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