会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小热包1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2015年12月30日
12.30 在一般处理程序页面使用Session
摘要: 一般来说在aspx页面使用Session直接用Session["名字"]就可以使用,但是在ashx页面不能直接使用,需要通过HttpContext对象context去操作Session;如果直接在ashx页面取Session:context.Session["uid"]; 则取出来的是空值NUL...
阅读全文
posted @ 2015-12-30 14:50 小热包1
阅读(144)
评论(0)
推荐(0)
2015年12月28日
12.28 AJAX 返回XML值
摘要:
阅读全文
posted @ 2015-12-28 15:51 小热包1
阅读(148)
评论(0)
推荐(0)
12.28 AJAX 返回TEXT值
摘要: 后台源代码 check.aspx 界面using System;using Syste...
阅读全文
posted @ 2015-12-28 15:01 小热包1
阅读(235)
评论(0)
推荐(0)
12.27 jquerey 学习
摘要: 测试内容11 测试内容22 测试内容33 水果 家电 v数码 服装
阅读全文
posted @ 2015-12-28 10:25 小热包1
阅读(186)
评论(0)
推荐(0)
11.28 正则表达式
摘要: 匹配中文字符的正则表达式:程序代码[\u4e00-\u9fa5]评注:匹配中文还真是个头疼的事,有了这个表达式就好办了匹配双字节字符(包括汉字在内):程序代码[^\x00-\xff]评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)匹配空白行的正则表达式:程序代码\n\s*...
阅读全文
posted @ 2015-12-28 10:23 小热包1
阅读(149)
评论(0)
推荐(0)
12.28jQuery 的取值赋值
摘要: /*获得TEXT.AREATEXT的值*/var textval = $("#text_id").attr("value");//或者var textval = $("#text_id").val();/*获取单选按钮的值*/var valradio = $("input[@type=radio][...
阅读全文
posted @ 2015-12-28 10:20 小热包1
阅读(111)
评论(0)
推荐(0)
11.27 上传下载 图片预览
摘要: 代码页面using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partia...
阅读全文
posted @ 2015-12-28 08:56 小热包1
阅读(159)
评论(0)
推荐(0)
11.28 验证控件
摘要: 验证控件: 添加一个 jquery 文件 1:非空验证: RequiredFieldValidator1 控件 属性:ErrorMessage: 验证控件无效时提示信息:用户名不能为空!! ForeColor:字体前景色 Display: 程序的显示方式验证 ...
阅读全文
posted @ 2015-12-28 08:52 小热包1
阅读(151)
评论(0)
推荐(0)
2015年12月23日
12.23,repeater 分页显示
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-23 10:05 小热包1
阅读(105)
评论(0)
推荐(0)
12.23,搜索标记
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-23 09:59 小热包1
阅读(148)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告