码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
mybatis 入门学习
所需要jar包:mybatis-3.x.x.jar 、如果需要和spring整合,还需要加入相关的包 1:看项目目录 红颜色不要关心 2:按照步骤: 1:加入jar包 2:创建数据源(configuration.xml)创建数据库(此处省略) <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config...
分类:其他好文   时间:2014-10-17 10:20:32    阅读次数:155
SSH三大框架的工作原理及流程
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:其他好文   时间:2014-10-16 21:01:13    阅读次数:196
mysql innodb ini
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html# *** DO NOT EDIT THIS FIL...
分类:数据库   时间:2014-10-16 17:55:42    阅读次数:255
zencart分类页每页显示产品数量自定义选择的方法
zencart默认分类页每页显示产品数量是固定的,如何让顾客可以选择每页显示的产品的数量呢?效果图方式一:全部展示方式二:下拉菜单修改方法1.导入sqlINSERT INTO configuration (configuration_id, configuration_title, configur...
分类:其他好文   时间:2014-10-16 14:32:42    阅读次数:218
C# ffmpeg工具将视频转为SWF格式
1.下载 ffmpeg 工具using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.S...
分类:Windows程序   时间:2014-10-16 12:36:42    阅读次数:243
Urlrewrite 配置信息写在另外的文件
由于伪静态的配置 太多,如果放在web.cofig里面可阅读性不强,而且频繁修改webconfig容易出错。1.修改RewriterConfigSerializerSectionHandler类using System;using System.Configuration;using System....
分类:Web程序   时间:2014-10-15 23:49:51    阅读次数:279
EnyimMemcached(64位)使用实例
1.安装:http://www.cnblogs.com/dudu/archive/2009/07/19/1526669.html2.使用 using Enyim.Caching.Configuration; using Enyim.Caching.Memcached; using ...
分类:系统相关   时间:2014-10-15 20:22:11    阅读次数:273
emctl start dbconsole OC4J_dbconsole*** not found
C:\windows\system32>emctl start dbconsoleOC4J Configuration issue. D:\app\product\11.1.0\db_1/oc4j/j2ee/OC4J_DBConsole_ghost1_orcl not found.查看监听状态,环境...
分类:数据库   时间:2014-10-15 20:01:51    阅读次数:366
C# print2flash3文件转化
1.下载print2flash3 并且安装print2flash32.转换工具类(1)需要导入using Print2Flash3; 这个程序集using System;using System.Data;using System.Configuration;using System.Linq;us...
分类:Windows程序   时间:2014-10-15 18:36:01    阅读次数:882
NHibernate.cfg.xml文件总结
A.问题:NHibernate.cfg.xml用来干什么的?答:配置数据库的基本信息和configuration和sessionFactory实例的基本信息的配置文件。B.如何配置NHibernate.cfg.xml文件?答:第一种方式Configurationconfig=newConfiguration();这种配置方法将会到应用程序配置文件(App.Config,Web.C..
分类:Web程序   时间:2014-10-15 14:37:31    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!