我最亲爱的说

子非鱼,焉知鱼之乐.

导航

随笔分类 -  WEB

CMD打包文件,解压文件
摘要:压缩%ProgramFiles%\Winrar\rar a c:\123.rar c:\123解压%ProgramFiles%Winrar\unrar.exe x c:\sp\sp.rar c:\sp 阅读全文

posted @ 2015-08-28 15:11 我最亲爱的说 阅读(416) 评论(0) 推荐(0)

[ASP.NET]书店后台开发-模板页
摘要:管理员 管理员,您好! 您现在的位置: 阅读全文

posted @ 2013-09-13 13:33 我最亲爱的说 阅读(348) 评论(0) 推荐(0)

[ASP.NET]
摘要:public static int iA; protected void Button1_Click(object sender, EventArgs e) { //Label1.Text Response.Write("该变量的值为"+iA.ToString()); iA++; } protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack)//只在页面第一次加载... 阅读全文

posted @ 2013-09-11 10:35 我最亲爱的说 阅读(240) 评论(0) 推荐(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- 阅读全文

posted @ 2012-11-19 16:20 我最亲爱的说 阅读(267) 评论(0) 推荐(0)

WEB表单
摘要:<html><head><title>MyForm</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><form action="#" method="get" name="MyForm" id="myForm"> <input type="t 阅读全文

posted @ 2012-11-19 14:48 我最亲爱的说 阅读(147) 评论(0) 推荐(0)