继承体系:
1:字节流
以stream结尾的都是字节流。字节流用于读取二进制数据。
2:字符流
结尾都是以reader/writer结尾的。
Write
append(char c) :写入字符
write(char[] cbuf)
write(String str)
write(int c)
flush(...
分类:
其他好文 时间:
2014-09-03 22:44:48
阅读次数:
230
util提供了各种使用的工具。require('util')to access them.Util.format(format,[..])Returns a formatted string using the first argument as aprintf-like format.The fi...
分类:
Web程序 时间:
2014-09-03 22:39:27
阅读次数:
378
java IO体系图IO流的操作规律总结:1,明确体系: 数据源:InputStream ,Reader 数据汇:OutputStream,Writer2,明确数据:因为数据分两种:字节,字符。 数据源:是否是纯文本数据呢? 是:Reader 字符输入流 否:InputStream 字节输入流 .....
分类:
编程语言 时间:
2014-09-03 21:08:27
阅读次数:
365
These two terms in the Predicate Information section indicate when the data source is reduced. Simply, access means only retrieve those records meetin...
分类:
数据库 时间:
2014-09-03 19:37:37
阅读次数:
351
7月31日,Adobe发布了新软件Adobe Edge,这款软件将帮助网页设计人员利用HTML5、JavaScript和CSS等非Flash技术来开发在线动画内容。...
分类:
Web程序 时间:
2014-09-03 18:15:57
阅读次数:
313
前言 Adobe的FMS(Flash Media Server)是很好用。但对应着分级授权的是money和有限功能开放。商业的东西既然用不起,也阻碍了我们的技术进步,那就只能求助于开源社区了。而crtmpserver就是FMS的替代者之一1. crtmpserver简介 crtmpserver...
分类:
其他好文 时间:
2014-09-03 16:47:16
阅读次数:
263
本文转自:http://www.odata.org/getting-started/basic-tutorial/Basic Tutorial The Open Data Protocol (OData) is a data access protocol built on core protoco...
分类:
其他好文 时间:
2014-09-03 14:49:16
阅读次数:
229
ref:http://www.zhengsiwei.com/how-to-draft-windows-live-writer-archived-on-other-computers/ 在写一篇关于Access的文章,文章快完成时发现所用电脑装的是Acces2007版本没有计算字段,所以需要换一台有A...
什么是智能对象? 智能对象是包含栅格或矢量图像(如 Photoshop 或 Illustrator 文件)中的图像数据的图层。智能对象将保留图像的源内容及其所有原始特性,从而让您能够对图层执行非破坏性编辑。(——摘自adobe的自述文档)1、智能对象可以达到无损处理的效果。 这是它最大的好处...
分类:
其他好文 时间:
2014-09-03 12:49:26
阅读次数:
184