软件: 根据维基百科, The first theory about software—prior to creation of computers as we know them today—was proposed by Alan Turing in his 1935 essay Computa ...
分类:
其他好文 时间:
2016-09-17 12:02:06
阅读次数:
121
1. Socket介绍 概念 A network socket is an endpoint of a connection across a computer network. Today, most communication between computers is based on the ...
分类:
编程语言 时间:
2016-09-16 11:19:33
阅读次数:
237
EOF YESTERDAY=`cat /database/log/tns_log/yesterday.out` TODAY=`date '+%d-%b-%Y'` echo $YESTERDAY $TODAY echo "HOSTTNS|Date|SID|PROGRAM|HOST|USER|IP|PO ...
分类:
其他好文 时间:
2016-09-14 11:04:33
阅读次数:
300
http://www.rodneyoliver.com/blog/2013/08/08/retrieving-out-params-from-a-stored-procedure-with-python/ AUG 8TH, 2013 I was hacking some python today w ...
分类:
编程语言 时间:
2016-09-14 07:03:11
阅读次数:
188
Culture Insider: Teacher's Day in ancient China 2016-09-10 CHINADAILY Today is the 32nd Chinese Teacher's Day – a festival celebrating the 2,300-year ...
分类:
其他好文 时间:
2016-09-11 09:07:46
阅读次数:
683
Hello ,everybody: It's so cool that out team, TalkIsCheap_5, set up today. We have five members , including 姜亚南(Bruce Jiang),沈幸博,于阜甲,李丛敏 and 马琳娜. At t ...
分类:
其他好文 时间:
2016-09-07 01:40:18
阅读次数:
168
1.4中不同初始化的形式 a.string s("zhl")、int i(3); //括号初始化 b.string s="zhl"、int i= 3; //等号初始化 c.int arr[4] = {1,2,3,4}、struct tm today ={0}; //POD数据用大括号 d.struc ...
分类:
编程语言 时间:
2016-09-05 18:52:41
阅读次数:
180
Today i created my own blog.In fact ,i am very excitement for this matter.Because i really too rubbish in any way. My English is poor.I think you can ...
分类:
其他好文 时间:
2016-09-04 23:50:20
阅读次数:
176
题目链接 http://acm.split.hdu.edu.cn/showproblem.php?pid=5410 Problem Description Today is CRB's birthday. His mom decided to buy many presents for her lo ...
分类:
其他好文 时间:
2016-09-02 21:57:51
阅读次数:
193
布尔型变量:true,flase 广泛用于真假的逻辑判断 对象:分类,对象是由一些彼此相关的属性和方法集合在一起而构成的一个数据实体; 例如,var today = new Date();中,Date 就是一个对象,Date 是一个获得当前时间的对象。 数组:变量可以对应一个值,也有变量可以对应多个 ...
分类:
Web程序 时间:
2016-09-02 11:42:10
阅读次数:
155