??
模拟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
JDK1.0核心API,集成API,用户界面API,发布技术,Java虚拟机(JVM)AWTJDK1.1JITb编译器,会把常执行的部分字节码指令先解释好放在内存,以后再次执行该指令时,不用再解释.Reader /Writer,16位读写。新的事件模型,使用ListenerJDK1.2(里程碑) ,...
分类:
其他好文 时间:
2014-12-08 19:20:13
阅读次数:
181
草稿“文件”存放位置: 在XP下:C:\Document and Setting\用户名\My Documents\My Weblog Posts\Drafts\ 在XP下:C:\Document and Setting\用户名\My Documents\My Weblog Posts\Recent...
WLW最新版本为16.4.3528 Windows Live Writer配置步骤 使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结 Live Writer发博支持“建分类、加标签、写摘要” 代码着色插件 公式插件
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
随便写写。 #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
文字 package com.myeclipseide.example.myblog.secure; import com.opensymphony.xwork2.ActionSupport; public class AuthenticateUser extends ActionSupport {...
所谓IO,也就是Input与Output的缩写。在java中,IO涉及的范围比较大,这里主要讨论针对文件内容的读写其他知识点将放置后续章节(我想,文章太长了,谁都没耐心翻到最后)对于文件内容的操作主要分为两大类分别是: 字符流 字节流其中,字符流有两个抽象类:Writer Reader其对应子类.....
分类:
编程语言 时间:
2014-12-02 22:04:55
阅读次数:
315
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
下面是总结的几个使用方法include 'PHPExcel.php';include 'PHPExcel/Writer/Excel2007.php';//或者include 'PHPExcel/Writer/Excel5.php'; 用于输出.xls的创建一个excel$objPHPExcel = ...
分类:
Web程序 时间:
2014-11-30 22:50:20
阅读次数:
217