有这样的事? 1 #include 2 #include 3 #include 4
#include 5 #include 6 #include 7 8 int init_win_socket() 9 {10 WSADATA
wsaData;11 if(WSAStart...
分类:
其他好文 时间:
2014-05-18 19:20:16
阅读次数:
368
249 out of 297 rated this helpful - Rate this
topic Gregory LeakeMicrosoft CorporationAlan Le, Alex Arkhipov, Mike Hanley, and
Steve NyholmVertigo So....
分类:
移动开发 时间:
2014-05-18 02:52:25
阅读次数:
430
简介grep (global search regular expression(RE)
and print out the
line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:
系统相关 时间:
2014-05-18 02:10:16
阅读次数:
529
接口:打印机接口interface Printer{ public void
read();}函数一:佳能打印机class CanPrinter implements Printer{ public void read(){
System.out.println("Canr...
分类:
编程语言 时间:
2014-05-18 00:54:20
阅读次数:
302
1.同时使用out和response的输出字符流给页面输出数据。");
response.getWriter().write("lucy");%>输出结果是lucy
jack。因为以上两个都是字符流且带有自己的缓冲区,因此JSPWriiter的缓冲区数据在JSP执行完毕之后才将数据刷新给Respon...
分类:
其他好文 时间:
2014-05-18 00:42:04
阅读次数:
269
GuoZai.javapackage edu.facade2;public class GuoZai
{ public void mai() { System.out.println("买股票"); }}GuPiao.javapackage
edu.facade2;publ...
分类:
其他好文 时间:
2014-05-18 00:34:50
阅读次数:
244
1.环境变量的配置:path键 值:bin文件夹的位置 classpath键
值:.2.第一个HelloWorld:public class Hello{ public static void main(String args[]){
System.out.print("Hello World!"....
分类:
移动开发 时间:
2014-05-17 21:41:13
阅读次数:
460
1. 函数的重载2. 构造函数的作用1. 函数的重载 Chongzai.java class
Chongzai{ void funA(){ System.out.println("没有参数的funA函数"); } void funA(int i){
System.out.pr...
分类:
其他好文 时间:
2014-05-17 19:11:44
阅读次数:
272
1. this调用成员变量和成员函数2. this调用构造函数1. Person.java
public class Person{ String name ; void talk(){ System.out.println("my name is "
+ this....
分类:
其他好文 时间:
2014-05-17 19:02:37
阅读次数:
229
最近在做cppunit
test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~闲聊至此,如题:我使用的是lcov的
--remove命令Remove / filter out remaining unwanted stuff from...
分类:
移动开发 时间:
2014-05-17 18:11:48
阅读次数:
505