2009年2月12日
摘要: Shopping类 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Data; using System.Configuration; using System.Web; using Syste... 阅读全文
posted @ 2009-02-12 23:27 麻衣之光 阅读(703) 评论(2) 推荐(0) 编辑
  2009年1月28日
摘要: Singleton模式 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text; namespace Singleton { ... 阅读全文
posted @ 2009-01-28 15:16 麻衣之光 阅读(215) 评论(0) 推荐(0) 编辑
  2009年1月6日
摘要: 转载地址:http://www.xc369.com/viewthread.php?tid=26272 在学习回调与异步调用之前,让我们先回顾一下最基本的同步调用。同步调用是一种阻塞式的调用,在模块A调用模块B时,A要等待B返回结果才能继续执行。这种模式就好比是打电话,当电话接通以后。双方就是一种同步的关系,只要你们继续对话,两人的电话线路就必须处于连接状态。而异步关系,则很像是我们平时使用QQ,会... 阅读全文
posted @ 2009-01-06 01:59 麻衣之光 阅读(396) 评论(0) 推荐(0) 编辑
  2009年1月5日
摘要: GenerateValiDateCode Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text; using System.D... 阅读全文
posted @ 2009-01-05 18:57 麻衣之光 阅读(289) 评论(0) 推荐(0) 编辑
  2008年12月30日
摘要: CSS特点:实现网页的内容与样式分离 CSS选择器分为:类选择器,ID选择器,HTML标签选择器 CSS选择器的优先级:ID选择器>类选择器>HTML标签选择器 CSS核心内容:标准流,盒子模型,浮动,定位 块级元素 行内元素 通过样式表的Display属性进行转换,不过转换有时候还是有一些问题的。尽量避免转换 块级元素利用样式表的display:inline;设置为行内元素 行内元素利用样式表的... 阅读全文
posted @ 2008-12-30 23:03 麻衣之光 阅读(173) 评论(0) 推荐(0) 编辑
  2008年12月29日
摘要: 页面文件 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 姓名: 留言: ... 阅读全文
posted @ 2008-12-29 01:02 麻衣之光 阅读(290) 评论(1) 推荐(0) 编辑
  2008年12月25日
摘要: 在页面上拖四个按钮 FourButton Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 Code... 阅读全文
posted @ 2008-12-25 15:56 麻衣之光 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://blog.csdn.net/zhoufoxcn/archive/2007/10/30/1857097.aspx 技术就好像一片汪洋大海,越深入越望不到边际。就拿自己的体验来说吧,2000年的时候在学校搞ASP,觉得网页开发就是这么简单,把数据库中的数据格式化一下显示在页面上,把用户的输入组装成添加删除和修改的SQL提交到数据库中去。几年后的今天,我对自己了解或听说过的ASP.... 阅读全文
posted @ 2008-12-25 10:35 麻衣之光 阅读(225) 评论(0) 推荐(0) 编辑
  2008年12月23日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using... 阅读全文
posted @ 2008-12-23 00:21 麻衣之光 阅读(502) 评论(0) 推荐(0) 编辑
  2008年12月19日
摘要: GridViewEdit.aspx GridViewEdit.aspx Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 姓名:地址:邮编 ... 阅读全文
posted @ 2008-12-19 21:32 麻衣之光 阅读(417) 评论(0) 推荐(0) 编辑