题目All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful t...
分类:
其他好文 时间:
2015-02-11 12:43:54
阅读次数:
184
三剑客之grep命令小结1、 grep(1)grep命令加-v参数表示不输出含有linux的内容[root@Eric data]# cat abcI am oldboyoldboyoldgirlI am studying linuxI am Eric[root@Eric data]# grep -v...
分类:
系统相关 时间:
2015-02-09 15:21:35
阅读次数:
183
Total Accepted: 1161
Total Submissions: 6887
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes usef...
分类:
其他好文 时间:
2015-02-09 08:15:56
阅读次数:
199
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ...
分类:
其他好文 时间:
2015-02-06 16:30:24
阅读次数:
142
packagecom.ctu.java.exer;
publicclassTestPerson{
publicstaticvoidmain(String[]args){
Personp=newPerson();
p.study();
p.showAge();
p.addAge(2);
p.showAge();
Personp1=newPerson();
p1.showAge();
}
//属性
}
classPerson{
Stringname;
i..
分类:
其他好文 时间:
2015-01-10 18:25:20
阅读次数:
153
In the lastduring, I am studying the basic about struts2.
At be ginning,I always am confused by the namespace of struts2 xml configuration file.
Cause, sometimes I shall read some examples...
分类:
其他好文 时间:
2014-12-07 23:13:36
阅读次数:
169
DescriptionThe School №0 of the capital of Berland hasnchildren studying in it. All the children in this school are gifted: some of them are good at p...
分类:
其他好文 时间:
2014-12-01 00:42:32
阅读次数:
273
Also known as self-consistent field theoryStudy the behavior of large and complex stochastic models by studying a simpler model.Such models consider a...
分类:
其他好文 时间:
2014-11-27 14:26:31
阅读次数:
205
1. JSP
JSP(javaServerPage)would be supplementary for Servlet, rather than be substituted. Because the JSP sloves tow problems of Servlet.Such as,first,the HTML tags in Servlet all must be enclose...
分类:
Web程序 时间:
2014-11-03 13:05:45
阅读次数:
173
Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value that determine the behavior of TCP is the congestion...