摘要: http://www.admin10000.com/document/1081.html 阅读全文
posted @ 2012-10-25 15:40 scholarlzz 阅读(93) 评论(0) 推荐(0)
摘要: Web的一大缺点是没有“通用组件模型”(common component model),影响了代码测试和重用。 阅读全文
posted @ 2012-09-15 16:30 scholarlzz 阅读(137) 评论(0) 推荐(0)
摘要: html中的http-equiv属性应用详解一.简介http-equiv 属性 -- HTTP协议的响应头报文此属性出现在meta标签中此属性用于代替name,HTTP服务器通过此属性收集HTTP协议的响应头报文此属性的HTTP协议的响应头报文的值应使用content属性描述http-equiv示例<meta http-equiv="content-type" content="text/html; charset=utf-8" />告诉浏览器等设备,文件为html文件,且使用了utf8编码<meta http-equiv=" 阅读全文
posted @ 2012-03-25 18:41 scholarlzz 阅读(563) 评论(0) 推荐(0)