摘要:
编辑器 首先必须实现 IEditorPart 接口 必须要实现他的 createPartControl 方法 这个方法可以使用swt或者jface创建界面来显示文件的内容 swt不依赖于开发工具 jface是对swt的封装 依赖开发工具编辑器因为有文件的输入 类IE... 阅读全文
posted @ 2011-12-09 18:29
饺子吃遍天
阅读(582)
评论(0)
推荐(0)
摘要:
http://help.eclipse.org/indigo/index.jsp英语的文档 也可以从 http://www.eclipse.org/documentation/地址连接过去部分中文的地址 :http://publib.boulder.ibm.com/i... 阅读全文
posted @ 2011-12-09 17:17
饺子吃遍天
阅读(192)
评论(0)
推荐(0)
摘要:
select /*+ INDEX(T_MEDFLOW_INTENT,SYS_C00ADDCODE) */ count(t.addcode) from T_MEDFLOW_INTENT t where 1 = 1 AND (AddCode = '4401' or... 阅读全文
posted @ 2011-12-09 09:52
饺子吃遍天
阅读(366)
评论(0)
推荐(0)