2009年3月11日
摘要: /* * 创建人:李要南 * 创建时间:2008-12-7 4:25 * 说明:新闻表业务类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; ... 阅读全文
posted @ 2009-03-11 16:51 李要南 阅读(206) 评论(0) 推荐(0) 编辑
摘要: /* * 创建人:李要南 * 创建时间:2008-12-7 4:22 * 说明:新闻类别表业务类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient... 阅读全文
posted @ 2009-03-11 16:51 李要南 阅读(195) 评论(0) 推荐(0) 编辑
摘要: /* * 创建人:李要南 * 创建时间:2008-12-6 14:18 * 说明:评论表操作类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient;... 阅读全文
posted @ 2009-03-11 16:50 李要南 阅读(230) 评论(0) 推荐(0) 编辑
摘要: /* * 创建人:李要南 * 创建时间:2008-12-6 15:18 * 说明:新闻表操作类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient;... 阅读全文
posted @ 2009-03-11 16:49 李要南 阅读(308) 评论(0) 推荐(0) 编辑
摘要: /* * 创建人:李要南 * 创建时间:2008-12-5 19:18 * 说明:新闻类别表操作类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClien... 阅读全文
posted @ 2009-03-11 16:48 李要南 阅读(294) 评论(0) 推荐(0) 编辑
摘要: /* * 创建人:李要南 * 创建时间:2008-12-5 18:53 * 说明:数据库助手类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient;... 阅读全文
posted @ 2009-03-11 16:47 李要南 阅读(268) 评论(0) 推荐(0) 编辑
2009年2月15日
摘要: l 什么是CSS 1. CSS是Cascading Style Sheets的简写,它除了可以轻松设置网页元素的显示位置和格式外,甚至还能产生滤镜,图像淡化,网页淡入淡出的渐变效果。简而言之,CSS就是要对网页的显示效果实现与Word一样的排版控制。 l CSS的几种设置方式 1. 内嵌样式表(Inline styles) u ... 阅读全文
posted @ 2009-02-15 01:34 李要南 阅读(653) 评论(0) 推荐(0) 编辑
摘要: l 表格标签 1. u 属性:bgcolor、border、bordercolor、bordercolorlight、bordercolordark、cellspacing、cellpadding、width、height 2. u Tr属性:align、valign、bgcolor u Td属性:widt... 阅读全文
posted @ 2009-02-15 01:31 李要南 阅读(434) 评论(0) 推荐(0) 编辑
摘要: l 了解HTML的一些背景知识 1. 什么是HTML语言 u HTML是英文HyperText Markup Language(超文本标签语言)的缩写 u 以“”标示标签的开始,以“”表示标签的结束 u 成对标签又称之为容器,一对标签中还可以嵌套其它的标签 u 单独标签不需要与之配对的结束标签,又称之为空标签,例如... 阅读全文
posted @ 2009-02-15 01:29 李要南 阅读(764) 评论(0) 推荐(0) 编辑