题目:poj 1458 Common Subsequence
Description
A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = another sequence Z = is a...
分类:
其他好文 时间:
2014-08-19 19:04:25
阅读次数:
182
题目:POJ 2533 Longest Ordered Subsequence
Description
A numeric sequence of ai is ordered if a1 a2 aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN)
be any sequence (ai1...
分类:
其他好文 时间:
2014-08-19 16:37:44
阅读次数:
218
经由度量,我们获得了共同的沟通语言——The common communication language comes from measurement.数据最能表达现状,也最有说服力,也是沟通的通用语言。经由度量获得的数据是和股东、顾客、管理高层、项目组以及其他利益相关者进行沟通的最佳沟通语言,因为...
分类:
其他好文 时间:
2014-08-19 14:14:34
阅读次数:
194
1.基础系统搭建: sudo?apt-get?install?xorg?lxde-common?lxsession?desktop-file-utils?openbox
sudo?apt-get?install?build-essential?leafpad?lxterminal?obconf
sudo?apt-get?install?xarch...
分类:
其他好文 时间:
2014-08-19 13:02:44
阅读次数:
245
点击打开链接题目链接
1110 - An Easy LCS
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
LCS means 'Longest Common Subsequence' that means ...
分类:
其他好文 时间:
2014-08-19 12:59:35
阅读次数:
604
pyvcf 中带的一个工具 比其他工具用着好些 其他filter我很信不过~~ 自己写的功能又很有限 所以转投vcf_filter.py啦Filtering a VCF file based on some properties of interest is a common enough oper...
分类:
其他好文 时间:
2014-08-19 10:54:24
阅读次数:
274
1、背景:阿里云的SLB的负载均衡,在tomcat中获取不到真实IP,而是阿里的内网IP,SLB中俩台或者3台本身是局域网,这里是SLB原理,可以看看,没怎么看懂,呵呵,要细细读下。
2、需要开启tomcat的X-Forwarded-For,在tomcat/conf/server.xml中有一个如下的AccessLogValve 日志纪录功能,当配置中的pattern=common时,对...
分类:
其他好文 时间:
2014-08-19 01:00:23
阅读次数:
405
LCM (Least Common Multiple) of a set of integers is defined as the minimum number, which is a multiple of all integers of that set. It is interesting to note that any positive integer can be expressed...
分类:
其他好文 时间:
2014-08-18 23:38:13
阅读次数:
275
hdu题目poj题目参考了罗穗骞的论文《后缀数组——处理字符串的有力工具》题意:求两个序列的最长公共子串思路:后缀数组经典题目之一(模版题)//后缀数组sa:将s的n个后缀从小到大排序后将 排序后的后缀的开头位置 顺次放入sa中,则sa[i]储存的是排第i大的后缀的开头位置。简单的记忆就是“排第几的...
分类:
其他好文 时间:
2014-08-18 23:24:13
阅读次数:
367
码农最怕眼高手低今天来练习mvc Area技术和bootstrap以及异步表单的C#代码实现。1.area区域架构对于建立复杂业务逻辑很有帮助,由 AreaRegistration.RegisterAllAreas()方法遍历路由表,获得所有注册的路由。参见建立类库Common,下设一个文件夹Boo...
分类:
Web程序 时间:
2014-08-18 23:15:33
阅读次数:
495