上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 42 下一页
  2016年1月25日
摘要: 原文:http://hi.baidu.com/timegoneby/item/18faad28a0cafc85af48f59d本文部分参考网上相关资料。Valgrind能做什么?•内存使用检测,包括:–内存泄漏–非法内存访问–未初始化变量使用–重复释放内存•多线程竞争–检测死锁-检测竞争Valgri... 阅读全文
posted @ 2016-01-25 16:42 玄冬 阅读(377) 评论(0) 推荐(0)
摘要: 原文:http://bbs.chinaunix.net/thread-1027611-1-1.htmlulimit -c unlimited (能产成core文件)出现cpu 100%的时候kill -6 pid (能产生core文件)gdb调试core文件每个线程进去看看都停在什么地方如果运行的机... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(920) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/azr22005/article/details/6927420core dump 一般是在segmentation fault(段错误)的情况下产生的文件,需要通过ulimit来设置才会得到的。调试的话输入: gdb filename corefil... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(235) 评论(0) 推荐(0)
摘要: 作者名言爱因斯坦学校向来是把传统的财富从一代传到下一代的最重要的手段。与过去相比,这种情况更加适合于今天。由于经济生活现代化的发展,作为传统和教育的传递者的家庭已消弱了。因此,比起以往来,人类社会的延续和健康,要在更高程度上依靠学校。爱因斯坦要记住,你们在学校里所学到的那些奇妙的东西,都是多少代人的... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(397) 评论(0) 推荐(0)
摘要: 本文由 www.J2meGame.com 撰写,转载请说明。Symbian OS 源码下载方式,导航:近日Symbian OS开源,肯定有很多移动开发爱好者去下载Symbian系统代码。但是笔者发现Symbian的官网上并没有直接下载的链接,成功下载了部分代码以后,决定撰写该文,以方便后来人更快的下... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(591) 评论(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 玄冬 阅读(217) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/jiangxinyu/article/details/2597379运行cmd.exe (or command.com in win9x)->进到vc/bin目录->运行vc-vars32.bat->进到makefile 所在的目录->nma... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(791) 评论(0) 推荐(0)
摘要: 原文:http://hi.baidu.com/shihuap/blog/item/df57a863126e22650c33facb.html也许有一部分人想在vc下使用MakeFile来编绎项目,有些是为了跨平台、有些是因为开源,根本就没有dsp,dsw,slution之类的文件、有些是为了提高自己... 阅读全文
posted @ 2016-01-25 16:41 玄冬 阅读(392) 评论(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 玄冬 阅读(226) 评论(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 玄冬 阅读(1827) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 42 下一页