2012年7月27日

转半角的函数

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Dtsc.WorkFlow 7 { 8 public class StringHelper 9 {10 /**/11 /// <summary>12 /// 转半角的函数(DBC case)13 /// </summary>14 /// <param name="input">任意字... 阅读全文

posted @ 2012-07-27 11:23 蔡成 阅读(132) 评论(0) 推荐(0) 编辑

json序列化和发序列化

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.Serialization.Json; 6 using System.IO; 7 8 namespace Dtsc.WorkFlow 9 {10 public class JsonHelper11 {12 public static object GetObjectListByJsonText(Type t,string jso... 阅读全文

posted @ 2012-07-27 11:14 蔡成 阅读(175) 评论(0) 推荐(0) 编辑

常使用的webserver地址

摘要: 快递查询接口http://webservice.36wu.com/ExpressService.asmxip查询接口http://webservice.36wu.com/ipService.asmx天气预报接口http://webservice.36wu.com/weatherService.asmx身份证查询接口http://webservice.36wu.com/IdCardService.asmx手机归属地接口http://webservice.36wu.com/MobilePhoneService.asmx翻译接口http://webservice.36wu.com/Translati 阅读全文

posted @ 2012-07-27 10:36 蔡成 阅读(699) 评论(1) 推荐(2) 编辑

导航