posts - 609,  comments - 13,  views - 64万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
09 2018 档案
mvc中webapi添加后没法访问 解决办法
摘要:原因:原先项目中没有webapi,后来添加的。 然后就没法正常访问,百度了下发现是 App_Start/WebApiConfig.cs中路由配置多了个api 而且没有加{action}, 然后修改成:routeTemplate: "{controller}/{action}/{id}",仍然没法访问 阅读全文
posted @ 2018-09-22 20:32 邢帅杰 阅读(1523) 评论(0) 推荐(0) 编辑
mysql修改表引擎Engine
摘要:修改my.ini,在[mysqld]下加上default-storage-engine=INNODB 其中红色字体部分是要指定的引擎名称。用sql语句修改已经建成表的引擎:alter table tableName type=InnoDB https://blog.csdn.net/shendegu 阅读全文
posted @ 2018-09-15 22:06 邢帅杰 阅读(2710) 评论(0) 推荐(0) 编辑
NuGet打包,IIS自动发布
摘要: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 邢帅杰 阅读(519) 评论(0) 推荐(1) 编辑
解决Windows版Git出现templates not found的问题
摘要:SourceTree克隆项目到本地的时候报错:warning: templates not found C:\Program Files\Git\share\git-core\templates 原因是SourceTree读取git配置的时候没有找到正确的templates目录 解决办法:找到git 阅读全文
posted @ 2018-09-05 10:44 邢帅杰 阅读(492) 评论(0) 推荐(0) 编辑
vs2017连接mysql以及问题汇总
摘要: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 邢帅杰 阅读(265) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示