摘要: Cookie 阅读全文
posted @ 2011-06-26 16:56 sirzxj 阅读(205) 评论(0) 推荐(0) 编辑
摘要: ie6:20px w3c:17px 阅读全文
posted @ 2011-06-23 10:46 sirzxj 阅读(714) 评论(0) 推荐(0) 编辑
摘要: (from 轮回MM http://2060200022.blog.163.com/blog/static/67527189201101441853626/) 1. 讨厌的IE的滤镜和CSS expressions少用,小心把浏览器搞挂,CUP 100%死机。 2. CSS放到前面,js能放到后面的放在代码后面。将页面尽早展示给用户。 3. 减少iframe的使用,避免CPU... 阅读全文
posted @ 2011-06-23 10:10 sirzxj 阅读(134) 评论(0) 推荐(0) 编辑
摘要: try { window.addEventListener("load", function () { alert("fx"); },false); } catch (e) { window.attachEvent("onload", function () ... 阅读全文
posted @ 2011-06-22 21:43 sirzxj 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 关于CSS优先级的探讨(转自http://www.cssforest.org/faq/topic/view/19.html)... by feiwen8772 ... 22 月 23 天前 ... 1582 次点击 今天在blueidea里看了一篇关于css优先级的帖子,我感觉不错,就收藏起来了!css优先级的四大原则:原则一: 继承不如指定如果某样式是继承来的永远不如具体指定的优先级高。例子1:... 阅读全文
posted @ 2011-06-15 21:58 sirzxj 阅读(124) 评论(0) 推荐(0) 编辑
摘要: package orz.zxj.fx; class Test{ private T1 name; private T2 age; public void setName(T1 name){ this.name = name; } public void setAge(T2 age){ this.age = age; } public T1 getName(){ return this.na... 阅读全文
posted @ 2011-05-24 11:25 sirzxj 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 结构图 数据库设计 1、web.xml配置 login.jsp loginServlet org.zxj.mvcdemo.servlet.LoginServlet loginServlet /LoginServlet ... 阅读全文
posted @ 2011-05-22 22:06 sirzxj 阅读(5103) 评论(2) 推荐(0) 编辑
摘要: 数据库:db表:create table fy( id int primary key auto_inrement, title varchar(50));后台using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using S... 阅读全文
posted @ 2011-05-21 16:53 sirzxj 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 如题 阅读全文
posted @ 2011-05-20 12:54 sirzxj 阅读(81) 评论(0) 推荐(0) 编辑
摘要: (新苗差不多就那样了,感觉,很不给力啊) 我觉得设计的设计思想比编码要重要,重要的多!!! 还有数据库设计一定要合理!!! 不然,后面的开发会十分困难 嗯,就是这样 当然,做别的东西 也是这样。。。。。。。。。 阅读全文
posted @ 2011-05-19 00:50 sirzxj 阅读(90) 评论(1) 推荐(0) 编辑