只为成功找方向,不为失败找借口

每天都不能停止前进的脚步
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  01 - .NET

摘要:前言 在上篇文章主要介绍了DotNetCore项目状况,本篇文章是我们在开发自己的项目中实际使用的,比较贴合实际应用,算是对中间件的一个深入使用了,不是简单的Hello World,如果你觉得本篇文章对你有用的话,不妨点个【推荐】。 目录 中间件(Middleware)的作用 中间件的运行方式 中间 阅读全文

posted @ 2017-05-02 17:55 冰碟 阅读(325) 评论(0) 推荐(0) 编辑

摘要:问: .Net Core: Application startup exception: System.IO.FileNotFoundException: The configuration file 'appsettings.json' was not found and is not optio 阅读全文

posted @ 2017-05-02 17:13 冰碟 阅读(3985) 评论(0) 推荐(0) 编辑

摘要:Reference()和Collection() 方法 IList<Student> studList = context.Students.ToList<Student>(); Student std = studList.Where(s => s.StudentID == 1).FirstOrD 阅读全文

posted @ 2017-04-18 15:23 冰碟 阅读(169) 评论(0) 推荐(0) 编辑

摘要:1、需求 在代码中经常会遇到需要把对象复制一遍,或者把属性名相同的值复制一遍。 比如: Student s = new Student() { Age = 20, Id = 1, Name = "Emrys" }; 我们需要给新的Student赋值 Student ss = new Student 阅读全文

posted @ 2017-04-06 14:51 冰碟 阅读(373) 评论(0) 推荐(0) 编辑

摘要:.Net 序列化(去除默认命名空间,添加编码)... 阅读全文

posted @ 2013-03-29 15:50 冰碟 阅读(5660) 评论(0) 推荐(0) 编辑

摘要:“不允许对64位应用程序进行修改”的解决方法... 阅读全文

posted @ 2012-08-15 16:28 冰碟 阅读(5405) 评论(0) 推荐(0) 编辑

摘要:Devepress LayoutControl的使用... 阅读全文

posted @ 2012-06-14 16:28 冰碟 阅读(5867) 评论(1) 推荐(0) 编辑

摘要:SQL Server:SQL Like 通配符特殊用法:Escape... 阅读全文

posted @ 2012-02-06 16:10 冰碟 阅读(28803) 评论(1) 推荐(1) 编辑

摘要:IIS7虚拟目录出现HTTP错误500.19(由于权限不足而无法读取配置文件)... 阅读全文

posted @ 2011-12-15 17:52 冰碟 阅读(533) 评论(0) 推荐(0) 编辑

摘要:ADO.NET 中的表达式... 阅读全文

posted @ 2011-11-28 15:36 冰碟 阅读(311) 评论(0) 推荐(0) 编辑

摘要:SQL Server FOR XML PATH 语句的应用... 阅读全文

posted @ 2011-09-23 17:52 冰碟 阅读(303) 评论(0) 推荐(0) 编辑

摘要:检索参数信息并填充指定的 SqlCommand 对象的 Parameters 集合... 阅读全文

posted @ 2011-09-21 17:46 冰碟 阅读(222) 评论(0) 推荐(0) 编辑

摘要:判断设计时... 阅读全文

posted @ 2011-08-26 13:48 冰碟 阅读(223) 评论(0) 推荐(0) 编辑

摘要:配置管理应用程序块(Configuration Application Block)... 阅读全文

posted @ 2011-08-10 17:12 冰碟 阅读(349) 评论(0) 推荐(0) 编辑

摘要:Windows消息大全... 阅读全文

posted @ 2011-08-05 17:22 冰碟 阅读(834) 评论(0) 推荐(0) 编辑

摘要:C#通过IMessageFilter捕获鼠标消息... 阅读全文

posted @ 2011-08-05 15:36 冰碟 阅读(9815) 评论(0) 推荐(1) 编辑

摘要:C#调用API:mouse_event 模拟鼠标事件... 阅读全文

posted @ 2011-08-05 10:59 冰碟 阅读(2237) 评论(0) 推荐(0) 编辑

摘要:OLEDB的Excel的IMEX和HDR... 阅读全文

posted @ 2011-07-25 19:01 冰碟 阅读(382) 评论(1) 推荐(0) 编辑

摘要:未能找到元数据文件... 阅读全文

posted @ 2011-07-08 14:43 冰碟 阅读(790) 评论(0) 推荐(0) 编辑

摘要:Failed to access IIS metabase 阅读全文

posted @ 2011-07-05 17:05 冰碟 阅读(702) 评论(0) 推荐(0) 编辑