BACKGROUNDEmbodiments of this invention relate to RDMA (remote direct memory access) data transfer in a virtual environment.Traditional RDMA allows da...
分类:
其他好文 时间:
2014-06-16 13:10:49
阅读次数:
307
从egl判断内核的的版本:
OpenGL ES Shader Compiler Version: E031.24.00.14
Build Date: 04/29/14 Tue
Local Branch: mybranch3162585
Remote Branch: quic/LNX.LA.3.5.2.2_rb1
Local Patches: NONE
Reconstruct Branch: AU...
分类:
其他好文 时间:
2014-06-16 11:36:18
阅读次数:
229
M-x是运行command的意思。若使用常规Emacs
debugger(即不使用edebuger),先把要debug的函数加入到debug-on-entry:M-x debug-on-entry
the-function-name RET然后再使用eval-last-sexp命令运行单句elisp...
分类:
其他好文 时间:
2014-06-16 08:28:13
阅读次数:
292
Service 是android的一种机制,如果是Local Service,那么对应的
Service 是运行在主进程的 main 线程上的。如果是Remote Service,那么对应的 Service 则是运行在独立进程的 main
线程上。因此请不要把 Service 理解成线程,它跟线程半...
分类:
其他好文 时间:
2014-06-16 08:26:17
阅读次数:
143
--TCP/IP小记-----------------2014/06/11TCP的要求是:local_ip:local_portremote_ip:remote_port这个4个元素合在一起在本机是唯一的。比如你的本机有一个socketserverlistenonport80,那么可以有2台不同的机...
分类:
其他好文 时间:
2014-06-12 19:04:59
阅读次数:
223
https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Firefox_for_AndroidIN
THIS ARTICLEPrerequisitesADB setupOn the Android deviceOn the de...
分类:
移动开发 时间:
2014-06-12 07:33:41
阅读次数:
684
目前,在手机上使用浏览器访问网页,无法便捷地进行网页语言调试。手机屏幕相对较小且操作不便,直接在手机上进行网页数据调试不太现实。因此,UC使用技术将手机网页调试信息分离,实现一种能在大屏幕、高配置PC上来调试小屏幕、低配置的手机浏览器访问的网页的开发工具——Remote
Inspector(简称RI...
分类:
移动开发 时间:
2014-06-12 06:59:52
阅读次数:
396