码迷,mamicode.com
首页 >  
搜索关键字:w3    ( 2838个结果
Spring 模拟注解开发实例
1.注解开发无需导入全新的jar包  2.使用注解开发必须开启命名空间context <beans xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/...
分类:编程语言   时间:2014-06-22 16:08:58    阅读次数:164
用JS动态创建SVG元素并绑定事件
var svg = document.createElementNS("http://www.w3.org/2000/svg", "svg"); svg.setAttribute("width", "800"); svg.setAttribute("height", "500"); ...
分类:Web程序   时间:2014-06-18 19:18:46    阅读次数:208
L6.Flexbox 伸缩盒模型
http://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/1IntroductionCCS2.1中规定了四种布局模式:block layout, designed for laying out documentsinline layout, design...
分类:其他好文   时间:2014-06-18 15:33:32    阅读次数:308
java maven quartz exampe 实战攻略
pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs...
分类:编程语言   时间:2014-06-17 22:52:23    阅读次数:290
【JS】☆★之详解[Object HTMLDivElement]和[Object Object]
【JS】☆★之详解[ObjectHTMLDivElement]和[ObjectObject]<!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="..
分类:Web程序   时间:2014-06-17 17:59:29    阅读次数:241
AJAX学习整理二之简单实例
做了几个简单的实例,加载txt文本内容、加载xml文件内容,把xml文本内容转换成html表格显示。废话不多说,直接贴代码:<!DOCTYPEhtml> <htmlxmlns="http://www.w3.org/1999/html"> <head> <title>通过ajax获取文本内容</title> <metacharset=..
分类:其他好文   时间:2014-06-17 17:29:36    阅读次数:244
对编写html代码的几点儿小建议
1、DOCTYPE说明:告诉浏览器要使用哪种规范来解释该文档内容: 解释:-W3:w3标准;DTD:文档类型定义; XHTML 1.0:XHTML 1.0版本;Transitional:过渡模式(Strict:严格模式);EN:语言为英语; “http://www.w3.org/1999/xh...
分类:Web程序   时间:2014-06-16 09:40:00    阅读次数:237
achieve aop through xml
The main way to achive AOP is deploying a xml file。 Now a xml file is presented to be a explanation . <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/...
分类:其他好文   时间:2014-06-15 18:35:16    阅读次数:233
FormView的插入模板中的DropDownList控件参数
<%@PageLanguage="VB"AutoEventWireup="false"CodeFile="Default.aspx.vb"Inherits="_Default"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xht..
分类:其他好文   时间:2014-06-10 23:23:57    阅读次数:310
Question about of Softlayer IPSec
http://w3.insidepacket.net/index.php/16-softlayer-ipsec-4Recently,oneSoftlayercustomercomplainedthattheyhaveissuewhentheserversonthecorporatenetworktalktoVMguestonSoftlayer.TheyfoundthattheirVMguestsinSoftlayeralwaysseethesamesourceIPwhendifferenthostsfromt..
分类:其他好文   时间:2014-06-10 23:18:52    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!