spring配置文件:applicationContext.xml
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p...
分类:
编程语言 时间:
2014-12-11 14:06:14
阅读次数:
162
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">??
<html?xmlns="http://www.w3.org/1999/xhtml">??
<head>??
?<...
分类:
Web程序 时间:
2014-12-08 15:55:37
阅读次数:
255
本文描述将一个简单的HelloWorld,提交到JStorm中运行。
1. 创建Maven工程
在Eclipse中创建Maven工程,默认方式创建即可。修改pom.xml文件:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xs...
分类:
Web程序 时间:
2014-12-08 09:23:11
阅读次数:
577
滚动条的实现原理和上一篇文章中的拖拽有很大关系,滑动条就是通过拖拽实现的,通过计算滑动条的拖拽区间来得出一个比例scale,这个就是咱们要用到的文字滚动距离了,
div3里别忘记添加文字
具体代码如下
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose...
分类:
编程语言 时间:
2014-12-04 21:40:37
阅读次数:
253
<!?DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">?
<?html?xmlns?=?"http://www.w3.org/1999/xhtml"?>?
<?head?...
分类:
其他好文 时间:
2014-12-04 12:25:05
阅读次数:
144
W3C公布了当前CSS各模块的进展:http://www.w3.org/Style/CSS/current-work过渡:提供了两种状态之间的一种渐变方式,依赖于4个属性,多个过渡使用","逗号隔开:1. transition-property none | all(默认) | 属性名...
分类:
Web程序 时间:
2014-12-04 01:00:13
阅读次数:
262
console.dir()namespaceURI: "http://www.w3.org/1999/xhtml"nextElementSibling: nullnextSibling: nullnodeName: "BODY"nodeType: 1nodeValue: nulloffsetHeig...
分类:
其他好文 时间:
2014-12-01 00:48:50
阅读次数:
134
基于spring框架简单三步:导包配置XML接口调用xml配置:<?xmlversion="1.0"encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework...
分类:
编程语言 时间:
2014-11-28 18:31:43
阅读次数:
215
标准参考在 HTML 4.01 规范中关于 onunload 事件的描述是:当 document 从 window 中移除时,触发 onunload 事件。关于 HTML 4.01 规范中 onunload 内在事件说明:http://www.w3.org/TR/html401/interact/s...
分类:
其他好文 时间:
2014-11-28 09:58:21
阅读次数:
149
一、XML Schema简介
XML Schema 使用一套预先定义好元素和属性
二、XML Schema的定义和使用
1.编写数据XML文件
2.编写Schema文件 .xsd
引入W3C名称空间:xmlns=”http://www.w3.org/2001/XMLSchema”
编写schema内容,对每一个元素,用一个表示,包含其他元素的元素称为复杂元素,需要加,...
分类:
其他好文 时间:
2014-11-27 22:05:35
阅读次数:
199