摘要: 阿里云的省市区经纬度接口 借鉴别人的方式(https://blog.csdn.net/jimlong/article/details/84585057) 省 http://datavmap-public.oss-cn-hangzhou.aliyuncs.com/areas/csv/100000_pr 阅读全文
posted @ 2021-01-18 11:44 Forekoy 阅读(62) 评论(0) 推荐(0) 编辑
摘要: curl -i -X POST -d "{\"OS\":\"Window10\",\"User\":\"测试\",\"SN\":\"12345\",\"Tel\":\"4008200815\",\"Software\":\"EasyAccess\",\"Ver\":\"7.0\"}" -H "Con 阅读全文
posted @ 2020-09-15 14:01 Forekoy 阅读(1732) 评论(0) 推荐(0) 编辑
摘要: 1:下载插件 mysql-for-visualstudio https://dev.mysql.com/downloads/windows/visualstudio/ 2.下载插件 mysql-connector-net https://dev.mysql.com/downloads/connect 阅读全文
posted @ 2020-08-18 13:27 Forekoy 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1.sql 语句加上with(nolock) 例:select * from tableA with(nolock) where ... 2.EntityFramework //with(nolock) 在EF中的使用方法 using (TransactionScope ts = new Trans 阅读全文
posted @ 2018-08-22 10:25 Forekoy 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 待更 阅读全文
posted @ 2018-01-30 10:58 Forekoy 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 在浏览器输入~/Test/Index 后台代码return View(“qqq”) 浏览器里的地址还是~/Test/Index 阅读全文
posted @ 2018-01-30 10:19 Forekoy 阅读(234) 评论(0) 推荐(0) 编辑
摘要: public static void PostJsonData(Nss nss) { try { string url = Api; string postData = JsonConvert.SerializeObject(nss); //System.Runtime 序列化 byte[] dat 阅读全文
posted @ 2018-01-22 11:19 Forekoy 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1.application/x-www-form-urlencoded 浏览器的原生 form 表单 2.multipart/form-data 我们使用表单上传文件时,必须让 form 的 enctyped 等于这个值 3.application/json 消息主体是序列化后的 JSON 字符串 阅读全文
posted @ 2018-01-22 10:29 Forekoy 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 适合EXT keycode的查询 A < > 65 B < > 66 C < > 67 D < > 68 E < > 69 F < > 70 G < > 71 H < > 72 I < > 73 J < > 74 K < > 75 L < > 76 M < > 77 N < > 78 O < > 7 阅读全文
posted @ 2017-12-29 10:07 Forekoy 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 打开工具-NuGet包管理器-控制台 输入Install-Package Microsoft.Data.Services -Version 5.6.0 (此处为目标WCF版本) 阅读全文
posted @ 2017-12-14 17:36 Forekoy 阅读(125) 评论(0) 推荐(0) 编辑