摘要: 在AutoConcede.cs文件中找到如下代码 private List<int> _winList = new List<int> {0, 2, 4, 6, 8}; 现在的算法是,用对战局数除以10,然后得到余数。 通过余数匹配来控制胜率(需要注意的是,10,20除以10,取余数是0)。 实用配 阅读全文
posted @ 2019-11-01 21:03 ChuckLu 阅读(982) 评论(0) 推荐(0)
摘要: https://regexr.com/ (?<name>.*).\d{1,4}.\d{1,4}.\d{1,4}.?\d{0,4}? list查看筛选结果 detail里面可以看到当前行,匹配的结果,以及group的匹配结果 https://regexper.com/#%2F%5B0-9%5D%5Cs 阅读全文
posted @ 2019-11-01 13:17 ChuckLu 阅读(5003) 评论(0) 推荐(0)
摘要: Tips to write better Conditionals in JavaScript 阅读全文
posted @ 2019-11-01 12:55 ChuckLu 阅读(105) 评论(0) 推荐(0)
摘要: https://www.opentechguides.com/how-to/article/powershell/105/powershel-security-error.html Set-ExecutionPolicy Set-ExecutionPolicy -ExecutionPolicy Re 阅读全文
posted @ 2019-11-01 10:40 ChuckLu 阅读(1308) 评论(0) 推荐(0)