随笔分类 -  JAVA

上一页 1 ··· 15 16 17 18 19
摘要:1、因为RCP启动要清楚eclipse路径下的runtime文件夹,不然看不到改变代码的变化效果,这时要把Clear打勾! 阅读全文
posted @ 2020-11-26 08:52 信铁寒胜 阅读(109) 评论(0) 推荐(0)
摘要:一、在plugin.xml配置视图view和view1,标红代码是view对应的类 <extension point="org.eclipse.ui.perspectives"> <perspective class="rcptest.Perspective" name="Perspective" 阅读全文
posted @ 2020-11-26 08:48 信铁寒胜 阅读(204) 评论(0) 推荐(0)
摘要:Long id = JSONObject.getLong("123") id会是Long类型 Long id = (Long)JSONObject.getString("123") 这样会报类型转换错误,因为 这样只会得到Integer类型。 阅读全文
posted @ 2020-05-24 14:04 信铁寒胜 阅读(730) 评论(0) 推荐(0)

上一页 1 ··· 15 16 17 18 19