码迷,mamicode.com
首页 >  
搜索关键字:config    ( 25045个结果
YII 伪静态 IIS7 方法 web.config
YII 伪静态 IIS7 方法 web.config 注意把filename 改成对应的yii目录地址,我的这个是把YII嵌套到另一个程序里边了
分类:Web程序   时间:2014-05-01 14:06:16    阅读次数:571
WCF WEB API配置
Web.config配置 ...
分类:Windows程序   时间:2014-05-01 10:32:23    阅读次数:464
node.js 创建第一个web应用
安装node.js从http://nodejs.org/ 下载安装程序进行安装。安装后从开始菜单启动:Node.js command prompt安装web开发框架Express如果需要代理访问网络,先用下面的命令设置代理:> npm config set proxy=http://192.168....
分类:Web程序   时间:2014-05-01 01:48:43    阅读次数:375
python压缩文件脚本
zf.py文件"""desc:读取配置文件config.ini压缩sourcepath路径到targetpath 并可以排除不需要压缩的文件excludefiletime:2014/4/30 12:03:42author:ggh"""import zipfile, os, configpar...
分类:编程语言   时间:2014-05-01 00:59:26    阅读次数:428
linux 下安装 mysql 并配置 python 开发环境
1.安装 mysql ,安装过程中将提示设置 root 用户的密码,默认可以设置为 rootadmin 。$ sudo apt-get install mysql-server2.安装 mysql 开发工具(不安装时,安装 MySQL-python 提示错误"mysql_config not fou...
分类:数据库   时间:2014-04-30 23:00:18    阅读次数:625
CKEditor学习笔记4(CKEditor基本配置)
CKEDITOR.editorConfig = function( config ) { // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.filebrowserBrowseUrl = '/CKEditorAndCKFinder/ckfinder/ckfinder.html' ; config.fi...
分类:其他好文   时间:2014-04-30 22:21:39    阅读次数:366
CKEditor学习笔记3(CKEditor与CKFinder的Java整合)
下载地址CKEditor 我下载的版本ckfinder_java_2.4 解压之后,会看到一个CKFinderJava-2.4.war文件,直接放到Tomcat/webapps发布目录下,把服务打开就自动解压了,然后将ckfinder目录Copy到你项目WebRoot下。 步骤一:将CKFinderJava-2.4下的jar包Copy到你的项目下,还有WEB-INF/config.xml文件...
分类:编程语言   时间:2014-04-30 22:18:39    阅读次数:559
android 中实现图片倒影效果
1、效果图: 2、核心代码: package com.example.pic_reflection; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.Bitmap.Config; import android.graphics.Canvas; import and...
分类:移动开发   时间:2014-04-29 13:35:22    阅读次数:520
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
CentOS, 快速设置ssh无密码登录
首先,保证可以ping通 然后执行如下命令, master登录slave master上面执行如下指令: 2.4 确认本机sshd的配置文件(root)   $ vi/etc/ssh/sshd_config   找到以下内容,并去掉注释符"#" RSAAuthenticationyes   PubkeyAuthenticationyes   AuthorizedKeys...
分类:其他好文   时间:2014-04-29 13:14:22    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!