摘要: 1.使用“Alt+Shift+O”对该提示功能的开/关切换Eclipse中Preference中--->General--->Editor--->Text Editors --> Annotations-->Occurrence中,选择颜色。首选项里的java->editor->Mark Occurrences里设置 阅读全文
posted @ 2011-12-22 16:57 Atlas's blog 阅读(232) 评论(0) 推荐(0)
摘要: 需求:将访问服务器的地址放置到资源文件中(assets/base.properties)base.properties:intfAddr=http://192.168.0.114:8080/clm-webapp/UserInfoController.do?method=HttpUtil.java:/** * 取得访问接口的地址 * * @return */ private static String[] getInterfaceAddr() { Properties properties = new Properties(); try { properties... 阅读全文
posted @ 2011-12-22 13:40 Atlas's blog 阅读(262) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/Android_2011/archive/2011/06/12/2078643.htmlAndroid 应用程序中有三大核心组件: Activity, Service, Broadcast Receiver 都是通过被称之为意图的消息运行。Intent messaging is a facility for late run-time binding between components in the same or different applications. 意图本身一个 Intent 对象,它保存了对要执行操作的抽象描述—对于broadca 阅读全文
posted @ 2011-12-22 00:27 Atlas's blog 阅读(160) 评论(0) 推荐(0)