11 2006 档案

摘要:--------------------------------------------------------------------------------------------------------- 阅读全文

posted @ 2006-11-28 19:59 Leon0812 阅读(311) 评论(0) 推荐(0) |

摘要:在浏览器中,ContentType一般指定当前的文档内容,浏览器即根据相应的MIME及Content-Type映射来打开页面。比较常见的ContentType如下: ContentTypes : "ez","application/andrew-inset" ContentTypes : "hqx","application/mac-binhex40" ContentTypes : "... 阅读全文

posted @ 2006-11-12 06:29 Leon0812 阅读(486) 评论(0) 推荐(0) |

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->BODY {}{ SCROLLBAR-HIGHLIGHT-COLOR: #e1e1e1; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLO... 阅读全文

posted @ 2006-11-12 06:24 Leon0812 阅读(230) 评论(0) 推荐(0) |

摘要:SQL SERVER 数据类型详解 数据类型 类型 描 述 ... 阅读全文

posted @ 2006-11-12 06:19 Leon0812 阅读(406) 评论(1) 推荐(0) |

摘要:精确数字整数bigint 从 -2^63 (-9223372036854775808) 到 2^63-1 (9223372036854775807) 的整型数据(所有数字)。 int 从 -2^31 (-2,147,483,648) 到 2^31 - 1 (2,147,483,647) 的整型数据(所有数字)。 smallint 从 -2^15 (-32,768) 到 2^15 - 1 (32,7... 阅读全文

posted @ 2006-11-12 06:15 Leon0812 阅读(172) 评论(0) 推荐(0) |

摘要:数据库设计标准 1. 数据表字段说明(1) 每个表都必须有一个关键字,如果表中没有可以设置成关键字的字段,可以添加一个ID字段作为关键字。需要特别注意的是,一些数据库系统如果没有关键字,那么允许所有字段有相同的值,此时如果对其进行操作时,数据库系统将整条记录作为一个关键字来操作,从而出现多个关键字的问题,导致操作出错。对于数字类型的关键字,如果不需要程序或者人为来维护的,就将其设置成为标示种子为1... 阅读全文

posted @ 2006-11-12 06:14 Leon0812 阅读(528) 评论(0) 推荐(0) |

摘要:1、DateTime 数字型System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curren... 阅读全文

posted @ 2006-11-12 06:09 Leon0812 阅读(150) 评论(0) 推荐(0) |

摘要:1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Web.Security; 5using System.Security.Cryptography; 6using System.Text.RegularExpressions; 7 8public class... 阅读全文

posted @ 2006-11-12 05:55 Leon0812 阅读(240) 评论(0) 推荐(0) |

摘要:源文件: 1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.WebControls; ... 阅读全文

posted @ 2006-11-11 07:20 Leon0812 阅读(300) 评论(0) 推荐(0) |

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3