LanguageTagTable of Contents1. The Language TagThis is a memo of RFC 5646, ie BCP-47.1 The Language TagLanguage tags are used to help identify languag...
分类:
其他好文 时间:
2014-06-28 21:48:05
阅读次数:
277
官方网址:http://search.cpan.org/~stbey/Date-Calc-6.3/lib/Date/Calc.pod#___top use Date::Calc qw( Days_in_Year Days_in_Month Weeks_in_Year ...
分类:
其他好文 时间:
2014-06-28 21:46:03
阅读次数:
506
①使用binary_search前要先保证有序②binary_search函数仅返回true或false③
分类:
其他好文 时间:
2014-06-21 12:49:50
阅读次数:
202
在Get请求中,如果请求参数中带有中文,如 http://localhost:8080/DinnerParty/shop/search?query=多伦多, 在服务端拿到的是乱码。这是因为客户端提交过去的是UTF-8编码的数据,而服务端解析URi时可能使用的是iso8859-1编码。修改tomcat...
分类:
编程语言 时间:
2014-06-21 10:51:56
阅读次数:
317
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-06-21 06:58:22
阅读次数:
186
chmod是linux中常用的命令之一,主要用来改变文件夹或文件的权限。在网站部署中经常被使用。
此命令由root用户或者被赋予相关权限的用户执行
命令格式 : chmod [-cfvR] [--help] [--version] 文件或文件夹
参数说明 :
权限设定字串,格式如下 :
[ugoa][[+-=][rwxX]...][,...],其中 u 表示该文件...
分类:
其他好文 时间:
2014-06-18 11:57:11
阅读次数:
154
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-6-16 23:48:52 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded...
分类:
其他好文 时间:
2014-06-18 11:52:24
阅读次数:
207
1.在Action中定义,context用于传递搜索条件和分组条件,在搜索视图中默认显示: 示例代码: Leaves Summary hr.holidays form tree,form {'search_default_group_type': 1, ...
分类:
其他好文 时间:
2014-06-18 10:22:52
阅读次数:
333
终端输入md5sum --help:md5sum --help用法:md5sum [选项]... [文件]...显示或检查 MD5(128-bit) 校验和。若没有文件选项,或者文件处为"-",则从标准输入读取。-b, --binary 以二进制模式读取-c, --check 从文件中读取MD5.....
分类:
其他好文 时间:
2014-06-18 08:20:03
阅读次数:
199
快两年了,Iveely Search Engine已经走过了5个版本的岁月,虽出生“贫寒”,没有任何开源基金会的支持,没有优秀的“干爹、干妈”,它凭着它的爱好者的支持,0.6.0终于破壳而出,7年前,我开始研究搜索引擎,开始构思我的想法,今天的0.6.0是目前最接近我最初想法的一个版本。简单的...
分类:
其他好文 时间:
2014-06-17 21:13:44
阅读次数:
270