摘要: http://code.google.com/p/box2d-editor/————————————————————————————————————————————————————————————————http://libgdx.badlogicgames.com/ 阅读全文
posted @ 2012-09-20 12:35 网络大豆 阅读(287) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/yudaoai/article/details/4267899—————————————————————————————————————————————————————————— Java 中给数字左边补0 (1)方法一import java.text.NumberFormat; public class NumberFormatTest { public static void main(String[] args) { //待测试数据 int i = 1; //得到一个NumberFormat的实例 NumberFormat nf = Numbe. 阅读全文
posted @ 2012-09-20 10:33 网络大豆 阅读(409) 评论(0) 推荐(0)