Time Limit: 0.5 seconds Memory Limit: 512 mebibytes Mingming loves playing with numbers, and today, someone gives him a permutation of nn : P_1, P_2\l ...
分类:
其他好文 时间:
2017-03-05 23:36:02
阅读次数:
257
命令行编辑操作 功能 Ctrl+b或左箭头键 左移一个字符(移至前一个字符) Ctrl+f或右箭头键 右移一个字符(移至后一个字符) Ctrl+a 移至行首 Ctrl+e 移至行尾 Esc b 左移一个单词 Esc f 右移一个单词 Del 删除光标所在处的字符 Ctrl+d 删除光标所在处的字符 ...
分类:
系统相关 时间:
2017-03-01 15:52:07
阅读次数:
262
学习要点: 一、调用 datepicker()方法 $('#date').datepicker(); 二、修改 datepicker()样式 修改样式,可以在浏览器中审查元素,然后修改对应地方的样式 // 修改当天日期的样式 .ui-datepicker-today .ui-state-highli ...
分类:
Web程序 时间:
2017-02-28 17:37:29
阅读次数:
289
自然语言处理:单词计数 这一讲主要内容(Today): 1、语料库及其性质; 2、Zipf 法则; 3、标注语料库例子; 4、分词算法; 一、 语料库及其性质: a) 什么是语料库(Corpora) i. 一个语料库就是一份自然发生的语言文本的载体,以机器可读形式存储; ii. 一种平衡语料库尝试在 ...
分类:
编程语言 时间:
2017-02-26 18:48:34
阅读次数:
227
getYear() 使用getYear()函数的本意是获取年份,以2010年为例,如: var nowd = new Date(); var yf = nowd.getYear(); 在IE中是可以正确获取年份:2010,但是在FF等浏览器下则为:110。 原因则是 在 FF等浏览器内 getYea ...
分类:
Web程序 时间:
2017-02-24 15:49:30
阅读次数:
230
The students of the HEU are maneuvering for their military training. The red army and the blue army are at war today. The blue army finds that Little ...
分类:
编程语言 时间:
2017-02-19 00:26:57
阅读次数:
230
RAD Studio and Natively Compiled Code In today's development landscape, natively compiled code is making a significant comeback. RAD Studio has always ...
分类:
其他好文 时间:
2017-02-18 19:54:12
阅读次数:
263
JDK8中增加了一系列时间的类, (据说)是为了干掉过去的Date,Calendar类的, 过去的Date类(据说)有着线程不安全等诸多弊端, 至于我的个人感受就是用起来实在是很麻烦,我一般封装成几个常用的方法以后每次就调方法,再也不想看里面是怎么实现的了. 而发现了LocalDateTime这种新 ...
分类:
编程语言 时间:
2017-02-16 23:12:30
阅读次数:
470
https://www.psychologytoday.com/blog/the-angry-therapist/201612/letter-my-future-girlfriend 与君共勉 ...
分类:
其他好文 时间:
2017-02-16 23:05:26
阅读次数:
238
每日一句English(start from today): In the previous section we just displayed a list of string entered statically in the Python code.(源于odoo的开发文档)。 翻译:在上一节 ...
分类:
其他好文 时间:
2017-02-16 01:34:56
阅读次数:
241