2008年1月11日

通过http Post XML文件的接口 (System.Web.IHttpHandler)

摘要: //httppost.cs 文件内容(放入App_code里面) public class httppost : System.Web.IHttpHandler { private string mobile;//手机号 private string amount;//交易金额 private string user;//用户 private string ord... 阅读全文

posted @ 2008-01-11 13:32 online 阅读(3262) 评论(0) 推荐(0) 编辑

HTTP Post方法

摘要: private bool Send(string postXML) { byte[] buffer = System.Text.Encoding.Unicode.GetBytes(postXML); System.Net.HttpWebRequest req = (HttpWebRequest)WebRequest.Create(SendUrl); ... 阅读全文

posted @ 2008-01-11 13:03 online 阅读(2741) 评论(1) 推荐(0) 编辑

Oracle 帮助

摘要: 阅读全文

posted @ 2008-01-11 12:56 online 阅读(129) 评论(0) 推荐(0) 编辑

导航