Archive for the ‘web’ Category

html5资料汇总

Posted: 10th 六月 2010 by admin in css,html,js

中文版演示文档:http://directguo.com/html5/ http://revieweb20.com/Speech/Demo/html5.html http://revieweb20.com/Speech/Demo/css3.html http://www.w3school.com.cn/html5/index.asp 苹果的http://developer.apple.com/safaridemos/ google 的http://www.html5rocks.com/

数据库的垂直划分和水平划分(转载)

Posted: 30th 三月 2010 by admin in css,html,js

转载自:http://liriguang.javaeye.com/blog/625309 数据库的水平划分和垂直划分很早以前就接触了,只是没有实践,没有什么体会,只有最近两年才有接触,今天也和大家聊聊。 垂直划分  按照功能划分,把数据分别放到不同的数据库和服务器。

来源:http://www.javaeye.com/news/15333

wordpress数据恢复

Posted: 18th 三月 2010 by admin in wordPress

折腾了几天,终于把所有数据转移到新的主机上了。后面会持续更新。 一些值得记住的经验 http://www.xunbaozu.com/wordpress-database-restore.html http://codex.wordpress.org/Changing_The_Site_URL

Visualize:一个jQuery可视化插件(转载)

Posted: 14th 七月 2009 by admin in css,html,js

转载自:http://www.javaeye.com/news/8847-visualize-visualization-of-a-jquery-plug-ins

js验证码刷新

Posted: 6th 六月 2009 by admin in css,html,js

1.src=http://www.jxbw.com/img.aspx?’,Math.random()’ Math.random() 是用来克服IE缓存的. 2.引用网络(未实际测试) <% Response.cachecontrol=”no-cache” Response.addheader “pragma”,”no-cache” Response.Expires=-1 ‘页面后退后也产生新的验证码,原因在于这些语句产生的不缓存页面效果^_^ %> 将这个写在生成验证码的asp文件的底部