己所不欲,勿施于人。

2018-11-15
Git实用技巧

Git实用技巧

中文显示问题

git status 列举文件名含有中文时,无法正常显示:(文件名编码格式 与 git diff 不一致)
git config --global core.guotepath false

阅读此文

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
MuPDF使用说明

MuPDF使用说明

MuPDF 是一个预览和转换PDFXPSE-book的开源软件框架,提供多平台的预览器、命令行工具和应用开发库。

阅读此文

2018-10-26
XML深入理解

XML深入理解

XML 模型概念、编程操作。

XML 可扩展标记语言(EXtensible Markup Language),解析方法包括下面两种:
DOM(Document Object Model)将XML文件保存为树的形式,操作简单,便于访问;
SAX(Simple API for XML)速度快,不便于访问。

阅读此文

2018-10-22
Java 关键字总结

记录 java 中的关键字用法

阅读此文

2018-10-10
Apache FOP 学习笔记

Apache FOP 学习笔记

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学习笔记

起始于 XSL,结束于 XSLT、XPath 以及 XSL-FO

阅读此文

2018-10-08
Maven学习笔记

Maven 学习路上的点点滴滴

阅读此文

2018-09-24
Markdown 流程图

简单流程图示例

阅读此文

2018-04-17
内存池技术

简介

阅读此文