摘要: 发表时间:2007-10-16 10:15:00 var HTTP = {}; // This is a list of XMLHttpRequest-creation factory functions to try HTTP._factories = [ function() { return new XMLHttpRequest(); }, function() { retu... 阅读全文
posted @ 2009-04-29 15:06 袁晓平 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 发表时间:2007-10-17 21:42:00 FrameworkInitialize InitializeCulture OnPreInit OnInit TrackViewState OnInitComplete OnPreLoad OnLoad Page_Load OnLoadComplete EnsureChildControls CreateChildControls OnPreRen... 阅读全文
posted @ 2009-04-29 15:05 袁晓平 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 发表时间:2008-2-28 10:24:00 详见 user66/musictom/upload/228939146.rar =============================================================== var _xmlHttp; var _url = 'http://mail.pudong.sh/ews/exchange.asmx'; va... 阅读全文
posted @ 2009-04-29 15:03 袁晓平 阅读(846) 评论(2) 推荐(0) 编辑
摘要: 发表时间:2008-2-29 18:53:00 using System; using System.Net; using System.Collections.Generic; using EWS; using MailClient; namespace ExchangeWs { public class ExchangeWs { private ExchangeServ... 阅读全文
posted @ 2009-04-29 15:02 袁晓平 阅读(888) 评论(0) 推荐(0) 编辑
摘要: 发表时间:2008-4-4 10:55:00 代码如下: using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Configuration; using System.Xml; namespace Beyondbit.Portal.Conf... 阅读全文
posted @ 2009-04-29 15:00 袁晓平 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 发表时间:2008-4-4 16:31:00 http://mail.pudong.sh/owa/shif@pudong.sh/?f=%E6%94%B6%E4%BB%B6%E7%AE%B1&Cmd=Contents&part=0/ 收件箱 1 http://mail.pudong.sh/owa/shif@pudong.sh/?f=%E5%8F%91%E4%BB%B6%E7%AE%B1&Cmd=C... 阅读全文
posted @ 2009-04-29 14:59 袁晓平 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 发表时间:2008-4-10 18:45:00 a.htm --------------------------------------------------------- b.htm ------------------------------------------------------------------ DIVA 阅读全文
posted @ 2009-04-29 14:58 袁晓平 阅读(307) 评论(2) 推荐(0) 编辑
摘要: 图片地址 upload.gif fu_btn.gif 附件 FileUpload.htm: 仿163网盘无刷新文件上传系统 上传文件 添加文件: ... 阅读全文
posted @ 2009-04-29 11:47 袁晓平 阅读(434) 评论(1) 推荐(0) 编辑
摘要: function GetQueryString(name) { var url = document.URL; var arr = url.split('?'); if (arr.length < 2) { return ''; } url = arr[1]; //去掉最后一个#字符 if (url.lastIndexOf('#') =... 阅读全文
posted @ 2009-04-23 15:29 袁晓平 阅读(548) 评论(1) 推荐(0) 编辑
摘要: MTree.h #pragma once#include using namespace std; //节点的关键字和子节点的指针对是//p0 p1 p2 ... p(n-1) pn//k0 k1 k2 ... k(n-1)//而不是象教材里的//p0 p1 p2 ... p(n-1) pn// k1 k2 ... k(n-1) kntemplate class MTreeNode{pu... 阅读全文
posted @ 2009-03-16 13:32 袁晓平 阅读(196) 评论(0) 推荐(0) 编辑