那些自以为是的理解

1 将来IBOCmTaxApplyValue[]变为里面只含有一条数据

IBOCmTaxApplyValue[] taxApplyValues = null;

IBOCmTaxApplyValue taxApplyValue = new BOCmTaxApplyBean();

taxApplyValues = new IBOCmTaxApplyValue[]{taxApplyValue};

 

1 lib和buildpath中的jar包引入的区别:lib放入的是tomcat发布需要的包,buildpath中的包则是编译需要的包。(j2ee中是这样)。

2 javabean就是有get() set() 方法的java类。

3 echlipse 中搜索功能搜不到的东西(比如搜下拉菜单中的“删除”项),可能是乱码才搜不到的,要用ctrl+shift+r打开下一步链接到的文件就可以一步一步搜到了。

4 retrurn false那么执行完js中的函数后,不会跳到下面的页面。return true就会接着跳到下面的页面。两个function在同一个js中的时候,return false不会影响到另外一个function的执行。

5 对于for(Class class:classes){}来说,如果classes是二维数组也是可以的,但是要把这些数据打进Map就要在{}里面写Map retMap=new Map();

6 对于arrayList 和 long型的数据要先判断非空

7 什么时候,启动eclipse的时候就一直不行,说是an error 。。我查了下log

报错:org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start()
Just remove the folder under "X:/Documents and Settings/username/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes"
或者:
deleted the files

/.metadata/.plugins/org.eclipse.core.resources/.snap
and
/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap

posted @ 2014-08-01 15:41  Evangelion  阅读(180)  评论(0编辑  收藏  举报