码迷,mamicode.com
首页 >  
搜索关键字:nfs kernel config    ( 33541个结果
CodeIgniter的缓存机制与使用方法
数据库缓存数据库缓存类允许你把数据库查询结果保存在文本文件中以减少数据库访问。激活缓存需要三步: 在服务器上创建一个可写的目录以便保存缓存文件。 在文件 application/config/database.php 中设置其目录。 激活缓存特性,可以在文件 application...
分类:其他好文   时间:2014-07-22 23:17:32    阅读次数:410
用eclipse搭建cocos2d-x开放环境
编写资源文件导出bat@echo offset DIR=%~dp0set APP_ROOT=%DIR%..\set APP_ANDROID_ROOT=%DIR%set COCOS2DX_ROOT=%DIR%..\..\..\rem echo configecho - config:echo AN.....
分类:系统相关   时间:2014-07-22 23:14:33    阅读次数:556
[原创]erlang二进制语法点滴
Erlang/OTP 17 [erts-6.0] [source] [smp:2:2] [async-threads:10] [kernel-poll:false]Eshell V6.0 (abort with ^G)1> >.>2> >.>说明了一个segment默认是8位,高于8位的部分被截断同...
分类:其他好文   时间:2014-04-30 19:14:25    阅读次数:534
Configurate vim tool
vim toolis a commom editor, for the sake of improving effeicient, it is necessary to configurate vim config file. The following comands will help you....
分类:其他好文   时间:2014-04-29 17:58:49    阅读次数:502
我的第一个Linux 驱动模块编程实验
2014.04.28module 首测1)环境:Centos release 6.5 (Final) kernel: 2.6.32-358.23.2.e16.centos.plus.i6862)源文件及Makefile源文件:是一个入门的Hello.c文件,网上到处可以找得到。Makefile...
分类:系统相关   时间:2014-04-29 17:25:50    阅读次数:634
通过.NET实现后台自动发送Email功能的代码示例
原文: 通过.NET实现后台自动发送Email功能的代码示例 通过.NET实现后台自动发送邮件功能的代码,可以将一些基础信息放到web.config文件中进行保存:Web.config文件信息段: 后台实现:using System.Net.Mail;using System.Configurati...
分类:Web程序   时间:2014-04-29 16:33:46    阅读次数:455
npm 安装相关环境及测试
0、npm 命令C:\Users\Carrie>npm expressUsage: npm where is one of: add-user, adduser, apihelp, author, bin, bugs, c, cache, completion, config, ddp...
分类:其他好文   时间:2014-04-29 16:31:45    阅读次数:396
IE11下Forms身份认证无法保存Cookie的问题
ASP.NET中使用Forms身份认证常见的做法如下:1. 网站根目录下的Web.config添加authentication节点 2. 在manager子目录下添加Web.config文件并加入下面的内容: 这样,用户...
分类:其他好文   时间:2014-04-29 14:23:02    阅读次数:497
安装vmware tools失败解决方法
失败提示:reating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic vmware-tools-thinprint initctl: J...
分类:其他好文   时间:2014-04-29 11:46:47    阅读次数:684
解决Fedora安装Virtualbox后无法运行:/etc/init.d/vboxdrv setup
解决Fedora安装Virtualbox后无法运行:/etc/init.d/vboxdrv setup 在Fedora下安装了Virtualbox,发现运行时出现以下问题: Kernel driver not installed (rc=-1908) The VirtualBox Linux ker...
分类:其他好文   时间:2014-04-29 11:21:46    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!