Loading

上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: JadeChang https://channel9.msdn.com/Niners/JadeChang 繁体中文视频 2016 Nano Server / Docker / Containers 打造輕量化系統平台视频 https://channel9.msdn.com/Series/Micros 阅读全文
posted @ 2017-04-25 10:29 shihao316558512 阅读(139) 评论(0) 推荐(0)
摘要: David Dong 微软mvp https://www.​facebook.com/​DotNet​Walker http://s​tudyhost.​blogspot.tw/ https://channel9.msdn.com/Niners/isdaviddong 繁体中文视频 Visual S 阅读全文
posted @ 2017-04-25 10:13 shihao316558512 阅读(977) 评论(0) 推荐(0)
摘要: 背景 昨天一个旧的项目(.net framework 4 + EF4 +sqlite + edmx db first),数据库结构有变更,要更新实体edmx模型 先是到官网下载最新的驱动,结果不能更新edmx http://system.data.sqlite.org/index.html/doc/ 阅读全文
posted @ 2017-04-22 18:37 shihao316558512 阅读(215) 评论(0) 推荐(0)
摘要: .net framework 4以上,可以使用Microsoft.AspNet.Web.Optimization 新建4.0项目 Nuget搜索optimization,安装第一个包 加入BundleConfig.cs。注意:启动捆绑,否则没有效果(代码见底部样例) 新增global 页面调用 结果 阅读全文
posted @ 2017-04-17 15:50 shihao316558512 阅读(606) 评论(0) 推荐(0)
摘要: 想法 到中午了,要订餐 公司小组QQ群,加入外卖bot,每个人点完东西,支付,统一配送 阅读全文
posted @ 2017-04-15 18:13 shihao316558512 阅读(99) 评论(0) 推荐(0)
摘要: 下载安装docker docker客户端,今天vpn小水管实在是受不了,于是找了国内的下载地址 配置docker加速器 参考博文Docker for windows10 配置阿里云镜像 docker入门 docker入门文档参考 .NET Core + docker 快速上手 详细文档 阅读全文
posted @ 2017-03-25 19:26 shihao316558512 阅读(136) 评论(0) 推荐(0)
摘要: https://channel9.msdn.com/ https://mva.microsoft.com/ 阅读全文
posted @ 2017-03-18 14:32 shihao316558512 阅读(197) 评论(0) 推荐(0)
摘要: 文字说明 值类型,存储于堆栈,存在于计算机内存逻辑区域中 引用类型,存储在堆中,位于计算机的不同逻辑位置 struct是值类型 推荐较小的数据类型使用,因为结构的大小会影响应用程序的性能 修改实际上是修改结构的副本,所有存储在结构中的数据类型都将被传递到堆栈 class是引用类型 只传递内存地址 修 阅读全文
posted @ 2017-03-18 12:38 shihao316558512 阅读(141) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-03-18 12:18 shihao316558512 阅读(129) 评论(0) 推荐(0)
摘要: string是String的别名,功能没什么区别。但是具体代码约束如下 阅读全文
posted @ 2017-03-18 12:16 shihao316558512 阅读(111) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页