ConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionDr lee cuts a string S into N pieces,s[1],…,s[N].Now, Dr lee gives you these N sub-string...
分类:
其他好文 时间:
2014-10-08 12:46:35
阅读次数:
369
有关JS中闭包的理解和使用。
一、简介
子函数可以使用父函数中的局部变量,这种行为就叫做闭包。通常指,有权访问另一个函数作用域中的变量的函数。创建时,通常在一个函数中创建另一个函数,通过另一个函数访问这个函数的局部变量。
function box() {
var user = 'Lee';
return function () { //通过匿名函数返回 box()局...
分类:
Web程序 时间:
2014-10-07 21:09:04
阅读次数:
281
Problem Description
Lee has a string of n pearls. In the beginning, all the pearls have no color. He plans to color the pearls to make it more fascinating. He drew his ideal pattern of the string o...
分类:
其他好文 时间:
2014-10-03 22:31:45
阅读次数:
363
DescriptionDr lee cuts a string S into N pieces,s[1],…,s[N]. Now, Dr lee gives you these N sub-strings: s[1],…s[N]. There might be several possibiliti...
分类:
其他好文 时间:
2014-09-28 21:56:35
阅读次数:
243
1198. SubstringConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionDr lee cuts a string S into N pieces,s[1],…,s[N].Now, Dr lee gives you the...
分类:
其他好文 时间:
2014-09-26 03:29:48
阅读次数:
253
STL = Standard Template Library,标准模板库,惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。这可能是一个历史上最令人兴奋的工具的最无聊的术语。从根本上说,STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法...
分类:
其他好文 时间:
2014-09-24 18:09:17
阅读次数:
237
http://blog.csdn.net/edward_qing_lee/article/details/7970205一:安装软件yuminstallvsftpd二:#useradd-s/sbin/nologin-d/data/ftp-gftpftpadmin#passwdftpadmin注意:-s/sbin/nologin是让其不能登录系统-d是指用户目录为了/data/ftp-gftp把用户加入到ftp组中#chmod-R744/d..
分类:
其他好文 时间:
2014-09-18 16:43:24
阅读次数:
212
Linux环境中支持输入输出重定向,用符号来表示。0、1和2分别表示标准输入、标准输出和标准错误信息输出,可以用来指定需要重定向的标准输入或输出,比如 2>lee.dat 表示将错误信息输出到文件lee.dat中。同时,还可以在这三个标准输入输出之间实现重定向,比如将错误信息重定向到标准输出,可以用...
分类:
系统相关 时间:
2014-09-09 19:44:19
阅读次数:
314
com.mysql.jdbc.Driver jdbc:mysql://wonder:3306/j2ee root pass lee/Person.hbm.xml org.hibernate...
分类:
移动开发 时间:
2014-09-02 17:40:35
阅读次数:
233
mina是非常好的C/S架构的java服务器,这里转了一篇关于它的使用感受。前言MINA是Trustin Lee最新制作的Java通讯框架。通讯框架的主要作用是封装底层IO操作,提供高级的操作API。比较出名的通讯框架有C++的ACE、Python的Twisted,而Java的通讯框架还有Quick...
分类:
其他好文 时间:
2014-09-02 13:49:14
阅读次数:
209