看知乎等大型网站都实现自动保存文本框内容,我就用js简单地实现这个功能,用到了onblur事件跟onload事件,保存到本地cookie(为减轻服务器负担,一般人都不加用session来做吧?) 其中setcookie跟getcookie懒得写,直接用到w3...
分类:
Web程序 时间:
2014-09-12 23:27:34
阅读次数:
272
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:tx="http://www.springfram...
分类:
移动开发 时间:
2014-09-12 17:14:33
阅读次数:
336
wsdl文档分析 <?xml?version="1.0"?encoding="UTF-8"?>
<definitions
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsp="http://www.w3.org/ns/...
分类:
其他好文 时间:
2014-09-11 21:03:53
阅读次数:
233
CSS3的一个伪类选择器“:nth-child()”。语法::nth-child(an+b)为什么选择她,因为我认为,这个选择器是最多学问的一个了。很可惜,据我所测,目前能较好地支持她的只有Opera9+和Safari3+。描述:伪类:nth-child()的参数是an+b,如果按照w3.org上的...
分类:
Web程序 时间:
2014-09-11 13:51:11
阅读次数:
213
1.页面代码: <!DOCTYPE?HTML?PUBLIC?"-//W3C//DTD?HTML?4.01?Transitional//EN"?"http://www.w3.org/TR/html4/loose.dtd">
<html>
?<head>
??<title>?遮层?</title>
??<script?type="text/javasc...
分类:
其他好文 时间:
2014-09-09 13:52:29
阅读次数:
145
<project?xmlns="http://maven.apache.org/POM/4.0.0"?
?????????????????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
????????????xsi:schemaLocation="htt...
分类:
其他好文 时间:
2014-09-06 03:24:02
阅读次数:
222
什么是DOMDOM 不是JavaScript,它是文档。DOM是一组用来描述脚本怎么样与结构化文档进行交互和访问的web标准。DOM定义了一系列对象,方法和属性,用于访问、操作和创建文档中的内容、结构、样式及行为。DOM的级别:http://www.w3.org/DOM/DOMTR想知道你选择的浏览...
分类:
其他好文 时间:
2014-09-06 00:58:12
阅读次数:
278
建立maven项目的过程我就省略了!
直接看pom.xml
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 h...
分类:
编程语言 时间:
2014-09-05 23:54:22
阅读次数:
675
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> ?<head> ? <title> New Document </title> ? <meta name="Generator" content="EditPlus">...
分类:
其他好文 时间:
2014-09-05 10:16:01
阅读次数:
221
1.web.xml内容:? <?xml?version="1.0"?encoding="UTF-8"?>
<web-app?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"?
xmlns:web="http://java.sun....
分类:
编程语言 时间:
2014-09-04 09:49:58
阅读次数:
242