上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 401 下一页
摘要: DATEADD (Transact-SQL) This function adds a specified number value (as a signed integer) to a specified datepart of an input date value, and then retu 阅读全文
posted @ 2019-11-02 14:55 ChuckLu 阅读(199) 评论(0) 推荐(0)
摘要: how does SELECT TOP works when no order by is specified? There is no guarantee which two rows you get. It will just be the first two retrieved from th 阅读全文
posted @ 2019-11-02 11:11 ChuckLu 阅读(172) 评论(0) 推荐(0)
摘要: https://segmentfault.com/q/1010000000251484 我的观点:这么设计的目的并不能方便随时修改业务逻辑,只是方便熟悉存储过程的开发人员,能够随时修改业务逻辑。对于后续的业务逻辑越趋于复杂,修改就越困难,存储过程中的重复代码就越多;重复代码越多,系统的坏味道就越散发 阅读全文
posted @ 2019-11-02 10:10 ChuckLu 阅读(1741) 评论(0) 推荐(0)
摘要: 在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 阅读(993) 评论(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 阅读(5026) 评论(0) 推荐(0)
摘要: Tips to write better Conditionals in JavaScript 阅读全文
posted @ 2019-11-01 12:55 ChuckLu 阅读(109) 评论(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 阅读(1327) 评论(0) 推荐(0)
摘要: Cannot capture jmeter traffic in fiddler First, change Fiddler's port back to 8888 as it was originally. Next, change JMeter's proxy settings to point 阅读全文
posted @ 2019-10-31 10:23 ChuckLu 阅读(220) 评论(0) 推荐(0)
摘要: JMETER + POST + anti-forgery token Looking into XSRF/CSRF Prevention in ASP.NET MVC and Web Pages it appears that you're either sending an incorrect _ 阅读全文
posted @ 2019-10-31 10:21 ChuckLu 阅读(491) 评论(0) 推荐(0)
摘要: <input type="color"> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color JavaScript First, there's some setup. Here we establish som 阅读全文
posted @ 2019-10-31 10:13 ChuckLu 阅读(406) 评论(0) 推荐(0)
上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 401 下一页