码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
vim /usr/local/apache2/conf/httpd.conf
[root@localhost ~]# vim -n /usr/local/apache2/conf/httpd.conf 1 # 2 # This is the main Apache HTTP server configuration file. It contains ...
分类:其他好文   时间:2014-10-06 02:15:19    阅读次数:1733
vim /etc/squid/squid.conf
[root@localhost ~]# vi /etc/squid/squid.conf## Recommended minimum configuration:#acl manager proto cache_objectacl localhost src 127.0.0.1/32 ::1acl ...
分类:其他好文   时间:2014-10-05 11:33:28    阅读次数:257
vim /etc/sysconfig/iptables
# Firewall configuration written by system-config-firewall# Manual customization of this file is not recommended.*filter:INPUT ACCEPT [0:0]:FORWARD AC...
分类:其他好文   时间:2014-10-05 09:35:18    阅读次数:222
配置Log4j(非常具体)
来自: http://www.blogjava.net/zJun/archive/2006/06/28/55511.htmlLog4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,能够创...
分类:其他好文   时间:2014-10-04 16:17:26    阅读次数:192
Hibernate核心类和接口详细介绍
一、hiobernate核心类和接口预览图 二、hibernate.properties 这个文件是以前老版本使用的 类似于hibernate.cfg.xml文件;作用和hibernate.cfg.xml一致. 三、hibernate.cfg.xml  ①该文件主要用于指定各个参数,是hibernate核心文件 ②默认放在src目录下,也可以放在别的目录下。 ③指定连接数据库的...
分类:系统相关   时间:2014-10-04 11:44:06    阅读次数:320
Static IP Configuration for CentOS 6.5
1.First, we should modify the /etc/sysconfig/network-scripts/ifcfg-eth0 as the following:DEVICE=eth0HWADDR=00:16:3E:53:01:01ONBOOT=yesNM_CONTROLLD=yes...
分类:其他好文   时间:2014-10-04 06:46:06    阅读次数:169
xen 4.3.0 创建Guest OS遇到的一些问题
1.physical machine: Centos 6.5 Xen Version: xen 4.3.0 Guest OS Version: Centos 6.52. After finishing the configuration file for Guest OS, we should us...
分类:其他好文   时间:2014-10-03 01:40:33    阅读次数:452
【原】MyEclipse8.5集成Tomcat7时启动错误:Exception in thread “main” java.lang.NoClassDefFoundError
解决方法:MyEclipse->Window->Preferences->MyEclipse->Servers->Tomcat->Tomcat 6.x->Laucch->Create Launch Configuration->Classpath->Bootstrap Entities->Add E...
分类:编程语言   时间:2014-10-02 00:27:31    阅读次数:190
【Struts2学习笔记(4)】指定需要Struts 2处理的请求后缀和细说常量定义
前面我们都是默认使用.action后缀访问Action。其实默认后缀是可以通过常量”struts.action.extension“进行修改的,例如:我们可以配置Struts 2只处理以.do为后缀的请求路径: <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//...
分类:其他好文   时间:2014-10-01 15:21:21    阅读次数:152
求救:如何在Eclipse IDE for C/C++ Developers中正确编译GTK程序?
出现错误信息如下,请问大牛该如何解决? 00:52:56 **** Incremental Build of configuration Debug for project Again **** make all  Building file: ../why.c Invoking: GCC C Compiler gcc "../why.c" -I/usr/include/glib-2.0...
分类:编程语言   时间:2014-10-01 04:32:10    阅读次数:378
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!