One of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their cod...
分类:
编程语言 时间:
2014-09-10 00:16:59
阅读次数:
288
今年看到一篇文章还是很受启发。If you have the guts to start selling what you believe in, customers who share your perspective will join in the cause. Not everyone wi...
分类:
其他好文 时间:
2014-09-09 11:04:58
阅读次数:
177
"I do not object to harsh criticism," said Helen Keller, "so long as I am treated like a human being who has a mind of her own." The Story of My Lif.....
分类:
其他好文 时间:
2014-09-06 22:25:33
阅读次数:
288
The Little Girl who Picks MushroomsTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:365764-bit integer IO format:...
分类:
其他好文 时间:
2014-09-06 21:11:23
阅读次数:
332
1,令多行命 —— 逗号 VS 分号2,管理工作空间 —— who , whos , clear , save , load , length (向量显示其长度,矩阵显示行数与列数中的较大数) size(矩阵A的行数列数) disp(显示变量)3,设置当前目录 —— cd(‘D:\Work’)4,p...
分类:
其他好文 时间:
2014-09-03 16:21:06
阅读次数:
303
linux常见的系统日志以及注释:/var/log/lastlog:记录最后一次用户成功登陆的时间、登陆IP等信息/var/log/messages:记录Linux操作系统常见的系统和服务错误信息/var/log/secure:Linux系统安全日志,记录用户和工作组变坏情况、用户登陆认证情况/var/log/btmp:记录Linux登陆..
分类:
系统相关 时间:
2014-09-03 13:18:57
阅读次数:
287
#Linux--记录每个用户登录后的IP信息,还有其它的操作信息,追加vim/etc/profile
PS1="`whoami`@`hostname`:"‘[$PWD]‘(Linux系统提示符是用系统变量PS1来定义的)history(who-uami会显示系统中登陆进来的用户及登陆从哪个IP登陆进来的,这里后面过滤了就取值一个登陆进来的IP)USE..
分类:
系统相关 时间:
2014-09-02 18:07:25
阅读次数:
220
题目来源:URAL 1439. Battle with You-Know-Who
题意:开始有数列1, 2, 3, ... L k输出第k大的数 D k删除第k大的数
思路:treap树插入删除的数 每次二分查找第k大的数为mid 查询treap小于等于mid的数有y个 那么mid应该是第mid-y大的数 与k比较 继续二分
#include
#include
#include
#in...
分类:
其他好文 时间:
2014-09-02 15:58:14
阅读次数:
214
源码ex6-2.rb :types_of_people = 10x = "There are #{types_of_people} types of people." binary = "binary"do_not = "don't"y = "Those who know '#{binary}...
分类:
其他好文 时间:
2014-09-01 17:32:43
阅读次数:
171
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains ...
分类:
其他好文 时间:
2014-08-31 22:46:42
阅读次数:
354