摘要: Label1.Text = "服务器名称:"+Server.MachineName;//服务器名称 Label2.Text = "服务器IP地址:" + Request.ServerVariables["LOCAL_ADDR"];//服务器IP地址 Label3.Text = "服务器域名:" + Request.ServerVariables["SERVER_NAME"];//服务器域名 Label4.Text = ".NET解释引擎版本:" + ".NET CL 阅读全文
posted @ 2011-11-24 16:25 日月当空 阅读(952) 评论(1) 推荐(0)
摘要: <style type="text/css"> body{ margin:0px; padding:0px; } </style> 阅读全文
posted @ 2011-11-24 13:37 日月当空 阅读(188) 评论(0) 推荐(0)
摘要: 首先建一个验证码页面png.aspx 前台就是一个空页面,后太代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Drawing;using System.Drawing.Drawing2D;//using System.Drawing.Imaging;using System.Media;public partial class WebUI_png : 阅读全文
posted @ 2011-11-24 10:25 日月当空 阅读(353) 评论(0) 推荐(0)
摘要: 标准控件1 btn Button2 chk CheckBox3 ckl CheckedListBox4 cmb ComboBox5 dtp DateTimePicker6 lbl Label7 llb LinkLabel8 lst ListBox9 lvw ListView10 mtx MaskedTextBox11 cdr MonthCalendar12 icn NotifyIcon13 nud NumeircUpDown14 pic PictureBox15 prg ProgressBar16 rdo RadioButton17 rtx RichTextBox18 txt TextBox1 阅读全文
posted @ 2011-11-24 09:55 日月当空 阅读(166) 评论(0) 推荐(0)