上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: git pull 出现 fatal: Authentication failed for 'http://git... git config --system --unset credential.helper error: could not lock config file C:/Program 阅读全文
posted @ 2020-08-20 00:09 竹林听雨行 阅读(755) 评论(0) 推荐(0)
摘要: https://www.entityframeworktutorial.net/code-first/migration-in-code-first.aspx 阅读全文
posted @ 2020-08-15 17:46 竹林听雨行 阅读(64) 评论(0) 推荐(0)
摘要: 国外.net资源学习网站 名称:快速入门地址 http://chs.gotdotnet.com/quickstart/ 描述:本站点是微软.NET技术的快速入门网站,我们不必再安装.NET Framework中的快速入门示例程序,直接在网上查看此示例即看。 ********************* 阅读全文
posted @ 2020-08-15 17:14 竹林听雨行 阅读(408) 评论(0) 推荐(0)
摘要: We have seen that Code-First creates a database automatically in the Simple Code First Example section. Here, we will learn how EF decides the databas 阅读全文
posted @ 2020-08-15 16:42 竹林听雨行 阅读(100) 评论(0) 推荐(0)
摘要: https://www.entityframeworktutorial.net/code-first/configure-one-to-many-relationship-in-code-first.aspx#conventions-for-one-to-many-ef6 The following 阅读全文
posted @ 2020-08-15 16:29 竹林听雨行 阅读(798) 评论(0) 推荐(0)
摘要: 在做微信网页开发的过程中使用了微信的JS-SDK,但是微信的JS-SDK需要在白名单的ip或者域名下调用才可以使用,在开发过程中我们可以使用fiddler将线上地址映射到本地的服务,从而达到访问线上地址(白名单中的地址)实际走到我们本地代码的服务上来完成开发 一、设置fiddler 打开fiddle 阅读全文
posted @ 2020-08-14 17:49 竹林听雨行 阅读(1480) 评论(0) 推荐(0)
摘要: C#异步编程 Task await的理解 阅读全文
posted @ 2020-08-02 22:25 竹林听雨行 阅读(147) 评论(0) 推荐(0)
摘要: ASP.NET MVC 表单提交多层子级实体集合数据到控制器中 导航属性 类型设置为ICollection 时 public virtual ICollection<DepartmentDetail> DepartmentDetails { get; set; } @for (var i = 0; 阅读全文
posted @ 2020-07-30 00:58 竹林听雨行 阅读(158) 评论(0) 推荐(0)
摘要: github请求HTTP 401 curl 22错误 github请求HTTP 401 curl 22错误本原文链接:github请求HTTP 401 curl 22错误http://licocom.com/archives/805 问题:git同步的时候出现报错信息如下 fatal: the re 阅读全文
posted @ 2020-07-30 00:53 竹林听雨行 阅读(1420) 评论(0) 推荐(0)
摘要: ASP.NET MVC@model多个对象 元组Tuple https://www.cnblogs.com/tcjiaan/p/4807812.html 阅读全文
posted @ 2020-07-28 22:04 竹林听雨行 阅读(380) 评论(0) 推荐(0)
摘要: Asp.Net Mvc表单提交之List集合 阅读全文
posted @ 2020-07-28 21:50 竹林听雨行 阅读(214) 评论(0) 推荐(0)
摘要: Asp.net MVC中提交集合对象,实现Model绑定 阅读全文
posted @ 2020-07-28 21:47 竹林听雨行 阅读(152) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-26 23:02 竹林听雨行 阅读(106) 评论(0) 推荐(0)
摘要: 用sqlsever追踪最后的sql语句。 返回IQueryable<T>类型, 里面封装的就是生成的SQL脚本,设置断点queryable = DataContext.Set<T>().Where<T>(whereLambda).AsQueryable(); queryable 右键快速监视, 或者 阅读全文
posted @ 2020-07-26 22:35 竹林听雨行 阅读(1596) 评论(0) 推荐(0)
摘要: 1、无参数查询 var model = db.Database.SqlQuery<UserInfo>("select* from UserInfoes ").ToList(); 2、有参查询 var model = db.Database.SqlQuery<UserInfo>("select* fr 阅读全文
posted @ 2020-07-26 22:31 竹林听雨行 阅读(421) 评论(0) 推荐(1)
上一页 1 ··· 8 9 10 11 12 13 14 下一页