Very quietly I take my leave轻轻的我走了,As quietly as I came here;正如我轻轻的来;Quietly I wave good-bye我轻轻的招手,To the rosy clouds in the western sky.作别西天的云彩。The g...
分类:
其他好文 时间:
2014-12-02 15:11:04
阅读次数:
161
描述Today, I want to take a few minutes to speak with you-directly and clearly-about Ebola: what we're doing about it, and what you need to know. Becaus...
分类:
其他好文 时间:
2014-11-30 18:44:24
阅读次数:
126
take 从列表中获取子列表into a b 把b conj 到a中(defn count-a-seq [lat] (reduce (fn [x y] (+ x 1)) 0 lat))reduce 将list通过fn一个个合并成一个,当然也可以只是对每个进行+1
分类:
其他好文 时间:
2014-11-27 23:30:56
阅读次数:
271
工作随笔1 // LinQ 分页2 listsearch = listsearch.Take(pageSize * pageIndex).Skip(pageSize * (pageIndex - 1)).ToList(); 1 //LinQ 按列去重 2 listDistinct = list.Di...
分类:
其他好文 时间:
2014-11-26 16:08:16
阅读次数:
208
[danny@localhost ~]$ cat /etc/selinux/config # This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:# e...
分类:
系统相关 时间:
2014-11-25 18:28:37
阅读次数:
281
This page will describe the steps you have to take to install LAMP, which stands for Linux Apache MariaDB PHP. This page will show you, how to set up ...
分类:
其他好文 时间:
2014-11-25 17:48:57
阅读次数:
255
从当初的电面,到后来的串讲,再到后来的技术面,一路走来,感触颇深,今天把这些东西晒出来,希望能给正在和准备找工作的同学们提供一些参考。在进入正题之前,插播一段废话,没有良好的Java基础的同学怎么办,take it easy,从你看到这篇日志开始,全心全力用三周的时间,找一本页数在250页以内的Ja...
分类:
编程语言 时间:
2014-11-25 12:29:27
阅读次数:
209
1、运算符重载 operator+ (take '+' for example) (1) 重载后必须至少有一个用户定义的操作数(struct class etc...),防止把一个C++标准的‘-’重载成'+' (2) 不能违反运算符原来的句法规则; 例如不能将'%'重载成一个操作数 (3)...
分类:
其他好文 时间:
2014-11-24 06:25:34
阅读次数:
127
Rick: The Board of Directors has come to a decision. Our company will take an image hit, and it's going to be very expensive, but it seems we have no ...
分类:
其他好文 时间:
2014-11-22 11:57:56
阅读次数:
270
原论文链接失效,特在这里保存一份
http://www.apl.jhu.edu/~hall/Lisp-Notes/Macros.html
Lisp functions take Lisp values as input and return Lisp values. They are executed at run-time. Lisp macros take Lisp code as inp...
分类:
系统相关 时间:
2014-11-19 11:23:25
阅读次数:
224