上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 42 下一页
  2016年1月25日
摘要: 原文:http://blog.csdn.net/huangdh79/article/details/5739037网上已有很多关于这两个函数的效率问题的文章,在这里不再累述。本文主要对两个函数的编程细节问题,进行分析。epoll使用et模式。select使用非阻塞模式共用代码1。设置句柄为非阻塞方式... 阅读全文
posted @ 2016-01-25 16:42 玄冬 阅读(378) 评论(0) 推荐(0)
摘要: libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(233) 评论(0) 推荐(0)
摘要: 生成mini dump:MiniDumpWriteDump(hProcess, ProcessId, hFile,MiniDumpNormal, ...);生成full dump(会向磁盘写入大量的内存数据,生成时间很长):MiniDumpWriteDump(hProcess, ProcessId,... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(1014) 评论(0) 推荐(0)
摘要: I highly recommend the maven-nar-plugin. I find it superior in many ways to the alternatives. It doesn't require listing out source files, handles mul... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(739) 评论(0) 推荐(0)
摘要: 原文:http://hi.baidu.com/shihuap/blog/item/df57a863126e22650c33facb.html也许有一部分人想在vc下使用MakeFile来编绎项目,有些是为了跨平台、有些是因为开源,根本就没有dsp,dsw,slution之类的文件、有些是为了提高自己... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(397) 评论(0) 推荐(0)
摘要: 原文:http://android-tricks.blogspot.com/2009/02/hello-world-c-program-on-using-android.htmlHello World C program using Android Toolchain I had reported ... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(234) 评论(0) 推荐(0)
摘要: 原文:http://hi.baidu.com/mcu99/blog/item/389a6fde38f69950cdbf1a75.html在这篇文章(【09.03.25】Linux环境中dlopen函数的简单应用)中。实现了在UBUNTU LINUX环境下使用dlopen函数动态调用.so链接库。但是... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(1833) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/minidick/article/details/3763613假设int *block;在watch窗口查看block,看到的是block的地址用block[0],只能看到一个值可以用 block,10 来同时查看多个值用(&block[2]),... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(653) 评论(0) 推荐(0)
摘要: 原文:http://www.cnblogs.com/devinzhang/archive/2012/04/15/2435443.html最近公司配置Android开发环境, Android SDK无论如何也更新不成功(google相关网站被屏蔽),试了各种方法,终于成功,解决方法就是修改 C:\Wi... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(154) 评论(0) 推荐(0)
摘要: 写道This template depends on the Android Support library, which is either not installed, or thetemplate depends on a more recent version than the one yo... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(220) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 42 下一页