上一页 1 ··· 323 324 325 326 327 328 329 330 331 ··· 400 下一页
摘要: https://blog.jooq.org/2014/11/11/have-you-ever-wondered-about-the-difference-between-not-null-and-default/ When writing DDL in SQL, you can specify a 阅读全文
posted @ 2016-09-27 15:39 ChuckLu 阅读(369) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/7795300/validation-failed-for-one-or-more-entities-see-entityvalidationerrors-propert 捕获异常之后,判断是否为DbEntityValidatio 阅读全文
posted @ 2016-09-27 14:18 ChuckLu 阅读(744) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/9415955/c-sharp-working-with-entity-framework-in-a-multi-threaded-server https://blogs.msdn.microsoft.com/alexj/200 阅读全文
posted @ 2016-09-26 11:10 ChuckLu 阅读(546) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/8519936/sqlite-autoincrement-primary-key-questions I'm not sure whether you're actually using SQLite according to t 阅读全文
posted @ 2016-09-23 14:14 ChuckLu 阅读(2793) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/cc716697.aspx In the Model Browser, right-click the .edmx file and select Update Model from Database. The Upd 阅读全文
posted @ 2016-09-23 10:44 ChuckLu 阅读(262) 评论(0) 推荐(0)
摘要: 首先要安装好,所需要的类库,通过NuGet来处理 http://stackoverflow.com/questions/28507904/vs-2015-sqlite-data-provider 安装这个http://system.data.sqlite.org/downloads 下载最新版 sq 阅读全文
posted @ 2016-09-22 14:56 ChuckLu 阅读(681) 评论(0) 推荐(0)
摘要: 折线图和柱状图,在同一个图表中拆分显示 一个图,设置主坐标轴 另外一个图,设置次坐标轴 拆分,通过调整纵坐标的最小值和最大值来实现 关于图表的标题,选中图表,选择布局,然后图表标题 阅读全文
posted @ 2016-09-22 13:31 ChuckLu 阅读(1017) 评论(0) 推荐(0)
摘要: https://www.nuget.org/packages/System.Data.SQLite/ 直接在Package Manager Console中执行命令,会自动安装依赖项的 Install-Package System.Data.SQLite 安装完成之后,一共安装4个dll Attem 阅读全文
posted @ 2016-09-22 11:02 ChuckLu 阅读(2041) 评论(1) 推荐(1)
摘要: http://www.sqlite.org/datatype3.html http://stackoverflow.com/questions/7337882/what-is-the-difference-between-sqlite-integer-data-types-like-int-inte 阅读全文
posted @ 2016-09-21 10:41 ChuckLu 阅读(196) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/5730412/error-when-running-the-nuget-exe-command Ok, so this turned out to be a really weird error which I still do 阅读全文
posted @ 2016-09-07 11:09 ChuckLu 阅读(812) 评论(0) 推荐(0)
上一页 1 ··· 323 324 325 326 327 328 329 330 331 ··· 400 下一页