码迷,mamicode.com
首页 >  
搜索关键字:config_ y    ( 25045个结果
ssh框架中.xml文件小技巧分离xml
struts.xml文件struts.xml文件里的action可以分离出来,如:注:include是放在标签的前面在src下面新建package名为:config.struts,再新建xml文件为warningInformAtion-struts.xml,这样,我们就可以把预警信息监测的actio...
分类:其他好文   时间:2014-06-28 19:43:17    阅读次数:191
No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
分类:Windows程序   时间:2014-06-28 17:35:57    阅读次数:608
ANGULAR JS POST 数据解析
ANGULAR js POST 数据的时候,默认是发送JSON数据到服务端的。var params={defId:"1234"};$http.post(url,params).success(function(data, status, headers, config){ ...
分类:Web程序   时间:2014-06-28 13:06:08    阅读次数:248
centos安装php php-fpm
1、下载php源码包http://www.php.net/downloads.php2 、安装phptar -xvf php-5.5.13.tar.bz2cd php-5.5.13./configure --prefix=/usr/local/php --with-config-file-path=...
分类:Web程序   时间:2014-06-28 11:46:15    阅读次数:259
elasticsearch配置文件详解
来自:http://www.searchtech.pro/articles/2013/02/18/1361194291548.htmlelasticsearch的config文件夹里面有两个配置文 件:elasticsearch.yml和logging.yml,第一个是es的基本配置文件,第二个是日...
分类:其他好文   时间:2014-06-24 10:00:47    阅读次数:253
ssh公钥认证原理及设置root外的其他用户登录ssh
1)创建其他用户useradd [-d 登录目录] [-G ssh][用户名]一定要将用户添加到ssh组不然无法没有权限登录ssh2)设置ssh不允许root登录vi /etc/ssh/sshd_config找到PermitRootLogin yes修改为PermitRootLogin no并在尾部...
分类:其他好文   时间:2014-06-24 09:58:00    阅读次数:367
adb shell root的方法
android 4.2之后,因为adb 的控制,统一使用了persist.sys.usb.config 来控制,于是对应的设置点也改到了frameworks/base/service/...../usb/UsbDeviceManager.java 中,您也可以看到类似的代码如: public  UsbHandler(Looper looper) {         // persist.sys...
分类:数据库   时间:2014-06-22 22:51:39    阅读次数:536
Linux下已编译PHP增加扩展so的方法,关键phpize 和config.m4
LINUX下PHP已经编译,如何新增so扩展。 用到的一个sh:/usr/local/php5/bin/phpize 原理:用phpize在压缩包里面找到对应的对应的扩展文件夹,在里面执行phpize,具体步骤: PHP安装路径:/usr/local/php5 PHP源码路径:/home/default7/lamp/php-5.5.13 扩展假设zlib:/home/default7/l...
分类:Web程序   时间:2014-06-22 18:21:42    阅读次数:222
思科2960trunk vlan配置
en conf t vlan id end conf t inter rang gi 0/0/1-x switchport access vlan id no shutdown exit (config)#interface range gigabitEthernet 1/0/23-24 (config-if-range)#switchport mode trunk (con...
分类:其他好文   时间:2014-06-22 14:12:59    阅读次数:421
hi3531 SDK 编译 kernel, 修改 参数 .
开发环境用户指南上这么写的 3.1 内核源代码 成功安装Hi3531 SDK后,内核源代码已存放于SDK目录下的osdrv/目录中,用户可 直接进入目录进行相关操作。 3.2 配置内核 如果对内核和Hi3531平台没有足够了解,请勿修改默认配置。但可增加需要的模块。 配置内核的操作步骤如下: 1.  手动拷贝.config 文件:  hisilicon$cd os/linux-3....
分类:其他好文   时间:2014-06-21 23:13:43    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!