2014年3月28日

eclipse 文本编码设置

摘要: 一般Java文件编码格式是UTF-8的。以下以默认GBK改为UTF-8为例。1.改变整个工作空间的编码格式,这样以后新建的文件也是新设置的编码格式。 eclipse->window->preferences->General->workspaceTypes->Other->UTF-8->OK汉化版:eclipse->窗口->首选项->常规->工作空间->其它->UTF-8->确定2.项目范围的设置编码格式Project->Properties->General->Resource->Ot 阅读全文

posted @ 2014-03-28 15:40 JonnyLulu 阅读(187) 评论(0) 推荐(0) 编辑

No repository found error in Installing ADT

摘要: http://stackoverflow.com/questions/9499563/no-repository-found-error-in-installing-adt-in-eclipse-indigoUncheck “Contact all update sites during install to find required software” (this is causing the error message above). 阅读全文

posted @ 2014-03-28 14:03 JonnyLulu 阅读(132) 评论(0) 推荐(0) 编辑

2014年3月27日

HowTo use the CDT to navigate Linux kernel source

摘要: HowTo use the CDT to navigate Linux kernel sourceHere are some steps that I've found to get the CDT to work well with the Linux kernel source. If you exclude some of these steps, it may still work to a large degree, but some things may not work exactly right; for example it may find the wrong in 阅读全文

posted @ 2014-03-27 18:04 JonnyLulu 阅读(287) 评论(0) 推荐(0) 编辑

eclipse 安装 CDT

摘要: juno版本eclipse对应的cdthttp://download.eclipse.org/tools/cdt/releases/juno 阅读全文

posted @ 2014-03-27 17:43 JonnyLulu 阅读(187) 评论(0) 推荐(0) 编辑

flacon

摘要: APE 分割器Flacon extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files.To do this, it uses information from the appropriate CUE file. Besides, Flacon makes it possible to conveniently revise or specify tags both for all tracks at 阅读全文

posted @ 2014-03-27 15:50 JonnyLulu 阅读(378) 评论(0) 推荐(0) 编辑

ImageMagick

摘要: 1 阅读全文

posted @ 2014-03-27 15:11 JonnyLulu 阅读(101) 评论(0) 推荐(0) 编辑

android 系统开发 学习方向

摘要: 系统构建各种外设或功能,应包含各个层次: hw register->driver->native lib->service server->service client外设包含:power graphics audio memory wifi bluetooth mobile(2G/3G/4G) camera input sensorvibrator LED GPIO USB GPS专注于某个行业方向:图形、视频、音频+网络,以某一中功能为突破口,理清架构。 阅读全文

posted @ 2014-03-27 11:07 JonnyLulu 阅读(257) 评论(0) 推荐(0) 编辑

2014年3月26日

安卓系统开机过程中logo和动画

摘要: 安卓系统在开机过程中有多处会显示logo或动画,每个都会被next覆盖:boot这个是可选的,和硬件平台相关。boot运行过程非常短暂,显示logo也是一闪而过,所以一般不会使用。kernel这个是内核提供的功能,和boot类似,启动过程非常快,也是一闪而过。init相关文件是/initlogo.rle,这个就很熟悉了,用于显示静态图片。bootanimal相关文件是/system/media/bootanimation.zip,用于显示动态图片。 阅读全文

posted @ 2014-03-26 19:08 JonnyLulu 阅读(379) 评论(0) 推荐(0) 编辑

A10 安卓系统 初始化显示 相关源码关键位置

摘要: boot file:boot/boot1/apps/Boot_Android/BootMain.c fun:BootMain call:BoardInit_Display(global_info->display_device, global_info->display_mode);kernel file:drives/video/sun4iinit file:system/core/init/init.c fun:console_init_action call:init_initdisplaySystemServer file:frameworks/base/service.. 阅读全文

posted @ 2014-03-26 18:56 JonnyLulu 阅读(324) 评论(0) 推荐(0) 编辑

sublime text2 禁止自动打开最近文件

摘要: sublime text2启动后默认会打开上次退出时未关闭的文件,会降低响应速度。处理方法如下:菜单:preference->settings-default修改: // Exiting the application with hot_exit enabled will cause it to close // immediately without prompting. Unsaved modifications and open files will // be preserved and restored when next starting. // //... 阅读全文

posted @ 2014-03-26 10:46 JonnyLulu 阅读(490) 评论(1) 推荐(1) 编辑

导航