12 2006 档案

摘要: XMLHttpRequest对象XMLHttpRequest 提供客户端同http服务器通讯的协议一:创建IE : http_request = new ActiveXObject("Msxml2.XMLHTTP"); http_request = new ActiveXObject("Microsoft.XMLHTTP");非IE: http_request = new XMLHttpReque...阅读全文
posted @ 2006-12-19 17:36 晓岚 阅读(1801) | 评论 (1) 编辑
摘要: 所遇见的MySQL问题解决过程阅读全文
posted @ 2006-12-15 16:54 晓岚 阅读(563) | 评论 (1) 编辑
摘要: Every programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers a...阅读全文
posted @ 2006-12-14 21:50 晓岚 阅读(122) | 评论 (0) 编辑
摘要: 一. 初始化 - Init 事件 (OnInit 方法) 初始化对象 当有来自客户端的请求时,asp.net绘制一个全新的页面,初始化页面对象,例如可以在加载控件之前检测客户端环境变量。注意,每次加载时都会触发这个事件(也有说:网页重新加载时不会触发这个事件)。二. 加载视图状态 - (没有对应事件)LoadViewState方法 导入Viewstate数据 三. 处理回发数据 - LoadPos...阅读全文
posted @ 2006-12-13 14:47 晓岚 阅读(1184) | 评论 (2) 编辑