WEB.xml配置 <?xml version="1.0" encoding="UTF-8"?> ? <web-app xmlns="http://java.sun.com/xml/ns/javaee" ?? ? ? ? ? ?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ? ? ? ? ? ?x...
分类:
编程语言 时间:
2014-12-20 17:01:34
阅读次数:
292
标准参考在 HTML 4.01 规范中关于 onunload 事件的描述是:当 document 从 window 中移除时,触发 onunload 事件。关于 HTML 4.01 规范中 onunload 内在事件说明:http://www.w3.org/TR/html401/interact/s...
分类:
Web程序 时间:
2014-12-17 12:38:34
阅读次数:
212
两种格式的配置文件:DTD和Schema区别:http://www.cnblogs.com/zhaozhan/archive/2010/01/04/1639194.html1 2 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:
编程语言 时间:
2014-12-16 19:01:01
阅读次数:
443
http://docs.telerik.com/fiddler/KnowledgeBase/HTTPHTTPhttp://www.w3.org/Protocols/rfc2616/rfc2616.html
分类:
Web程序 时间:
2014-12-16 16:36:04
阅读次数:
197
为网上关于Eclipse XSD的中文资料比较少,,而且关于Eclipse XSD的范例代码也凤毛麟角,但是有的时候我们需要生成一个带枚举限定的简单类型的XSD Schema,比如下面的格式,其中, 代表的就是一个带枚举限定的简单类型。那么应该如何生成呢?
<schema xmlns="http://www.w3.org/2001/XMLSchema" tar...
分类:
编程语言 时间:
2014-12-15 23:38:57
阅读次数:
314
<?xml?version="1.0"?encoding="UTF-8"?>
<settings?xmlns="http://maven.apache.org/SETTINGS/1.0.0"?
??????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"?
?????????...
分类:
其他好文 时间:
2014-12-15 15:36:52
阅读次数:
438
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="ht...
分类:
数据库 时间:
2014-12-14 13:22:11
阅读次数:
280
示例代码:<!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"..
分类:
Web程序 时间:
2014-12-13 06:21:16
阅读次数:
229
固定宽度布局1-2-1布局(浮动)http://www.w3.org/1999/xhtml">固定宽度-float Page Header Page Content 1 This is content.This is content.This is content.This is content.....
分类:
Web程序 时间:
2014-12-11 20:42:04
阅读次数:
208
对于以下需求:离线存储读取数据允许用户对数据进行增删改操作数据存储在本地,不依赖后端数据支持索引查询我们可以考虑使用html5新特性的本地存储,主要有以下几种:WebSql(IE,FF都不支持,http://www.w3.org/TR/webdatabase/)IndexedDBLocalStorage(轻松存储简单的数据结构,..
分类:
数据库 时间:
2014-12-11 16:07:53
阅读次数:
275