ZhangZhihui's Blog  
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 102 下一页

2024年9月1日

摘要: Web application basics The first thing we need is a handler. If you’ve previously built web applications using a MVC pattern, you can think of handler 阅读全文
posted @ 2024-09-01 18:58 ZhangZhihuiAAA 阅读(23) 评论(0) 推荐(0)

2024年8月30日

摘要: Install Tableplus (https://tableplus.com/blog/2019/10/tableplus-linux-installation.html): Ubuntu 24.04 X86_64 # Add TablePlus gpg key wget -qO - https 阅读全文
posted @ 2024-08-30 13:38 ZhangZhihuiAAA 阅读(158) 评论(0) 推荐(0)

2024年8月29日

摘要: Add below line in the head part: <link rel="shortcut icon" href="#"> 阅读全文
posted @ 2024-08-29 17:12 ZhangZhihuiAAA 阅读(12) 评论(0) 推荐(0)

2024年8月27日

摘要: These are common programming practices that, while not necessarily wrong, often lead to less efficient, less readable, and less maintainable code. By 阅读全文
posted @ 2024-08-27 10:25 ZhangZhihuiAAA 阅读(45) 评论(0) 推荐(0)

2024年8月26日

摘要: • The Mock Object pattern The Mock Object pattern provides three features: 1.Isolation: Mocks isolate the unit of code being tested, ensuring that tes 阅读全文
posted @ 2024-08-26 21:03 ZhangZhihuiAAA 阅读(16) 评论(0) 推荐(0)
 
摘要: Settings --> Editor --> Parameter Hints: 阅读全文
posted @ 2024-08-26 16:22 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)
 
摘要: Technical requirements • Install Flask and Flask-Limiter, using python -m pip install flask flask-limiter• Install PyBreaker, using python -m pip inst 阅读全文
posted @ 2024-08-26 15:40 ZhangZhihuiAAA 阅读(37) 评论(0) 推荐(0)

2024年8月24日

摘要: Performance patterns address common bottlenecks and optimization challenges, providing developers with proven methodologies to improve execution time, 阅读全文
posted @ 2024-08-24 09:50 ZhangZhihuiAAA 阅读(18) 评论(0) 推荐(0)

2024年8月23日

摘要: Concurrency allows your program to manage multiple operations simultaneously, leveraging the full power of modern processors. It’s akin to a chef prep 阅读全文
posted @ 2024-08-23 17:19 ZhangZhihuiAAA 阅读(40) 评论(0) 推荐(0)

2024年8月20日

摘要: Architectural design patterns provide a template for solving common architectural problems, facilitating the development of scalable, maintainable, an 阅读全文
posted @ 2024-08-20 20:30 ZhangZhihuiAAA 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 102 下一页