码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
MemcachedServer, libmemcached, MemcachedClient之间的关系
作者:zhanhailiang 日期:2014-10-06 1. 下载安装libevent(Memcached Server依赖libevent包) cd libevent-2.0.21-stable/ ./configure --prefix=/usr/local/libevent-2.0.21-stable make && make install 2. 下载安装Memcac...
分类:其他好文   时间:2014-10-06 06:32:39    阅读次数:251
error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registe...
分类:数据库   时间:2014-10-05 23:42:49    阅读次数:297
STL之pair类型详细分析
pair实质上是一个结构体,其主要的两个成员变量是first和second,这两个变量可以直接使用。初始化一个pair可以使用构造函数(如上),也可以使用make_pair函数,一般make_pair都使用在需要pair做参数的位置,可以直接调用make_pair生成pair对象。 另一个使用的方面就是pair可以接受隐式的类型转换,这样可以获得更高的灵活度。...
分类:其他好文   时间:2014-10-05 18:34:08    阅读次数:150
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
rzsz安装
rz,sz是Linux/Unix同Windows进行ZModem文件传输的命令行工具优点:比ftp命令方便,而且服务器不用打开FTP服务。sz:将选定的文件发送(send)到本地机器rz:运行该命令会弹出一个文件选择窗口,从本地选择文件上传到Linux服务器linux确认安装了make、gccsolaris确认安装了make..
分类:其他好文   时间:2014-10-05 16:13:38    阅读次数:274
关于64位Debian 7.x下安装VMware Tools的心得
大家好,刚在北京达内学Linux不久,在10月4日下午无聊之际,下载了Debian7来学习,结果在颇费周折的安装完后,又一个重要的问题出现——VMwareTools(以下简称VT)默认并不能一次安装完!这是因为Debian7.x默认安装缺少组件所造成的,在安装VT的过程中,分别提示缺少gcc、make..
分类:其他好文   时间:2014-10-05 15:55:39    阅读次数:239
jQuery-DesktopGrid
jQueryDesktopGrid jQuery desktop, jQuery desktop grid, jQuery mac os x, jQuery system. to make an beautiful desktop like os system to enhance user experience. clone the project, then just run the i...
分类:Web程序   时间:2014-10-05 03:49:17    阅读次数:231
[Python] 语法入门
Variables, which store values for later useData types, such as numbers and booleansWhitespace, which separates statementsComments, which make your cod...
分类:编程语言   时间:2014-10-04 15:36:16    阅读次数:168
HDU - 5009 Paint Pearls(dp+双向链表优化)
Problem Description Lee has a string of n pearls. In the beginning, all the pearls have no color. He plans to color the pearls to make it more fascinating. He drew his ideal pattern of the string o...
分类:其他好文   时间:2014-10-03 22:31:45    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!