码迷,mamicode.com
首页 >  
搜索关键字:out    ( 35870个结果
有这样的事? 的对方水电费德芙巧克力 int i = 0; foreach(i; i<1000; i++){ system.out.println(i); } 还有谁?
有这样的事? 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
Microsoft .NET Pet Shop 4: Migrating an ASP.NET 1.1 Application to 2.0
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
linux grep命令
简介grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:系统相关   时间:2014-05-18 02:10:16    阅读次数:529
java:接口实例
接口:打印机接口interface Printer{ public void read();}函数一:佳能打印机class CanPrinter implements Printer{ public void read(){ System.out.println("Canr...
分类:编程语言   时间:2014-05-18 00:54:20    阅读次数:302
out对象
1.同时使用out和response的输出字符流给页面输出数据。"); response.getWriter().write("lucy");%>输出结果是lucy jack。因为以上两个都是字符流且带有自己的缓冲区,因此JSPWriiter的缓冲区数据在JSP执行完毕之后才将数据刷新给Respon...
分类:其他好文   时间:2014-05-18 00:42:04    阅读次数:269
facade模式
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
java4android (基本概念)
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
this的使用方法
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
LCOV 如何过滤iostream等系统函数的覆盖率信息
最近在做cppunit test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~闲聊至此,如题:我使用的是lcov的 --remove命令Remove / filter out remaining unwanted stuff from...
分类:移动开发   时间:2014-05-17 18:11:48    阅读次数:505
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!