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
对于经常在终端下写程序的non-windows程序员,Makefile绝对是最常用的工具,小到一个文件的简单的测试程序,大到数百个文件的商业软件,只需要有shell,一个make命令就可得到可运行的程序,Makefile绝对功不可没;可惜世界中不是那么太平,不但各个Posix系统的API千差万别,硬...
分类:
其他好文 时间:
2014-09-09 11:54:08
阅读次数:
201
链接: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
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
转载: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
# 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
首先阅读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
续《一个IO的传奇一生(13)——Linux中的MD开源RAID(1)》4.6make_request函数说明函数原型:staticintmake_request(request_queue_t*q,structbio*bi)参数:*q,请求队列*bi,IO请求数据结构各个RAIDLevel的IO请求函数相同,但是他们的实现是不一样的。RAID1中make_request(..
分类:
系统相关 时间:
2014-09-08 03:19:17
阅读次数:
393
在编译LINUX内核时,首先要修改内核源码顶层目录下的makefile文件,将其中ARCH ?= $(SUBARCH)修改为ARCH ?= arm,将CROSS_COMPILE ?= 修改为CROSS_COMPILE ?= arm-linux-gcc,或者不修改,而是将ARCH和CROSS_COMP...
分类:
系统相关 时间:
2014-09-07 23:45:05
阅读次数:
450
条款4:Make sure that objects are initialized before they're used.译:确定对象被使用前已先被初始化.C++的初始化先来一个Java的初始化class Student{ private String Name; ...
分类:
编程语言 时间:
2014-09-07 19:42:55
阅读次数:
289