配置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
第一种方法:采用MS现有的ConfigurationManager来进行读写using System.Configuration;namespace Zwj.TEMS.Common{ public abstract class ConfigHelper { private ...
分类:
移动开发 时间:
2015-04-07 19:17:59
阅读次数:
244
以下是我在网上找到的不错的文章,我参考后已解决我的问题: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
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
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中不建议使用Dynamic Method Invocation,具体原因见官方文档:http://struts.apache.org/docs/action-configuration.html#ActionConfiguration-WildcardMethod;刚刚接触这块,所以...
分类:
其他好文 时间:
2015-04-05 23:17:35
阅读次数:
169
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数据源代码//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,
and configuration does not allow creation,就是这丫,之前在单元测试的时候测试sessionFactory,测试transaction都通过,正当我happy 的跑去做action的时候,这丫来个晴天霹雳啊.......没有一点点防...
分类:
编程语言 时间:
2015-04-05 09:12:37
阅读次数:
177
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