摘要: 1. 手动指定GCC版本 ubuntu下手工切换gcc版本2. Ubuntu安装Java https://help.ubuntu.com/community/Java3. 12.04 增加启动器图标,创建快捷图标 sudo apt-get install --no-install-recommends gnome-panel gnome-desktop-item-edit ~/ --create-new4. Ubuntu Android http://blog.csdn.net/gexueyuan/article/details/7772387 阅读全文
posted @ 2012-04-24 14:11 Devァer、 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1. 添加右键菜单 在cygwin命令行执行 1 chere -i -fp -c -t mintty 默认只添加文件夹和驱动器的右键菜单,下面的注册表将添加空白处的右键菜单1 Windows Registry Editor Version 5.002 3 [HKEY_CLASSES_ROOT\Directory\Background\shell\cygwin_bash]4 @="&Bash Prompt Here"5 6 [HKEY_CLASSES_ROOT\Directory\Background\shell\cygwin_bash\command]7 @=&qu 阅读全文
posted @ 2012-04-24 13:31 Devァer、 阅读(326) 评论(0) 推荐(0) 编辑
摘要: adb readdir在windows(简体)下读取出来为GBK,而Android使用UTF-8编码,导致adb push传入机器内为乱码。1. 安装mingw32 sudo apt-get install mingw322. 修改adb源码 file_sync_client.c 1 diff --git a/adb/file_sync_client.c b/adb/file_sync_client.c 2 old mode 100644 3 new mode 100755 4 index 64e393c..028b966 5 --- a/adb/file_sync_client.c ... 阅读全文
posted @ 2011-12-01 22:47 Devァer、 阅读(2717) 评论(0) 推荐(2) 编辑
摘要: Android 2.0 (Eclair) 原始程式碼已於一個月前釋出,在目錄 system/core 下有個 libacc 的子項目,這是開發者修改自 Fabrice Bellard 的大作 OTCC (Obfuscated Tiny C Compiler),以 C++ 與 Android 的執行時期函式庫重寫。libacc 的功能是提供給 Android 2.0 的 RenderScript 一... 阅读全文
posted @ 2011-03-23 23:47 Devァer、 阅读(441) 评论(0) 推荐(0) 编辑
摘要: Here's a few more snippets of information I've managed to uncover on android renderscript: Compiled on the device Uses acc compiler No architectural support issues. No external libraries You cannot #i... 阅读全文
posted @ 2011-03-23 23:46 Devァer、 阅读(619) 评论(0) 推荐(0) 编辑
摘要: Renderscript Part 2 [This post is by R. Jason Sams, an Android engineer who specializes in graphics, performance tuning, and software architecture. —Tim Bray] In Introducing Renderscript I gave a bri... 阅读全文
posted @ 2011-03-23 23:38 Devァer、 阅读(661) 评论(0) 推荐(0) 编辑
摘要: Introducing Renderscript[This post is by R. Jason Sams, an Android engineer who specializes in graphics, performance tuning, and software architecture. —Tim Bray]Renderscript is a key new Honeycomb feature which we haven’t yet discussed in much detail. I will address this in two parts. This post wil 阅读全文
posted @ 2011-03-23 23:20 Devァer、 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 本来开始打算用Word的ole编辑功能的,不过不知道怎么回事,word的rtf编辑插入了图片,在RichTextBox里面显示居然很模糊,只有自己动手改了。CodeProject上的ExRichTextDemo增加了图片和文本的插入方法。google了好久都没找到可以设置rtf间距的控件。在ExRichTextBox的基础上添加了间距的设置和打印,暂时只需要这些功能了,用到其他的以后在添加好了。现... 阅读全文
posted @ 2009-04-24 00:05 Devァer、 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: 因为项目实战的任务,要用到flash,以前也没怎么用过Falsh控件,加上VS2005跟Flash控件好像有Bug,费了好多时间查资料加上老师的要求要不Flash数据封装到类里面,倒是费了不少的事 因为还要数据存入系统缓存,显得好麻烦,不过没发,说是培训我们面向对象的思想,也只有照做了关于添加Flash控件这里就不介绍了,网上能查到一大堆VS2005在添加Shockwave时很多人都碰到一个这个问... 阅读全文
posted @ 2008-05-27 06:03 Devァer、 阅读(4961) 评论(3) 推荐(0) 编辑