上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 58 下一页
  2018年10月29日
摘要: 参考文档: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 邢帅杰 阅读(1291) 评论(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 邢帅杰 阅读(1499) 评论(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 邢帅杰 阅读(2708) 评论(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 邢帅杰 阅读(435) 评论(0) 推荐(0) 编辑
  2018年9月3日
摘要: https://www.cnblogs.com/eye-like/p/8494355.html https://blog.csdn.net/u012658972/article/details/79154049/ https://www.cnblogs.com/yaoh/p/5279109.html 阅读全文
posted @ 2018-09-03 14:13 邢帅杰 阅读(260) 评论(0) 推荐(0) 编辑
  2018年8月31日
摘要: 单条件: var query = from person in people join pet in pets on person equals pet.Owner select new { OwnerName = person.FirstName, PetName = pet.Name }; 多条 阅读全文
posted @ 2018-08-31 15:29 邢帅杰 阅读(223) 评论(0) 推荐(0) 编辑
  2018年8月21日
摘要: 检测是否具有TLS1.2:www.ssllabs.com 实验过的办法: https://www.cnblogs.com/wqcheng/p/6618070.html http://www.ocbc.com.cn/business-banking/cn/e-banking/faq-system-re 阅读全文
posted @ 2018-08-21 18:11 邢帅杰 阅读(2764) 评论(0) 推荐(1) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 58 下一页