摘要: 我的空间我做主,有问题请留言! 点击复制上面内容 ... 阅读全文
posted @ 2013-04-08 17:01 深南大道 阅读(135) 评论(0) 推荐(0)
摘要: string strxml = "121122111222"; DataSet ds = new DataSet(); Stream stream = new MemoryStream(Encoding.Default.GetBytes... 阅读全文
posted @ 2013-04-08 15:12 深南大道 阅读(268) 评论(0) 推荐(0)
摘要: /// /// POST提交XML文件获取返回数据 /// /// 网址 /// XML数据 /// private string PostXml(string url, string strPost) { string re... 阅读全文
posted @ 2013-04-08 15:03 深南大道 阅读(963) 评论(0) 推荐(0)