摘要: 1.1 编译选项 在cmd中执行javac -help可以看到帮助信息 D:\temp>javac -help 用法: javac <options> <source files> 其中, 可能的选项包括: -g 生成所有调试信息 -g:none 不生成任何调试信息 -g:{lines,vars,s 阅读全文
posted @ 2021-11-21 21:11 那个白熊 阅读(1945) 评论(0) 推荐(0)
摘要: 1.1 什么是i18n 以下内容引自wikipedia Internationalization_and_localization The terms are frequently abbreviated to the numeronyms i18n (where 18 stands for the 阅读全文
posted @ 2021-11-21 10:51 那个白熊 阅读(170) 评论(0) 推荐(0)