佬唐

博客园 首页 新随笔 联系 订阅 管理

2009年12月25日 #

摘要: 同一元素应用多个class的优先级的测试 使用多个class,以空格分开,如: 结论:若同时应用多个class,后定义的优先(即近者优先),加上!important最优先! 阅读全文
posted @ 2009-12-25 17:02 佬唐 阅读(172) 评论(0) 推荐(0)

摘要: css圆角box备忘 标题Hello aaa bbb ccc ddd eee fff ggg 阅读全文
posted @ 2009-12-25 15:54 佬唐 阅读(172) 评论(0) 推荐(0)

摘要: 一、C#预处理器指令入门 #define NET11 //NET11,NET20,(必须放在文件第一行) using System; //… … //… … //… … string sBeepType = s.Replace(sKey,""); #i... 阅读全文
posted @ 2009-12-25 15:19 佬唐 阅读(173) 评论(0) 推荐(0)