11 2019 档案
摘要:11 Useful Javascript utility libraries to speed your development.
阅读全文
摘要:The Five Qualities You Need in a Partner Things I Never Considered Before Getting Married (But Should Have) Couples may be brought together by common
阅读全文
摘要:How To Wake Up at 5 A.M. Every Day For the past 3 months, I’ve successfully transitioned into being an early bird. I go to sleep at 9 p.m. on average
阅读全文
摘要:It’s Not Enough to Be Right—You Also Have to Be Kind
阅读全文
摘要:https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html Let’s get started by building a simple web application with TypeScript. Inst
阅读全文
摘要:Webpack — What is it and is it better than Gulp? Webpack vs Gulp OK, now that we know what Webpack is, how can we actually compare it to Gulp? First,
阅读全文
摘要:Understanding FiddlerScript FiddlerScript is one of the most powerful features in Fiddler; it allows you to enhance Fiddler's UI, add new features, an
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:https://segmentfault.com/q/1010000000251484 我的观点:这么设计的目的并不能方便随时修改业务逻辑,只是方便熟悉存储过程的开发人员,能够随时修改业务逻辑。对于后续的业务逻辑越趋于复杂,修改就越困难,存储过程中的重复代码就越多;重复代码越多,系统的坏味道就越散发
阅读全文
摘要:在AutoConcede.cs文件中找到如下代码 private List<int> _winList = new List<int> {0, 2, 4, 6, 8}; 现在的算法是,用对战局数除以10,然后得到余数。 通过余数匹配来控制胜率(需要注意的是,10,20除以10,取余数是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
阅读全文
摘要:Tips to write better Conditionals in JavaScript
阅读全文
摘要:https://www.opentechguides.com/how-to/article/powershell/105/powershel-security-error.html Set-ExecutionPolicy Set-ExecutionPolicy -ExecutionPolicy Re
阅读全文