05 2008 档案

ajax loading 总结
摘要:1. 使用timer+ multiview, 先显示view1, 待timer中的执行完成之后,再显示view2即可. view1即loading提示内容,view2为真正要显示的内容. 可以针对整个页面使用.如果VIEW2中的内容显示失败,则显示VIEW3(错误提示), 通过模拟btn_Click,这样在page_load时候就可以调用ajax-loading. 从而可以实现整个页面上的所有... 阅读全文

posted @ 2008-05-28 11:33 margiex 阅读(1755) 评论(0) 推荐(0)

多数据库查询工具(更新,支持text file define) 2008-5-27
摘要:修改几个BUG; 增加对text file定义的支持,如下图: /Files/margiex/mdquery.rar 更新历史 http://www.cnblogs.com/margiex/archive/2008/04/29/1176960.html http://www.cnblogs.com/margiex/archive/2008/04/17/1158907.html 阅读全文

posted @ 2008-05-27 22:34 margiex 阅读(1028) 评论(1) 推荐(0)

asp中接收到querystring是utf-8编码的处理方式
摘要:") Function URLDecode(sConvert) Dim aSplit Dim sOutput Dim I If IsNull(sConvert) Then URLDecode = "" Exit Function End If ' convert all pluses to spaces sO... 阅读全文

posted @ 2008-05-27 15:44 margiex 阅读(726) 评论(0) 推荐(0)