java
qq_42632840
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JAVA BUG解决: put(JSONObject) is undefined for the type JSONArray
博主在从网上copy的将ResultSet转化为JSON的代码中出现了这个BUG public static String resultSetToJson(ResultSet rs) throws SQLException,JSONException { // json数组 JSONArray array = new JSONArray(); ...原创 2020-02-11 12:18:31 · 3182 阅读 · 0 评论 -
根据JDK生成对应jre
用管理员权限打开命令行(cmd),然后再命令行中输入以下信息即可(cd 到jdk所在目录)。 cd %JAVA_HOME% bin\jlink.exe --module-path jmods --add-modules java.desktop --output jre ...原创 2020-02-09 18:38:13 · 2056 阅读 · 0 评论
分享