码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
【j2ee spring】25、Unable to load configuration. - bean - jar:file:
配置SSH的时候出错 Unable to load configuration. - bean - jar:file:/D:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/testjson/WEB-INF/lib/struts2-core-2.1.8.1.jar!/struts-defa...
分类:编程语言   时间:2015-04-09 09:02:23    阅读次数:142
两种读写配置文件的方案(app.config与web.config通用)
第一种方法:采用MS现有的ConfigurationManager来进行读写using System.Configuration;namespace Zwj.TEMS.Common{ public abstract class ConfigHelper { private ...
分类:移动开发   时间:2015-04-07 19:17:59    阅读次数:244
git 出现 The current branch is not configured for pull No value for key branch.master.merge found in configuration
以下是我在网上找到的不错的文章,我参考后已解决我的问题:http://my.oschina.net/robinsonlu/blog/144085http://www.cnblogs.com/zhanglanyun/archive/2013/06/05/3119335.htmlhttp://blog....
分类:其他好文   时间:2015-04-07 13:31:26    阅读次数:119
hibernate4.0以后创建seesionFactory
package org.hibernate.util; import org.hibernate.SessionFactory; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.hibernate.cfg.Configuration; import org.hibernate.s...
分类:Web程序   时间:2015-04-06 12:58:25    阅读次数:188
struts2上传下载
struts.xml 配置 "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.org/dtds/struts-2.3.dtd">  如果用户需要指定多个请求后缀,则多个后缀之间以英文逗号(,)隔开。  --> ...
分类:Web程序   时间:2015-04-06 08:56:11    阅读次数:135
struts2中通配符和DMI(动态方法调用)
在struts2中不建议使用Dynamic Method Invocation,具体原因见官方文档:http://struts.apache.org/docs/action-configuration.html#ActionConfiguration-WildcardMethod;刚刚接触这块,所以...
分类:其他好文   时间:2015-04-05 23:17:35    阅读次数:169
Autoconf 中文手册
AutoconfAutoconfCreating Automatic Configuration ScriptsEdition 2.13, for Autoconf version 2.13December 1998by David MacKenzie and Ben Elliston目录介绍创建c...
分类:其他好文   时间:2015-04-05 15:57:15    阅读次数:246
C#连接ODBC数据源代码
C#连接ODBC数据源代码//Namespaces,variables,andconstantsusingSystem;usingSystem.Configuration;usingSystem.Data;usingSystem.Data.Odbc;privatevoidCButton_Click(objectsender,System.EventArgse){//CreatetheDataAdapter.#codego.net#codego.net#Stringsql="SELECTID,Na..
分类:数据库   时间:2015-04-05 12:06:44    阅读次数:120
springmvc No Hibernate Session bound to thread
最近整合springmvc 发现一个离奇的报错,No Hibernate Session bound to thread, and configuration does not allow creation,就是这丫,之前在单元测试的时候测试sessionFactory,测试transaction都通过,正当我happy 的跑去做action的时候,这丫来个晴天霹雳啊.......没有一点点防...
分类:编程语言   时间:2015-04-05 09:12:37    阅读次数:177
SaltStack源码分析之使用Redis模块
Redis模块路径/usr/lib/python2.6/site-packages/salt/modules/redismod.pyRedis模块会首先检查是否安装有Redis的Python驱动#-*-coding:utf-8-*- ‘‘‘ ModuletoprovideredisfunctionalitytoSalt ..versionadded::2014.7.0 :configuration:Thismodulerequirestheredispythonmod..
分类:其他好文   时间:2015-04-05 06:49:09    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!