- 博客(4)
- 收藏
- 关注
转载 Installing Sun JDK 5 on Ubuntu 9.10 and 10.04
<br /> Installing Sun JDK 5 on Ubuntu 9.10 and 10.04Posted May 3, 2010 By Saeid Zebardast<br />Hello <br />As you known, Sun JDK version 1.5 or 5 is deleted from Ubuntu 10.4 and 9.10 repositories and the version 6 has been replaced.<br />The
2010-06-30 16:51:00
676
原创 Android Repo 超时的解决方法
<br />下载Google的Android操作系统的时候卡在下面一步:<br />Getting repo ...<br /> from git://android.git.kernel.org/tools/repo.git<br /> android.git.kernel.org[0: 204.152.191.45]: errno=Connection timed out<br /> android.git.kernel.org[0: 130.239.17.12]: errno=Connec
2010-06-29 17:50:00
10390
10
原创 在Windows CE音频驱动里面得到调用者(发声)的应用程序
用函数 CreateToolhelp32Snapshot 列出进程的ID号,列出的函数如下: static void print_process(PROCESSENTRY32 *pPE){ RETAILMSG(1, (L"Process: id=%08X (%s)/r/n", pPE->th32ProcessID, pPE->szExeFile )); }
2009-11-17 11:17:00
1198
1
原创 使用自创的TrueType字体来丰富用户界面
最近的工作需要在文字中嵌入一些小图标,发现最好的解决方法就是自创一些TrueType字体,将小图标当字体处理。这样做有以下优点:1.可以和文字混排2.颜色可以很方便更改3.支持缩放,并且显示效果没有损失(TrueType字体在放大的时候会自动平滑)。4.代码统一自然 编辑字体首先需要找到一款能够修改TrueType字体的软件,比如FontForge, Font
2009-10-29 12:01:00
1080
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人