随笔分类 - JAVA
摘要:1、因为RCP启动要清楚eclipse路径下的runtime文件夹,不然看不到改变代码的变化效果,这时要把Clear打勾!
阅读全文
摘要:一、在plugin.xml配置视图view和view1,标红代码是view对应的类 <extension point="org.eclipse.ui.perspectives"> <perspective class="rcptest.Perspective" name="Perspective"
阅读全文
摘要:Long id = JSONObject.getLong("123") id会是Long类型 Long id = (Long)JSONObject.getString("123") 这样会报类型转换错误,因为 这样只会得到Integer类型。
阅读全文

浙公网安备 33010602011771号