第一步:引用一个dll Intelligencia.UrlRewriter.dll(不同的dll可能方法有些不同)第二步:在web.config中配置使用伪静态(在configuration节点下) 第三步:在web.config中配置url的映射不带参数的例子 url是伪静态的地址 to是实际映射...
分类:
Web程序 时间:
2015-03-04 12:28:48
阅读次数:
166
1.首先讲解的是MyBatis核心配置文件configuration.xml的配置一个完整的configuration.xml配置顺序如下:1 properties,settings,typeAliases,typeHandlers,objectFactory,objectWrapperFactor...
分类:
其他好文 时间:
2015-03-03 17:58:12
阅读次数:
220
今天启动服务后后台一直报这个警告:[WARN] No configuration found for the specified action: '/fileUpload/queryExecute.do' in namespace: ''. Form action defaulting to 'ac...
分类:
其他好文 时间:
2015-03-03 14:59:18
阅读次数:
122
最近要将一个项目移植到xp下,但在xp下运行exe文件后,总是报错说XXX.exe is not a valid win32 application。但输出的的确是win32 release版本的exe。
解决办法如下:
1、安装VS2012 update 1
2、安装VS2012 update 4
3、重启VS,打开项目,右键项目->properties->Configuration P...
问题:Cannot change version of project facet Dynamic Web Module to 2.4.
解决方案:
找到该项目目录.settings下的文件org.eclipse.wst.common.project.facet.core.xml进行修改!
例:E:\workerspace\main\lics\.settings\org.eclipse.ws...
分类:
编程语言 时间:
2015-03-03 11:42:20
阅读次数:
15177
由于redhat在初始化的时候,防火墙设置为icmp-host-prohibited,导致数据包无法到达。具体iptables(所在目录/etc/sysconfig)如下:# Firewall configuration written by system-config-firewall# Manu...
分类:
其他好文 时间:
2015-03-02 23:40:56
阅读次数:
177
原文:http://gunnarpeipman.com/2014/11/asp-net-5-new-configuration-files-and-containers/ASP.NET vNext提供了一种新的config文件. 能支持多种格式的config文件可以是.json .ini .xml....
分类:
Web程序 时间:
2015-03-02 18:59:19
阅读次数:
172
SVN中提交代码时报如下错误commit -m "sync" E:/resource/rad_workspace/IMSCrawl/src/configuration.properties Attempted to lock an already-locked dirsvn: Commit f...
分类:
其他好文 时间:
2015-03-02 18:45:05
阅读次数:
117
安装和配置SQLServer2014准备:1.SQLServer2014是需要.NETFramework3.5.1支持,点击“ServerManager”,选择“Features”,右侧选择“AddFeatures”。2.选择“.NETFramework3.5.1Features”属性,安装。安装SQLServer2014:1.下载64位SQLServer2014英文企业版安装包:en_sql_se..
分类:
数据库 时间:
2015-03-01 01:38:40
阅读次数:
799
上篇博客大致的介绍了Hibernate的一些基本概念,这篇博客在简单的介绍几个Hibernate的核心组件。分别简单介绍一下:
Configuration接口:装载配置类,负责配置并启动Hibernate,创建SessionFactory对象
Configuration用于配置并启动Hibernate:动态配置Hibernate的属性...
分类:
Web程序 时间:
2015-02-28 20:22:01
阅读次数:
143