XiaoKL

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2015年1月5日

iOS.mach_absolute_time

摘要: 1.Technical Q&A QA1398Mach Absolute Time Unitshttps://developer.apple.com/library/mac/qa/qa1398/_index.html2.Kernel Programming Guidehttps://developer... 阅读全文

posted @ 2015-01-05 11:23 XiaoKL 阅读(269) 评论(0) 推荐(0) 编辑

2015年1月4日

Startup.国外新锐公司及其技术Blog

摘要: 国外技术公司Tech/Engineering Blog 1. vimeo https://coderwall.com/team/vimeo http://blog.assembly.com/ 2. linkendin http://www.linkedin.com/ https://engineer 阅读全文

posted @ 2015-01-04 21:36 XiaoKL 阅读(404) 评论(0) 推荐(0) 编辑

2014年12月31日

Android.FamousBlogs

摘要: 1.cyrilmottierhttp://cyrilmottier.com/http://cyrilmottier.com/about/2.greenrobothttp://greenrobot.me/翻译了很多比较优秀的Blog文章,不过好像是刚刚开始。3. To Be a Guru for An... 阅读全文

posted @ 2014-12-31 15:44 XiaoKL 阅读(375) 评论(0) 推荐(0) 编辑

iOS.PrototypeTools

摘要: 1. iPhone/iPad 原型工具http://giveabrief.com/2. proto.iohttps://proto.io/3. Origamihttp://facebook.github.io/origami/ 阅读全文

posted @ 2014-12-31 15:23 XiaoKL 阅读(129) 评论(0) 推荐(0) 编辑

Android.API.Context.getFilesDir()

摘要: 1. Context.getFilesDir()http://developer.android.com/reference/android/content/Context.html#getFilesDir()"Returns the absolute path to the directory o... 阅读全文

posted @ 2014-12-31 13:49 XiaoKL 阅读(2552) 评论(0) 推荐(0) 编辑

2014年12月14日

Android.Tools.Ant

摘要: ant1. ant手册翻译ant手册翻译是一项大工程!!!!!!ant在线手册的链接好不明确。2. ant 支持for循环安装ant-contrib Ref[1.1]. 要在ant的build.xml脚本中支持,参考链接Ref[1.2]。下面的build.xml是遍历txt文件,将每一行进行输出的a... 阅读全文

posted @ 2014-12-14 00:18 XiaoKL 阅读(220) 评论(0) 推荐(0) 编辑

2014年11月28日

Tools.OnlineAPIs

摘要: 1. OverAPIhttp://overapi.com/ 阅读全文

posted @ 2014-11-28 14:41 XiaoKL 阅读(95) 评论(0) 推荐(0) 编辑

2014年11月17日

Java.Class

摘要: Class类1. Class继承自Object。2. .class 和 instance.getClass()的区别Ref[1]Reference1. .classhttp://stackoverflow.com/questions/15078935/what-does-class-mean-in-... 阅读全文

posted @ 2014-11-17 13:25 XiaoKL 阅读(164) 评论(0) 推荐(0) 编辑

2014年11月11日

Android.StructureOfAndroidSourceCodeRootTree

摘要: Refference1.How to understand the directory structure of android root tree?http://stackoverflow.com/questions/9046572/how-to-understand-the-directory-... 阅读全文

posted @ 2014-11-11 18:40 XiaoKL 阅读(167) 评论(0) 推荐(0) 编辑

Android.Tools.Summary

摘要: Android平台上工具的总结每个工具的详细使用和深入理解参考每个工具相关的blog。1. Android SDK中提供的工具http://developer.android.com/tools/help/index.html2. aapt 工具的source codeaapt: Android A... 阅读全文

posted @ 2014-11-11 00:06 XiaoKL 阅读(194) 评论(0) 推荐(0) 编辑

2014年10月23日

Eclipse.Error.gen already exists but is not a source folder.

摘要: 在Eclipse ADT来开发Android App时会遇到以下问题:"myproject/gen already exists but is not a source folder. Convert to a source folder or rename it"解决办法是:1.Right cli... 阅读全文

posted @ 2014-10-23 11:33 XiaoKL 阅读(330) 评论(0) 推荐(0) 编辑

Ant.OutputIsUnreadableCode

摘要: Ant在Mac OS X终端中的输出乱码的问题1. 问题:在用Ant脚本进行构建Android App时,在编译失败时,Ant 输出有乱码。2. 环境: Mac OS X, 简体中文版。在Ternimal下允许shell脚本,脚本调用ant来进行构建。3. 问google后解决: 编辑home目... 阅读全文

posted @ 2014-10-23 11:24 XiaoKL 阅读(1485) 评论(0) 推荐(0) 编辑

2014年10月22日

Android.HowToDesignPluginArchitectureInAndroidApp

摘要: There is a tools called "dx", this tool can transfer Java Binary Code into Android Dalvik Binary code.In Android, Java Binary Code cannot be recognize... 阅读全文

posted @ 2014-10-22 11:49 XiaoKL 阅读(240) 评论(0) 推荐(0) 编辑

2014年10月20日

Java.FamousBlogs

摘要: 本文总结在工作/学习中发现的Java相关的blogs。1. java code geeks (jcg)http://www.javacodegeeks.com/join-us/jcg/2.http://javarevisited.blogspot.com/3. java.nethttps://www... 阅读全文

posted @ 2014-10-20 16:19 XiaoKL 阅读(149) 评论(0) 推荐(0) 编辑

Java.WeakReference-SoftReference-PhantomReference

摘要: Weak Reference, Soft Reference, Phantom Reference 1. Introduction "Weak reference objects, which do not prevent their referents from being made finali 阅读全文

posted @ 2014-10-20 16:13 XiaoKL 阅读(325) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

导航