严于律己 宽以待人
2018-11-15
2018-11-05
BMP
Bitmap 是 Windows 操作系统中的标准图像文件格式:DDB 设备相关位图;DIB 设备无关位图。PNG
Portable Network Graphics 便携式网络图形是一种无损压缩的图形格式。JPEG
Joint Photographic Expert Group 联合图像专家小组的缩写,是第一个国际图像压缩标准。GIF
Graphics Interchange Format 图像互换格式,是一种基于 LZW 算法的连续色调的无损压缩格式。XPM
X PixMap 是一种基于 ASCII 编码的图像格式,在 X Windows 中应用广泛。
2018-11-05
2018-10-26
XML 模型概念、编程操作。
XML
可扩展标记语言(EXtensible Markup Language),解析方法包括下面两种:DOM
(Document Object Model)将XML文件保存为树的形式,操作简单,便于访问;SAX
(Simple API for XML)速度快,不便于访问。
2018-10-22
记录 java 中的关键字用法
2018-10-10
Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, XML (area tree representation), Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.
2018-10-09
起始于 XSL,结束于 XSLT、XPath 以及 XSL-FO
2018-10-08
Maven 学习路上的点点滴滴