码迷,mamicode.com
首页 >  
搜索关键字:writer    ( 2158个结果
02_IO操作的基本规律(InputStream,OutputStream,Reader,Writer,FileReader,FileWriter,BufferedReader,BufferedWri
?? 模拟BufferedInputStream,编写一个类 package toto.IO;   import java.io.IOException; import java.io.InputStream;   class MyBufferedInputStream{     private InputStream in;     p...
分类:其他好文   时间:2014-12-08 23:04:47    阅读次数:201
JDK各个版本特性
JDK1.0核心API,集成API,用户界面API,发布技术,Java虚拟机(JVM)AWTJDK1.1JITb编译器,会把常执行的部分字节码指令先解释好放在内存,以后再次执行该指令时,不用再解释.Reader /Writer,16位读写。新的事件模型,使用ListenerJDK1.2(里程碑) ,...
分类:其他好文   时间:2014-12-08 19:20:13    阅读次数:181
Windows Live Writer 草稿与文件复制与备份问题
草稿“文件”存放位置: 在XP下:C:\Document and Setting\用户名\My Documents\My Weblog Posts\Drafts\ 在XP下:C:\Document and Setting\用户名\My Documents\My Weblog Posts\Recent...
分类:Windows程序   时间:2014-12-08 12:19:35    阅读次数:244
Windows Live Writer离线编写博客
WLW最新版本为16.4.3528 Windows Live Writer配置步骤 使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结 Live Writer发博支持“建分类、加标签、写摘要” 代码着色插件 公式插件
分类:Windows程序   时间:2014-12-04 19:57:35    阅读次数:177
dotnet use regex two samples
One sample is used to replace double quote from words which encapsulated by csvwriter ,you know csv writer will take care of the double quote and com....
分类:Web程序   时间:2014-12-04 19:46:05    阅读次数:269
测试下live writer
随便写写。 #include #include #include #include #include #include #include #include #include int main(){ char buffer[512]; int n = 0; for(;;){ n = read(0, b...
分类:其他好文   时间:2014-12-04 17:22:33    阅读次数:169
用Windows Live Writer发来
文字 package com.myeclipseide.example.myblog.secure; import com.opensymphony.xwork2.ActionSupport; public class AuthenticateUser extends ActionSupport {...
分类:Windows程序   时间:2014-12-03 19:05:29    阅读次数:254
java_IO总结(一)
所谓IO,也就是Input与Output的缩写。在java中,IO涉及的范围比较大,这里主要讨论针对文件内容的读写其他知识点将放置后续章节(我想,文章太长了,谁都没耐心翻到最后)对于文件内容的操作主要分为两大类分别是: 字符流 字节流其中,字符流有两个抽象类:Writer Reader其对应子类.....
分类:编程语言   时间:2014-12-02 22:04:55    阅读次数:315
Oracle CheckPoint usage
A checkpoint is the writing by the DBWR (database writer) process of all modified buffers in the SGA buffer cache to the database data files. Data fil...
分类:数据库   时间:2014-12-02 10:32:34    阅读次数:261
PhpExcel中文帮助手册|PhpExcel使用方法
下面是总结的几个使用方法include 'PHPExcel.php';include 'PHPExcel/Writer/Excel2007.php';//或者include 'PHPExcel/Writer/Excel5.php'; 用于输出.xls的创建一个excel$objPHPExcel = ...
分类:Web程序   时间:2014-11-30 22:50:20    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!