上一页 1 ··· 309 310 311 312 313 314 315 316 317 ··· 389 下一页
摘要: 打开项目的时候,提示缺少sdk 在C:\Program Files\dotnet\sdk找不到对应的版本 解决方法: https://github.com/aspnet/Tooling/blob/master/known-issues.md#missing-sdk 在这个链接中下载对应的sdk版本, 阅读全文
posted @ 2016-10-28 10:02 ChuckLu 阅读(334) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/228532/difference-between-char-isdigit-and-char-isnumber-in-c-sharp Char.IsDigit() is a subset of Char.IsNumber(). 阅读全文
posted @ 2016-10-27 11:00 ChuckLu 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 版本控制 Git for Windows 要把git集成到cmd的环境中去,否则https://github.com/HearthSim/Hearthstone-Deck-Tracker/blob/master/bootstrap.bat无法运行 TortoiseGit posh-git https 阅读全文
posted @ 2016-10-25 10:05 ChuckLu 阅读(429) 评论(0) 推荐(0) 编辑
摘要: Tables Create Tables https://docs.microsoft.com/en-us/sql/relational-databases/tables/create-tables-database-engine https://docs.microsoft.com/en-us/s 阅读全文
posted @ 2016-10-24 11:19 ChuckLu 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 数据表说明 RowId作为主键, 用projectid,sensorid,filename三个字段作为记录是否重复的判断 (projectid和sensorid,可以定位到id,所以也可以用id和filename作为记录是否重复的判断) 1.筛选全部数据 显示有1854条数据 2.分组筛选,过滤掉重 阅读全文
posted @ 2016-10-21 11:13 ChuckLu 阅读(3956) 评论(0) 推荐(0) 编辑
摘要: 2016-10-20 10:19:46,667 [12] ERROR ClientApp.FormDownload - ErrorSystem.InvalidOperationException: The property 'RowId' is part of the object's key in 阅读全文
posted @ 2016-10-21 10:42 ChuckLu 阅读(2177) 评论(0) 推荐(0) 编辑
摘要: https://github.com/gurnec/HashCheck 阅读全文
posted @ 2016-10-21 10:18 ChuckLu 阅读(498) 评论(0) 推荐(0) 编辑
摘要: Microsoft (R) File Checksum Integrity Verifier V2.05 README file 1.What is File Checksum Integrity Verifier (FCIV)?2.Features.3.Syntax.4.Database stor 阅读全文
posted @ 2016-10-21 09:40 ChuckLu 阅读(1455) 评论(0) 推荐(0) 编辑
摘要: 1.筛选重复的记录 http://stackoverflow.com/questions/8190541/deleting-duplicate-rows-from-sqlite-database select s.*,t.[count]from filelist as sinner join (se 阅读全文
posted @ 2016-10-20 11:26 ChuckLu 阅读(485) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/ms229627.aspx Margin and Padding Precise placement of controls on your form is a high priority for many appli 阅读全文
posted @ 2016-10-18 10:17 ChuckLu 阅读(453) 评论(0) 推荐(0) 编辑
上一页 1 ··· 309 310 311 312 313 314 315 316 317 ··· 389 下一页