以上代码告诉IE浏览器,无论是否用DTD声明文档标准,IE8/9都会以IE7引擎来渲染页面。以上代码告诉IE浏览器,IE8/9都会以IE8引擎来渲染页面。以上代码告诉IE浏览器,Windows以最高版本的IE显示内容。根据 指令确定如何呈现内容。标准模式指令以Windows Internet Ex....
分类:
其他好文 时间:
2014-11-13 18:18:30
阅读次数:
136
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><t..
分类:
Web程序 时间:
2014-11-13 16:51:34
阅读次数:
218
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><t..
分类:
Web程序 时间:
2014-11-13 16:49:42
阅读次数:
211
1. Hibernate关系映射基础
1.1. Doctype
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
指定根元素和dtd文件的命名空间。
1.2. hibernate-mapping
schema="schemaName"
...
分类:
Web程序 时间:
2014-11-12 17:57:14
阅读次数:
163
需要下载jquery的js文件
html文件的内容
cat1.html
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Conten..
分类:
Web程序 时间:
2014-11-11 10:58:20
阅读次数:
239
1、Strus里面写Action相关的东西主要是负责界面的跳转(过滤功能)。
在WEB-INFO的src的struts.xml文件中进行配置
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
...
分类:
其他好文 时间:
2014-11-10 10:05:22
阅读次数:
223
<%@PageLanguage=”C#”%>
<!DOCTYPEhtmlPUBLIC“-//W3C//DTDXHTML1.0Transitional//EN”“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<scriptrunat=”server”>
protectedvoidButton1_Click(objectsender,EventArgse)
{
stringserverI..
分类:
数据库 时间:
2014-11-10 01:20:06
阅读次数:
249
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" ? ? pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loo...
分类:
数据库 时间:
2014-11-09 23:58:56
阅读次数:
397
最近发现我的一个web项目只要在家启动时候就出现一个连接错误的问题,大概如下:Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderVer...
分类:
编程语言 时间:
2014-11-09 13:53:07
阅读次数:
526
浏览器渲染模式分为2种,一种是 怪癖模式[Quirksmode] 和 标准模式 [Standars mode]。怪癖模式和标准模式有几点比较重要的区别:1.声明上,当页面没有!doctype声明或者!doctype声明中没有HTML4以上(包含HTML4)的DTD声明,则页面以quirks mode...
分类:
其他好文 时间:
2014-11-08 13:36:59
阅读次数:
190