转载请注明出处:
源地址:http://storm.apache.org/documentation/Configuration.html
storm由丰富的configure选项, 用来调整nibus、supervisor、以及运行时topologies的行为。某些配置选项是系统配置,例如topology基础配置,修改某个topology的这些选项有可能影响到所有topologies,...
分类:
其他好文 时间:
2014-11-27 16:15:52
阅读次数:
454
http://php.net/manual/zh/opcache.configuration.php#ini.opcache.enable这是配置指令的简短说明。opcache.enableboolean启用操作码缓存。如果禁用此选项,则不会优化和缓存代码。在运行期使用ini_set()函数只能禁用opcache.enable设置,不可以启用此设置。如果在脚本中尝试启..
分类:
系统相关 时间:
2014-11-27 12:58:10
阅读次数:
359
<?xmlversion="1.0"encoding="UTF-8"?>
<!DOCTYPEhibernate-configurationPUBLIC"-//Hibernate/HibernateConfigurationDTD3.0//EN""http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>..
分类:
数据库 时间:
2014-11-27 06:55:35
阅读次数:
203
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:
编程语言 时间:
2014-11-27 00:04:07
阅读次数:
477
1.导入JBPM4开发所需的jar包,注意不要和原有的SSH2jar包冲突,启动tomcat,如果正常,则进行下一步的操作
2.将下面的JBPM4的映射文件代码,写入到hibernate.cfg.xml配置文件中:
使得hibernate.cfg.xml的内容大致如下:
<!DOCTYPE hibernate-configuration PUBLIC "-...
分类:
其他好文 时间:
2014-11-26 22:46:34
阅读次数:
293
在做ssh项目时,启动tomcat,出现了以下的错误
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanC...
分类:
移动开发 时间:
2014-11-26 21:04:00
阅读次数:
975
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。 1. 配置文件 Log4J配置文件的基本格式如...
分类:
其他好文 时间:
2014-11-26 19:24:15
阅读次数:
250
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的。
给出一个log4j的小demo,然后比较浅的讲解log4j的配置...
分类:
其他好文 时间:
2014-11-26 16:29:37
阅读次数:
146
原理:建立CDO.Message对象,设置好参数后直接Send就可以了代码如下:NameSpace = "http://schemas.microsoft.com/cdo/configuration/"Set Email = CreateObject("CDO.Message")Email.From...
分类:
其他好文 时间:
2014-11-26 16:06:55
阅读次数:
140
深入浅出MyBatis-快速入门 深入浅出MyBatis-Configuration 深入浅出MyBatis-MapperBuilder 深入浅出MyBatis-Sqlsession 深入浅出Mybatis-插件原理 深入浅出Mybatis-分页 深入浅出Mybatis-sql自动生成 深入浅出Myb...
分类:
其他好文 时间:
2014-11-26 14:36:54
阅读次数:
215