一,注册方法1 private void ShowMessage(string title, string msg, string ctype)2 {3 ClientScript.RegisterStartupScript(this.GetType()4 , "message"5 , "<script language='javascript'>window.onload=... Read More
posted @ 2012-02-01 23:17
hongcn
Views(467)
Comments(0)
Diggs(0)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8 Read More
posted @ 2012-02-01 23:06
hongcn
Views(236)
Comments(0)
Diggs(0)
.shadow { -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 4px #000; box-shadow: 3px 3px 4px #000; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransfor... Read More
posted @ 2012-02-01 23:04
hongcn
Views(115)
Comments(0)
Diggs(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- Read More
posted @ 2012-02-01 23:00
hongcn
Views(1248)
Comments(0)
Diggs(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 日=currentTime.Day; 1.5 取當前時 int 時=currentTime.Hour; 1.6 取當前分 int 分=currentTime.Minute; 1.7 取當前秒 int 秒=curr. Read More
posted @ 2012-02-01 22:55
hongcn
Views(351)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号