随笔分类 -  C#

摘要:使用前先用json字符串转换出实体类 Root r = new Root(); r.lang = "zh-CN"; r.payload = new Payload(); r.payload.parm = new Params(); r.payload.parm.appKey = "--"; r.pa 阅读全文
posted @ 2020-04-30 09:19 东京花语 阅读(1147) 评论(0) 推荐(0)
摘要:WebClient client = new WebClient(); byte[] buffer = client.DownloadData("http:// "); string res = System.Text.ASCIIEncoding.ASCII.GetString(buffer); 阅读全文
posted @ 2020-04-29 08:54 东京花语 阅读(831) 评论(0) 推荐(0)
摘要:参考:https://blog.csdn.net/chengmodelong/article/details/24521295 阅读全文
posted @ 2020-04-28 14:09 东京花语 阅读(1628) 评论(0) 推荐(0)
摘要:private const uint SDC_APPLY = 0x00000080; private const uint SDC_TOPOLOGY_INTERNAL = 0x00000001; private const uint SDC_TOPOLOGY_CLONE = 0x00000002; 阅读全文
posted @ 2020-04-27 09:48 东京花语 阅读(993) 评论(0) 推荐(0)