为避免以下某个软件安装时不自动安装 build-essential 不妨先执行:sudo apt-get install build-essential[编辑]anjutaAnjuta DevStudio 的官方地址:http://anjuta.sourceforge.net/Anjuta是一个C/...
分类:
编程语言 时间:
2014-11-13 00:23:47
阅读次数:
331
这次的阅读作业我阅读了《No Silver Bullet: Essence and Accidents of Software Engineering》,我想结合我的项目经历谈谈自己的心得体会。 这篇文章提到了在软件工程中我们面临的本质问题(Essential Difficulties),这些...
分类:
其他好文 时间:
2014-11-12 21:06:16
阅读次数:
242
在安装protobuf,知悉./Configure时候报错“error: C++ preprocessor "/lib/cpp" fails sanity check”下面是转载过来的 mark主要就是安装个buildf-essential包,这个包包含很多基本库转 在某些软件的时候,运行./co....
分类:
编程语言 时间:
2014-11-11 18:29:35
阅读次数:
183
C# Lock原文:http://www.dotnetperls.com/lockLocking is essential in threaded programs. It restricts code from being executed by more than one thread at t...
分类:
编程语言 时间:
2014-11-11 12:03:57
阅读次数:
375
学习资源:《深入理解C#》第3版知识基础支持:《C# in a nutshell》 O Reilly出版社,是一本从头介绍C#的优秀图书。《Essential C#5.0》也不错跳过的内容:1、知识要点:1、当使用自定义类型的时候,如果与数组相关,应使用类似List的泛型编程,这样可以避免很多问题,...
1# 主要讲了四个外接文件的函数,分别是include,include_once,require,require_once。include and include_once :if there is something wrong,they will not throw an error, they...
分类:
数据库 时间:
2014-11-10 09:53:18
阅读次数:
152
转自 http://www.qianduan.net/essential-to-sublime-the-text-2-plugins.htmlimport urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_pa...
分类:
其他好文 时间:
2014-11-08 16:34:48
阅读次数:
146
在Linux上安装编译工具链,安装它会依赖dpkg-dev,g++,libc6-dev,make等,所以安装之后这些依赖的工具也都会被安装。ubuntu软件库中这么描述Informational list of build-essential packagesIf you do not plan t...
分类:
系统相关 时间:
2014-11-02 22:23:07
阅读次数:
230
sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxm...
分类:
移动开发 时间:
2014-11-02 09:29:32
阅读次数:
273
C++语言:
1、《Essential C++》:Stanley B.Lipman著。
旁枝暂略,主攻核心,轻薄短小,附习题与解答,适合初学者。
2、《The C++ Programming Language》:Bjarne Stroustrup著。
技术权威,用词深峻,思想深远。C++百科全书代表。
3、《C++ Primer》:Stanley B.Lipman a...
分类:
编程语言 时间:
2014-10-30 15:27:28
阅读次数:
123