摘要: 首先AndroidManifest.xmlView Code <?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.travelsky.test" android:versionCode="1" android:versionName="1.0"> <uses-s 阅读全文
posted @ 2012-09-14 11:30 Atlas's blog 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Every developer, at some point in their career, will find themselves looking for some information on a Linux* box. I don't claim to be an expert, in fact, I claim to be very under-skilled when it comes to linux command line mastery. However, with the following 8 commands I can get pretty much an 阅读全文
posted @ 2012-09-14 09:30 Atlas's blog 阅读(153) 评论(0) 推荐(0) 编辑
摘要: At work, recently I did a code cleanup of an existing Java project. After that exercise, I could see a common set of code violations that occur again and again in the code. So, I came up with a list of such common violations and shared it with my peers so that an awareness would help to improve the 阅读全文
posted @ 2012-09-14 09:27 Atlas's blog 阅读(179) 评论(0) 推荐(0) 编辑