自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 ASP.NET判断TextBox是否获得焦点事件

<br />.aspx    <div><br />        <asp:TextBox ID="txtUser" runat="server" Text="请输入用户名"></asp:TextBox><br />        <br /><br />        <asp:TextBox ID="txtPwd" runat="server" TextMode="Password" ></asp:TextBox>  <br />    </div><br />.aspx.cs    protecte

2010-11-08 16:45:00 775

原创 SQL Server2005中外键的一系列操作

假如:有两张表,一张是宠物类型表,另一张是宠物表create table petType(   petTypeId varchar(10) primary key,   petTypeName varchar(20) not null unique)create table pet(   petID varchar(20) primary key,   petName varchar(30),   petType varchar(20) ,   petPrice money,   petPhoto varc

2010-10-28 15:32:00 459

原创 IIS出现Server Application Error

Server Application ErrorThe server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. 简便的是:第一种方法:  

2010-10-18 20:03:00 316

原创 C#中添加注释的快捷键

<br />注释掉一段代码,先按住ctrl,在按k,c;取消注释先按住ctrl,再按k,u;<br />这个快捷键在编辑c#代码时生成的是//注释,在编辑html代码时生成的是<%----%>注释

2010-10-15 22:30:00 2937

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除