
eclipse
yhm2046
Be the change you want to see in the world
展开
-
在eclipse里设置svn快捷键方法
添加svn快捷键:以设置更新为例:1.windows-preference,在打开对话框输入keys过滤出keys选择2.在列表中点title为category排序,找到svn大类3.选择提交,在binding输入栏输入快捷键:ctrl+u,When栏选择Editing Text4.windows-customize Perspective-选择Comman原创 2012-07-15 23:06:40 · 2868 阅读 · 0 评论 -
Syntax error,parameterized types are only available if source level is 5.0解决
Syntax error,parameterized types are only available if source level is 5.0分类: java教程2012-07-08 14:52 679人阅读 评论(0) 收藏 举报软件开发的过程中难免要用到其他人的源代码,在导入的时候看到Myeclipse的一大堆红叉叉,心里肯定感觉不舒服,其实这个大部分原因转载 2013-03-05 09:04:35 · 678 阅读 · 0 评论 -
listView用法1
protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); getJSONString(); // 定义适配器 SimpleAdapter adapter = new SimpleAdapte原创 2013-02-25 09:02:49 · 586 阅读 · 0 评论 -
查询公告
//服务器端获取noticepublic ArrayList getNotice(String id) { // id转成整型 // int _id = Integer.parseInt(id); // 查询a.gradeid如果是1则返回普通,否则返回紧急 ArrayList list = new ArrayList(); String str = "select case原创 2013-02-28 17:02:47 · 714 阅读 · 0 评论