09 2016 档案
摘要:http://www.cnblogs.com/zhaopei/p/5721789.html#autoid-2-0
阅读全文
摘要:安装 通过NuGet获取XUnit的类库 源码 https://github.com/xunit/xunit 介绍 xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework
阅读全文
摘要:http://www.c-sharpcorner.com/UploadFile/84c85b/nunit-with-C-Sharp/ 获取NUnit 1.下载安装包 从github上下载安装包 NUnit.3.4.1.msi https://github.com/nunit/nunit/releas
阅读全文
摘要:http://stackoverflow.com/questions/18506088/entityframework-not-updating-column-with-default-value Yes, you can't do this. You have to set the default
阅读全文
摘要: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
阅读全文
摘要:http://stackoverflow.com/questions/7795300/validation-failed-for-one-or-more-entities-see-entityvalidationerrors-propert 捕获异常之后,判断是否为DbEntityValidatio
阅读全文
摘要:http://stackoverflow.com/questions/9415955/c-sharp-working-with-entity-framework-in-a-multi-threaded-server https://blogs.msdn.microsoft.com/alexj/200
阅读全文
摘要:http://stackoverflow.com/questions/8519936/sqlite-autoincrement-primary-key-questions I'm not sure whether you're actually using SQLite according to t
阅读全文
摘要: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
阅读全文
摘要:首先要安装好,所需要的类库,通过NuGet来处理 http://stackoverflow.com/questions/28507904/vs-2015-sqlite-data-provider 安装这个http://system.data.sqlite.org/downloads 下载最新版 sq
阅读全文
摘要:折线图和柱状图,在同一个图表中拆分显示 一个图,设置主坐标轴 另外一个图,设置次坐标轴 拆分,通过调整纵坐标的最小值和最大值来实现 关于图表的标题,选中图表,选择布局,然后图表标题
阅读全文
摘要:https://www.nuget.org/packages/System.Data.SQLite/ 直接在Package Manager Console中执行命令,会自动安装依赖项的 Install-Package System.Data.SQLite 安装完成之后,一共安装4个dll Attem
阅读全文
摘要:http://www.sqlite.org/datatype3.html http://stackoverflow.com/questions/7337882/what-is-the-difference-between-sqlite-integer-data-types-like-int-inte
阅读全文
摘要: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
阅读全文
摘要:C:\Users\Administrator>chocoChocolatey v0.10.0 C:\Users\Administrator>choco --version0.10.0 C:\Users\Administrator>choco install nuget.commandline -pr
阅读全文
摘要:https://support.microsoft.com/en-us/kb/971058 Download and run the Windows Update Troubleshooter for Windows 8.1, Windows 8, and Windows 7. 这个工具下载之后,是
阅读全文
摘要:https://www.microsoft.com/en-hk/download/details.aspx?id=40855 文件太多了,按照这个http://stackoverflow.com/questions/19902239/how-to-upgrade-powershell-version
阅读全文
摘要:https://technet.microsoft.com/en-us/library/hh847748.aspx?f=255&MSPPError=-2147217396 在powershell中执行命令 Get-ExecutionPolicy -List 此命令也可以使用tab键进行辅助 Scop
阅读全文
摘要:1.1查看PowerShell的版本 1.1.1 PSVersionTable PS C:\Users\clu> $PSVersionTable Name Va
阅读全文
摘要:旧版本 https://chocolatey.org/install To install chocolatey now, open an administrative command prompt and paste the text from the box below that applies
阅读全文
摘要:https://docs.nuget.org/consume/command-line-reference Installing The NuGet command line may be installed onto a machine in a few possible ways. 第一步:下载
阅读全文
摘要:https://git-scm.com/docs/git -C <path> Run as if git was started in <path> instead of the current working directory. When multiple -C options are give
阅读全文
摘要:说明 https://docs.microsoft.com/en-us/cpp/ide/common-macros-for-build-commands-and-properties?view=vs-2017 $(ProjectDir) The directory of the project (d
阅读全文
摘要:https://github.com/HearthSim/Hearthstone-Deck-Tracker https://github.com/HearthSim/HearthDb https://github.com/HearthSim/HearthMirror 很久没有看源代码,发现作者的解决
阅读全文