码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
编译安装mysql 5.6
yum?-y?install?make?gcc-c++?cmake?bison-devel??ncurses-devel 下载MySQL 5.6.14 wget?http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.14.tar.gz tar?xvf?mysql-5.6.14.tar.gz cd?mysql-5.6...
分类:数据库   时间:2014-09-09 16:24:39    阅读次数:271
Index Fragmentation Report in SQL Server 2005 and 2008
ProblemWhile indexes can speed up execution of queries several fold as they can make the querying process faster, there is overhead associated with th...
分类:数据库   时间:2014-09-09 15:23:08    阅读次数:376
linux下redis的安装,使用
?? redis: 1.直接下载: wget http://download.redis.io/releases/redis-2.8.9.tar.gz 2.make编译 3.设置配置文件redis.config,在src目录去执行启动 : ./redis-server  ../redis.config  后面可以加上配置文件实现让服务器后台运行,成为守护进程 4.登陆客户端,同样在src...
分类:系统相关   时间:2014-09-09 13:15:28    阅读次数:258
【MongoDB】Installation of MongoDB
First what I wanna make clear is that in the official website the detailed process of installation has been described. you could call it throught the link  http://docs.mongodb.org/manual/tutorial/ins...
分类:数据库   时间:2014-09-09 12:52:38    阅读次数:219
利用cmake来搭建开发环境
对于经常在终端下写程序的non-windows程序员,Makefile绝对是最常用的工具,小到一个文件的简单的测试程序,大到数百个文件的商业软件,只需要有shell,一个make命令就可得到可运行的程序,Makefile绝对功不可没;可惜世界中不是那么太平,不但各个Posix系统的API千差万别,硬...
分类:其他好文   时间:2014-09-09 11:54:08    阅读次数:201
交互设计实用指南系列(6) –标签明晰、有效
链接:http://ued.taobao.org/blog/2010/01/the-practice-guidelines-of-interaction-design-make-labels-clear-and-attractive/导航标签彼此互斥、完全穷尽。导航标签其实就是一种文字表达形式,我们...
分类:其他好文   时间:2014-09-09 11:46:08    阅读次数:246
Hypervisor scheduler
Techniques for configuring ahypervisorschedulerto make use of cache topology of processors and physical memory distances between NUMA nodes when makin...
分类:其他好文   时间:2014-09-09 11:31:48    阅读次数:296
交互设计实用指南系列(10)—别让我思考
转载:http://ued.taobao.org/blog/2010/02/the-practice-guidelines-of-interaction-design-dont-make-me-think/不让用户思考过多,原则上就是设计符合用户心智模型。大致可以从下面几个方面来讲:1文案:需要让人...
分类:其他好文   时间:2014-09-09 11:06:58    阅读次数:244
From Apprentice To Artisan 翻译 03
# The IoC Container 控制反转容器 ## Basic Binding 基础绑定 Now that we‘ve learned about dependency injection, let‘s explore inversion of control containers. IoC containers make managing your class ...
分类:移动开发   时间:2014-09-09 09:13:08    阅读次数:383
APUE源码编译及问题解决
首先阅读readme文件,要求 To build the source, edit the Make.defines.* file for your system and set WKDIR to the pathname of the tree containing the source code.  Then just run "make". 我的系统环境是Linux的,因此修改....
分类:其他好文   时间:2014-09-08 09:38:36    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!