码迷,mamicode.com
首页 >  
搜索关键字:w3    ( 2838个结果
SpringMVC配置概要
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
10、网页制作Dreamweaver(扩展:各浏览器对 onunload 事件的支持与触发条件实现有差异)
标准参考在 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
spring---------配置文件的命名空间
两种格式的配置文件: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
http://docs.telerik.com/fiddler/KnowledgeBase/HTTPHTTPhttp://www.w3.org/Protocols/rfc2616/rfc2616.html
分类:Web程序   时间:2014-12-16 16:36:04    阅读次数:197
使用org.eclipse.xsd.XSDEnumerationFacet生成枚举类型的Schema
为网上关于Eclipse XSD的中文资料比较少,,而且关于Eclipse XSD的范例代码也凤毛麟角,但是有的时候我们需要生成一个带枚举限定的简单类型的XSD Schema,比如下面的格式,其中, 代表的就是一个带枚举限定的简单类型。那么应该如何生成呢? <schema xmlns="http://www.w3.org/2001/XMLSchema" tar...
分类:编程语言   时间:2014-12-15 23:38:57    阅读次数:314
mvn setting 配置
<?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
spring整合mybaits时Connections could not be acquired from the underlying database!异常解决
<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
JS 下拉菜单联动
示例代码:<!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
CSS常用布局整理
固定宽度布局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本地存储之indexedDb
对于以下需求:离线存储读取数据允许用户对数据进行增删改操作数据存储在本地,不依赖后端数据支持索引查询我们可以考虑使用html5新特性的本地存储,主要有以下几种:WebSql(IE,FF都不支持,http://www.w3.org/TR/webdatabase/)IndexedDBLocalStorage(轻松存储简单的数据结构,..
分类:数据库   时间:2014-12-11 16:07:53    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!