好久没更新arts了,这次内容有点多。
1.Algorithm
复习了前几个月做的算法题,我觉得一道题要做至少2遍,并且要看熟,才会对这道题背后的思想有感觉。
https://blog.csdn.net/tassardge/article/details/82052007
https://blog.csdn.net/tassardge/article/details/82318946
https://blog.csdn.net/tassardge/article/details/82346796
https://blog.csdn.net/tassardge/article/details/82724670
https://blog.csdn.net/tassardge/article/details/82724691
https://blog.csdn.net/tassardge/article/details/82813964
2.Review
最近读了两篇关于正则表达式的文章 lookaround 断言
https://www.rexegg.com/regex-humor.html#meaning-of-life
https://www.rexegg.com/regex-lookarounds.html
3.Technique
1)找到一个xml特殊字符在线处理的网页 xml escape/unescape
https://blog.csdn.net/tassardge/article/details/88744979
2)sql server的pivot用法:就是把表格行列转置
https://docs.microsoft.com/en-us/sql/t-sql/queries/from-using-pivot-and-unpivot?view=sql-server-2017
4.Sharing
1)最近做的c++跨平台移植的总结,尚需完善。
https://blog.csdn.net/tassardge/article/details/88785321
2)我觉得表达能力对于大龄码农很重要。资深的码农要能够传授自己的技术,或者能够清楚地表达自己的架构思想,或者在讨论甚至辩论中捍卫自己的观点。这也是资深码农区别于年轻码农的软实力。
3)写了一篇关于正则表达式的趣闻
https://github.com/coolshellx/articles/blob/master/01-Meaning.Of.Life.md