
html css
文章平均质量分 68
jiangyongyuan
这个作者很懒,什么都没留下…
展开
-
css
/***------------此效果为表格隐藏数据后显示....-------------***///表格.carhome .shortMessage{ margin-left:10px; width:600px; table-layout: fixed;}//title,自己设置.carhome .shortMessage .title{ height:30px; col...2008-07-11 11:20:57 · 94 阅读 · 0 评论 -
html 5 ppt & wordpress cms
http://html5slides.googlecode.com/svn/trunk/template/index.html#1 html 5 页面版本的ppt wordpress这个模板适合做cms哈Pilot FishBy Daniel Zhao原创 2012-11-23 15:21:18 · 238 阅读 · 0 评论 -
在线uml画图工具网站
类图、活动图、用例图:http://yuml.me/diagram/scruffy/class/draw序列图:http://www.websequencediagrams.com/序列图、协作图:http://www.diagrammr.com/visio流程图:www.draw.io图表绘制工具Edraw Max 5.2[code="xml"]浏览器-->服务器...原创 2010-02-26 15:03:54 · 3597 阅读 · 0 评论 -
javascript guide
javascript guide 相关连接https://developer.mozilla.org/en/Core_JavaScript_1.5_Guidehttp://www.moko.ru/doc/Java_Script/index.htmlhttp://www.w3school.com.cn/htmldom/dom_obj_style.asphttp://www.w...原创 2010-01-29 23:51:16 · 319 阅读 · 0 评论 -
float:center实现 居中浮动
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="zh-cn" lang="zh-cn" dir="ltr" xmlns="http://www.w3.org/原创 2009-07-25 14:45:18 · 349 阅读 · 0 评论 -
wget css
#1.get the filewget -r -l 2 http://abc.com/index.html #2.find the jpg url from csssed -n 's/.*url(\(.*\)).*/\1/p' style.css > temp.txt #3.write the wget jpg csssed 's/.*\/\(image.*\...2009-07-13 13:32:11 · 127 阅读 · 0 评论 -
Html转义字符 & 获得请求参数
获得请求参数的js: <script type="text/javascript">Request = { QueryString : function(item){ var svalue = location.search.match(new RegExp("[\?\&]" + item + "=([^\&]*)(\&?)","i"原创 2009-05-22 19:53:22 · 321 阅读 · 0 评论 -
关于Cannot send session cache limiter - headers alre
session_start()关于Cannot send session cache limiter - headers already sent错误解决方法在windows下编程,当使用session_start()方法的时候,有时会报session_start()[function.session-start]: Cannot send session cache ...原创 2009-05-13 22:02:30 · 110 阅读 · 0 评论 -
大型网站架构演变和知识体系
大型网站架构演变和知识体系 转自:http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html 之前也有一些介绍大型网站架构演变的文章,例如LiveJournal的、ebay的,都是非常值得参考的,不过感觉他们讲的更多的是每次演变的结果,而没有很详细的讲为什么需要做这样的演变,再加上近来感觉有不少同学都很难明白为什么...原创 2009-05-06 16:40:05 · 98 阅读 · 0 评论 -
Best Practices for Speeding Up Your Web Site
from :http://developer.yahoo.com/performance/rules.html Minimize HTTP Requests最小化http请求 tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied ...原创 2009-05-02 19:28:08 · 930 阅读 · 0 评论 -
http缓存探究Config HTTP Header For Better Client Perfo
文章地址:http://morganchengmo.spaces.live.com/blog/cns!9950CE918939932E!2132.entryConfig HTTP Header For Better Client Performance网站的性能(Performance)要考虑两方面,一方面是在Server端的运行效率,另一方面是在Client端感受到的效率。不要以为...原创 2009-05-02 19:26:29 · 133 阅读 · 0 评论 -
概览http协议
引言 HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得到不断地完善和扩展。目前在WWW中使用的是HTTP/1.0的第六版,HTTP/1.1的规范化工作正在进行之中,而且HTTP-NG(Next Generat...原创 2009-05-02 18:31:25 · 154 阅读 · 0 评论 -
php mysql apache 服务器VertrigoServ
包括:Apache 2.0.59 PHP 5.2.3 Mysql 5.0.41 SQLite 3.4.0 PhpMyAdmin 2.10.2 SQLiteManager 1.2.0 ZendOptimizer 3.2.8原创 2008-07-14 09:48:55 · 127 阅读 · 0 评论 -
cocos2d-html helloworld 笔记
cocos2d-html helloword 学习笔记 //学习内容: /**cc.ScaleTo.create(duration, sx, sy) duration持续旋转时间 sx 横坐标大小比例 sy 纵坐标大小比例 */ var sc...原创 2014-02-14 19:41:25 · 112 阅读 · 0 评论