TMX 解析和渲染库 J-TMX

码农软件 · 软件分类 · 常用工具包 · 2019-08-14 20:59:27

软件介绍

J-TMX 是一个用来解析和渲染 TMX (Translation Memory eXchange) 文件的 Java 库。使用 Java SAX 解析器来解析 TMX。

示例代码:

//Create New Map Instance
private TmxMap map;
map = new TmxMap(String mapSource);

//Render Map
map.render(Graphics2D g);

本文地址:https://codercto.com/soft/d/12376.html

Math Adventures with Python

Math Adventures with Python

Peter Farrell / No Starch Press / 2018-11-13 / GBP 24.99

Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus! In Math Adventu......一起来看看 《Math Adventures with Python》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换