码迷,mamicode.com
首页 >  
搜索关键字:config    ( 25045个结果
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
IIS7 配置SSL 绑定主机头
IIS7下面默认HTTPS绑定是无法指定主机头的,我们可以通过手工修改IIS配置来实现主机头绑定。 首先停止IIS服务。 然后打开C:/Windows/system32/inetsrv/config/applicationHost.config 搜索你的站点名称找到类似下面的配置项,做相应修改: ....
分类:其他好文   时间:2014-07-22 23:10:55    阅读次数:359
Configurate root account
After having installed Ubuntu OS, you should update config file for root account. The commands are listed as follow:vi /etc/lightdm/lightdm.conf #open...
分类:其他好文   时间:2014-04-29 19:21:56    阅读次数:555
ActionProxy相关实现类
package com.opensymphony.xwork2;import com.opensymphony.xwork2.config.Configuration;import com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:其他好文   时间:2014-04-29 19:12:40    阅读次数:729
[stm32] 按键
防抖时间设的不是太好.... 1 /* 2 ::按键控制 3 PA8接LED,PE2接按键 4 */ 5 #include"stm32f10x.h" 6 void RCC_Configuration(void); 7 void GPIO_Config(void); 8 void Delay(__IO...
分类:其他好文   时间:2014-04-29 18:26:23    阅读次数:466
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
通过.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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!