上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 60 下一页
  2018年10月31日
摘要: 代码 /// <summary> /// 上传图片到第三方服务器 /// </summary> /// <param name="filePath"></param> /// <param name="picNo"></param> /// <returns></returns> public st 阅读全文
posted @ 2018-10-31 18:02 邢帅杰 阅读(922) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2018-10-31 17:59 邢帅杰 阅读(606) 评论(0) 推荐(0) 编辑
  2018年10月29日
摘要: 参考文档:https://www.cnblogs.com/xcsn/p/7910890.html 步骤1:Nuget安装Swashbuckle到*.WebApi项目 步骤2:在*.WebApi》App_Start》SwaggerConfig.cs中,把多余的注释删掉,只保留用到的。 步骤3:*.Ap 阅读全文
posted @ 2018-10-29 15:06 邢帅杰 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 参考文档:https://github.com/ABPFrameWorkGroup/AbpDocument2Chinese/blob/master/Markdown/Abp/9.4ABP%E5%9F%BA%E7%A1%80%E8%AE%BE%E6%96%BD%E5%B1%82-%E9%9B%86%E 阅读全文
posted @ 2018-10-29 12:09 邢帅杰 阅读(1295) 评论(0) 推荐(0) 编辑
  2018年10月17日
摘要: 代码 阅读全文
posted @ 2018-10-17 12:48 邢帅杰 阅读(1319) 评论(0) 推荐(0) 编辑
  2018年10月10日
摘要: $.ajax({url:"xxx",async:true,dataType:"json",contentType:"application/json",data:{},beforeSend: function (XMLHttpRequest) {XMLHttpRequest.setRequestHe 阅读全文
posted @ 2018-10-10 17:56 邢帅杰 阅读(2261) 评论(0) 推荐(1) 编辑
  2018年9月22日
摘要: 原因:原先项目中没有webapi,后来添加的。 然后就没法正常访问,百度了下发现是 App_Start/WebApiConfig.cs中路由配置多了个api 而且没有加{action}, 然后修改成:routeTemplate: "{controller}/{action}/{id}",仍然没法访问 阅读全文
posted @ 2018-09-22 20:32 邢帅杰 阅读(1515) 评论(0) 推荐(0) 编辑
  2018年9月15日
摘要: 修改my.ini,在[mysqld]下加上default-storage-engine=INNODB 其中红色字体部分是要指定的引擎名称。用sql语句修改已经建成表的引擎:alter table tableName type=InnoDB https://blog.csdn.net/shendegu 阅读全文
posted @ 2018-09-15 22:06 邢帅杰 阅读(2709) 评论(0) 推荐(0) 编辑
  2018年9月6日
摘要: NuGet学习笔记(1)——初识NuGet及快速安装使用 https://kb.cnblogs.com/page/143190/ NuGet学习笔记(2)——使用图形化界面打包自己的类库 https://kb.cnblogs.com/page/143191/ NuGet学习笔记(3)——搭建属于自己 阅读全文
posted @ 2018-09-06 10:41 邢帅杰 阅读(517) 评论(0) 推荐(1) 编辑
  2018年9月5日
摘要: SourceTree克隆项目到本地的时候报错:warning: templates not found C:\Program Files\Git\share\git-core\templates 原因是SourceTree读取git配置的时候没有找到正确的templates目录 解决办法:找到git 阅读全文
posted @ 2018-09-05 10:44 邢帅杰 阅读(473) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 60 下一页