摘要: http://www.cnblogs.com/prince3245/archive/2010/03/23/1692630.htmlC#版本 #region 密钥 private static string key = "abcd1234"; ... 阅读全文
posted @ 2012-04-23 16:03 扯 阅读(4920) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 写入CSV文件 /// </summary> /// <param name="path">文件路径</param> /// <param name="dt">数据源</param> private void writeCsv(string path, DataTable dt... 阅读全文
posted @ 2012-04-23 16:00 扯 阅读(690) 评论(0) 推荐(0) 编辑
摘要: [WebInvoke(UriTemplate = "Qry?msg={xml}", Method = "POST")] public Stream SearchQry(string xml, Stream request) { WebOperationContext.Current.OutgoingResponse.ContentT... 阅读全文
posted @ 2012-04-23 15:46 扯 阅读(953) 评论(0) 推荐(0) 编辑