摘要:
AOSP的代码太大了,下载了源代码的tar包后,解压后,里面都是隐藏文件夹,如果不需要把aosp的最新的代码下载的本地,只是要把解压后的代码拿出来看看的话,只需要执行: $ repo sync -l 如果要下载最新的aosp代码,则要执行: $ repo sync 如果硬盘空间够大,下载最新的版本。 阅读全文
摘要:
7. OBEX Examples The following examples are provided to round out(更好的) the readers understanding of the procedures used in OBEX. 下面的例子是为了使读者更好地理解OBEX中 阅读全文
摘要:
下面是用翻译软件翻译的 5. Using OBEX over IrDA Ultra-Lite (Connectionless use) OBEX is constructed to take advantage of(利用。。。的优点) the benefits of a connection-or 阅读全文
摘要:
The OBEX application framework is a set of conventions and services designed for the purpose of creating interoperable(互操作性) devices. OBEX is a very f 阅读全文
摘要:
The session protocol describes the basic structure of an OBEX conversation. It consists of a format for the “conversation” between devices and a set o 阅读全文
摘要:
2. OBEX Object Model The object model addresses(解决了) the question of how objects are represented by OBEX. The model must deal with both the object bei 阅读全文
摘要:
1.Introduction 1.1 Tasks, Platforms, and Goals One of the most basic and desirable(向往的,可取的) uses of the IrDA infrared(红外) communication protocols is s 阅读全文
摘要:
使用skip命令,可以指定不需要调试的文件或函数 比如指定了函数foo,当执行到调用函数foo的地方,即使使用命令 ,也不会进入到函数foo了。 skip有下面选项 file file fi file 指定不需要调试的源文件 gfile file glob pattern gfi file glob 阅读全文
摘要:
1,使用bt(backtrace )命令查看当前堆栈 \ 0:是当前执行的函数(栈帧)(fram) 2,使用f(frame)命令:查看当前frame(函数,栈帧)里的变量值等信息 3,使用f(frame) n:查看某一个frame(函数,栈帧)里的变量值等信息 n是bt命令返回的数字,标识出是哪一个 阅读全文
摘要:
当使用低版本的ubuntu时,安装的emacs也是低版本的,如果想使用高版本的emacs,怎么办呢? 当然可以下载emacs的源码,编译安装,有没有更省事的办法吗? 可以使用下面的方法: 成功安装后,原来版本的emacs还是可以通过 使用;使用新安装的emacs: 。 c/c++ 学习互助QQ群:8 阅读全文