不说了多了 直接上代码 首先是从程序的入口开始说:
web.xml
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
ht...
分类:
编程语言 时间:
2015-03-12 15:07:49
阅读次数:
309
@WebListener 是servlet3.0后的新特性,需要在web.xml中配置,如下: <web-app xmlns="http://java.sun.com/xml/ns/javaee" ? ? ? ? ?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ? ? ? ? ...
分类:
Web程序 时间:
2015-03-12 13:28:47
阅读次数:
261
数据库文件和文件组 SQL Server 2014 其他版本 <?XML:NAMESPACE PREFIX = "[default] http://www.w3.org/1999/xhtml" NS = "http://www.w3.org/1999/xhtml" />每个 SQL Server 数据库至少具有两个操作系统文件:一...
分类:
数据库 时间:
2015-03-09 13:03:13
阅读次数:
177
http://ued.taobao.org/blog/2008/10/understanding-progressiveen-hancement-chs-translation/http://www.w3.org/wiki/Graceful_degradation_versus_progressiv...
分类:
其他好文 时间:
2015-03-08 18:35:33
阅读次数:
123
http://www.w3.org/standards/http://www.webstandards.org/learn/faq/#p213http://www.indusvalley.edu.pk/library/e%20books/Designing%20with%20web%20standa...
分类:
Web程序 时间:
2015-03-08 18:31:54
阅读次数:
132
http://www.w3.org/TR/PNG/#D-CRCAppendix
#include
#include
#include
/*
* CRC16查找表生成
* table[256] : 存放查找表的数组
* Generator : 生成多项式,X^16+X^12+X^5+1,其生成多项式为0x1021
*/
void crc16_make_table(u_int16_t ta...
分类:
其他好文 时间:
2015-03-08 13:03:32
阅读次数:
173
以下都是来自于W3.org的官方解释,我翻译并记录一下,方便以后的思考及理解。有翻译不对或不准确的地方还希望有大神可以指正!原文地址:www.W3.org1.HTML&&CSSHTML(超文本标记语言) andCSS(层叠样式表) 是构建网页的两大核心. HTML提供了网页的结构, CSS the ...
分类:
其他好文 时间:
2015-03-07 13:50:07
阅读次数:
190
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:sc="http://www.springframewo...
分类:
其他好文 时间:
2015-03-05 14:54:33
阅读次数:
108
首先到ehcache官网下载:ehcache官网下载完后解压。打开Myeclipse 创建web项目,然后在项目classpath根目录下创建ehchache.xml<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ehcache.org/e...
分类:
系统相关 时间:
2015-03-03 20:44:34
阅读次数:
211
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
div中的内容垂直居中实例
</title>
<metaname="genera..
分类:
其他好文 时间:
2015-03-02 19:18:01
阅读次数:
127