子敬正在创造自己的人生
需求有轻重缓急,功能有可控不可控。 需求有版本有截止(否则会无休无止),功能不可控变为可控。 集中兵力消灭敌人有生力量,集中优势兵力消灭敌人有生力量。
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页
摘要: Each Module is developed as a standalone Windows DLL.Each module can contain one or more applets, and must have a corresponding MIF associated with it 阅读全文
posted @ 2013-07-25 14:45 silentjesse 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://brewx.qualcomm.com/brew/sdk/download.jsp?page=dx/en/brew31/ad/tl/overviewthe email is silentjesse@gmail.com先根据programming_primer 然后再根据BREWProgrammingConcepts了解相关的概念 阅读全文
posted @ 2013-07-23 19:09 silentjesse 阅读(204) 评论(0) 推荐(0) 编辑
摘要: alt shift a 阅读全文
posted @ 2013-07-01 11:28 silentjesse 阅读(21942) 评论(2) 推荐(0) 编辑
摘要: let's pick the Treeviewer as the case:Ifyou want to show a tree in a dialog, you'd better use the Treeviewer instance.But how to fill in treeviewer, Implementing this requires you have to do many steps as follows:1、You need a object used to fill in the treeviewer, and this object have a refe 阅读全文
posted @ 2013-05-31 11:40 silentjesse 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Why is it necessary for an interface to be "declared" abstract?It's not.public abstract interfaceInterface{ \___.__/|'---->Neither this...public void interfacing();public abstract boolean interfacing(boolean really); \___.__/|'----> nor this, are necessary.}Interfaces and 阅读全文
posted @ 2013-05-31 09:34 silentjesse 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1、Eclipse 中插件开发多语言的实现为了使用.properties 文件,需要在 META-INF/MANIFEST.MF 文件中定义:Bundle-Localization: about这样就会自动加载 about.properties 文件即将.properties的文件名在Bundle-Localization头中声明,这样.properties就会被加载到plugin中去然后在 plugin.xml 文件中,将字符串替换为 %key 就可以了 阅读全文
posted @ 2013-05-29 15:45 silentjesse 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 晚上再续 阅读全文
posted @ 2013-04-17 10:49 silentjesse 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-04-12 10:50 silentjesse 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: 对模块和元数据进行打包我们这个模块系统需要一种方法来对模块的内容以及描述导入和导出的元数据进行打包,将其包括到一个可部署的单元中。Java 已经有了标准的部署单元:JAR 文件。JAR 文件可能并不算一种非常成熟的模块,但对于移动大块的编译代码还是不错的,所以我们并不需要创建新的东西。那么现在的唯一问题是,将元数据(即导入和导出列表、版本等等)放在哪里?看起来配置格式强烈地受到一时潮流的影响;如果我们是在 2000 年到 2006 年期间设计这个模块系统,我们很可能会选择将元数据放到 JAR 文件下的某个 XML 文件中这种方式能够工作,但会遇到许多问题:对于流程,XML 文件并不是特别有效率 阅读全文
posted @ 2013-04-07 14:00 silentjesse 阅读(2490) 评论(1) 推荐(0) 编辑
摘要: Incomputing, amodifier keyis a special key on acomputer keyboardthat modifies the normal action of another key when the two are pressed in combination.For example,Alt+F4inMicrosoft Windowswill close the program in theactive window; in this instance, Alt is the modifier key. In contrast, pressing jus 阅读全文
posted @ 2013-03-22 22:49 silentjesse 阅读(306) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页