04 2020 档案

摘要:public class RestClientMethod { /// <summary> /// 请求服务器地址 /// </summary> public string BaseUri; //例如: http://10.0.0.193 public RestClientMethod(string 阅读全文
posted @ 2020-04-27 16:42 Forbid404 阅读(317) 评论(0) 推荐(0)
摘要:有类: public class ImgInfo { public int fs { get; set; } public string FileName { get; set; } public string oldPricute { get; set; } } 转换: 需要添加Newtonsof 阅读全文
posted @ 2020-04-27 16:22 Forbid404 阅读(783) 评论(0) 推荐(0)
摘要:需求:如题,C#本地要调用Webservice接口,上传本地的照片到服务器中; 参考:客户端: https://blog.csdn.net/tiegenZ/article/details/79927670 服务端: https://www.cnblogs.com/zzzili/archive/201 阅读全文
posted @ 2020-04-27 16:10 Forbid404 阅读(1354) 评论(0) 推荐(0)
摘要:问题:VS中创建了WebAPI项目,如何在项目中打断点在本地调试? 解决方法: 1、在属性->Web中,添加虚拟目录: 2、打开IIS,添加对应端口的网站 3、设置应用程序池 2020.04.24 记, 有新问题后续继续补充 阅读全文
posted @ 2020-04-24 13:59 Forbid404 阅读(1088) 评论(0) 推荐(0)