11 2019 档案

摘要:11 Useful Javascript utility libraries to speed your development. 阅读全文
posted @ 2019-11-20 09:57 ChuckLu 阅读(137) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-11-20 09:33 ChuckLu 阅读(252) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-11-13 13:32 ChuckLu 阅读(215) 评论(0) 推荐(0) 编辑
摘要:It’s Not Enough to Be Right—You Also Have to Be Kind 阅读全文
posted @ 2019-11-13 13:32 ChuckLu 阅读(177) 评论(0) 推荐(0) 编辑
摘要:https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html Let’s get started by building a simple web application with TypeScript. Inst 阅读全文
posted @ 2019-11-13 13:16 ChuckLu 阅读(173) 评论(0) 推荐(0) 编辑
摘要: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, 阅读全文
posted @ 2019-11-13 10:50 ChuckLu 阅读(207) 评论(0) 推荐(0) 编辑
摘要:Understanding FiddlerScript FiddlerScript is one of the most powerful features in Fiddler; it allows you to enhance Fiddler's UI, add new features, an 阅读全文
posted @ 2019-11-06 11:31 ChuckLu 阅读(320) 评论(0) 推荐(0) 编辑
摘要: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 阅读(183) 评论(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 阅读(154) 评论(0) 推荐(0) 编辑
摘要:https://segmentfault.com/q/1010000000251484 我的观点:这么设计的目的并不能方便随时修改业务逻辑,只是方便熟悉存储过程的开发人员,能够随时修改业务逻辑。对于后续的业务逻辑越趋于复杂,修改就越困难,存储过程中的重复代码就越多;重复代码越多,系统的坏味道就越散发 阅读全文
posted @ 2019-11-02 10:10 ChuckLu 阅读(1691) 评论(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 阅读(967) 评论(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 阅读(4981) 评论(0) 推荐(0) 编辑
摘要:Tips to write better Conditionals in JavaScript 阅读全文
posted @ 2019-11-01 12:55 ChuckLu 阅读(97) 评论(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 阅读(1274) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示