码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
MyBatis入门学习(一)
所须要jar包:mybatis-3.x.x.jar 、假设须要和spring整合,还须要增加相关的包1:看项目文件夹 红颜色不要关心2:依照步骤:1:增加jar包2:创建数据源(configuration.xml)创建数据库(此处省略) ...
分类:其他好文   时间:2015-02-06 20:16:26    阅读次数:208
直接拿来用,最火的.NET开源项目(beta)
综合类微软企业库微软官方出品,是为了协助开发商解决企业级应用开发过程中所面临的一系列共性的问题, 如安全(Security)、日志(Logging)、数据访问(Data Access)、配置管理(Configuration Manage)等,并将这些广泛使用的应用程序块集成封装至一个叫企业库的程序包...
分类:Web程序   时间:2015-02-06 18:40:11    阅读次数:201
android studio 导入其他project遇到 Could not find com.android.support:support-v4:19.0.0.
Error:A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:_debugCompile'.    > Could not find com.android.support:support-v4:19.0.0.      Req...
分类:移动开发   时间:2015-02-06 13:19:37    阅读次数:1169
ftp文件下载公共类
最近做了一个关于ftp文件上传下载的课题,现做一下代码分享ftp操作公用类using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System...
分类:其他好文   时间:2015-02-05 20:13:18    阅读次数:178
关于"XML 文档(2, 2)中有错误:不应有 <xml xmlns=''>"错误
XML文件名 true http://127.0.01/Version.xml 程序代码XmlSerializer xmlSerializer = new XmlSerializer(typeof(configuration)); StreamWriter s...
分类:其他好文   时间:2015-02-05 17:49:36    阅读次数:362
使用AutoMapper实现Dto和Model的自由转换(下)【转】
转自:http://zz8ss5ww6.iteye.com/blog/1126330书接上文。在上一篇文章中我们讨论了使用AutoMapper实现类型间1-1映射的两种方式——Convention和Configuration,知道了如何进行简单的OO Mapping。在这个系列的最后一篇文章我想基于...
分类:移动开发   时间:2015-02-05 12:57:36    阅读次数:244
Could not configure Common.Logging from configuration section 'common/logging'
采用的是Winform程序,在app.config配置文件里有程序生成的语句: 将之删除即可。
分类:其他好文   时间:2015-02-05 10:59:36    阅读次数:519
MyBatis XML 映射配置文件
MyBatis 的配置文件包含了影响 MyBatis 行为甚深的设置(settings)和属性(properties)信息。文档的顶层结构如下:configuration 配置properties 属性settings 设置typeAliases 类型命名typeHandlers 类型处理器obje...
分类:其他好文   时间:2015-02-05 09:28:43    阅读次数:214
org.hibernate.MappingException: invalid configuration
写hibernate的hello world 内容非常简单,一个实体bean--Student.java 一个测试文件--StudentTest.java 两个配置文件:Student.hbm.xml,hibernate.cfg.xml 可是一直报错: Exception in thread "main" org.hibernate.MappingException: inval...
分类:移动开发   时间:2015-02-04 21:53:22    阅读次数:208
Java.util.zip adding a new file overwrites entire jar?(转)
I am using java.util.zip to add some configuration resources into a jar file. when I call addFileToZip() method it overwrites the jar completely, inst...
分类:编程语言   时间:2015-02-04 16:28:57    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!