自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

The simple, The best.

一切从思考开始改变

  • 博客(5)
  • 资源 (5)
  • 收藏
  • 关注

转载 Debian下软件安装卸载

方法一:可以用终端安装或卸载软件。方法二:用系统自带的“新立得软件包管理器” 在终端里安装软件 apt-get install softname1 softname2 softname3……卸载软件 apt-get remove softname1 softname2 softname3……卸载并清除配置 apt-get remove --purge softname1更新

2012-08-31 15:34:17 528

转载 Android异步操作UI界面的四种方法

对于Android  异步操作在应用中使用率非常高,使用是开户另一线程,主线程(UI)不能长时间等待,而其它线程中是不能操作UI的, 方法1:Handler 子线程调用Handler的sendMessage(message)发送事件。 Handler handler= new Handler() {      @Override      public void handl

2012-08-22 14:20:21 825 2

转载 binder 一个简单的c++服务的实现,与callback实现

研究了android binder 有两天了,感觉这是一个简单易用的东西,也许以后在非android的应用环境中也可以使用这种IPC方案,所以把一些学习记录下来,以将来备用.今天主要是实现了一个简单的c++ service服务程序,客户端通过binder呼叫服务上的,已经注册的接口函数。并在客户端实现了一个callback接口。关于callback的接口这个例子只是一个简单的实现。估计

2012-08-17 14:56:09 5257 1

原创 Android深入浅出之Binder机制

http://www.cnblogs.com/innost/archive/2011/01/09/1931456.html

2012-08-06 17:24:09 632 1

原创 Windows下下载Android源代码的方法

http://code.google.com/p/msysgit/ 下载 git 工具https://android.googlesource.com/ 下载源代码

2012-08-01 15:36:57 384

Linux Kernel DTS specification 《devicetree-specification-v0.4-r》

Linux Kernel DTS specification 《devicetree-specification-v0.4-r》

2022-03-19

octave编程手册,相当详细。

Octave manual

2021-10-10

glib2 帮助文档

GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on. It works on many UNIX-like platforms, Windows, OS/2 and BeOS. GLib is released under the GNU Library General Public License (GNU LGPL). The general policy of GLib is that all functions are invisibly threadsafe with the exception of data structure manipulation functions, where, if you have two threads manipulating the same data structure, they must use a lock to synchronize their operation.

2012-10-26

跟我一起写 Makefile

学习makefile最好的材料,让你在最短的时间内掌握makefile。

2010-10-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除