Zhenda's Blog

Stay hungry, stay humble, and keep shipping value.

Prompts

1 2 3 4 xxx领域有哪些重要概念? AA和BB, 有什么区别和联系? 1 2 3 4 5 设计一个公共布局组件. 定义网站整体布局 使用 Element Plus提供的响应式属性 用简单的方法实现 用户模块 即可, 但是这个方案要通用, 可扩展, 先梳理方案,随后写代码

Bible Words

Bible Words word cloud Job He said, “I came naked from my mother’s womb, and I will be naked when I leave. The LORD gave me what I had, and the LORD gave has taken it …

Python Import

python 中的 import导包方式 1 2 3 4 import xxx import xxx as xxx2 from xxx import func1, func2 from xxx import * 相对导入 绝对导入 当前目录: 命令行执行的目录 导包目录: 被执行文件的目录会默认被加入pythonpath的第一个位置 包名, …

English Stu

[toc] 学好外语的因素类似健身: 大量重复和强化, 输入(听、读)和 输出(说、写)要平衡 组织小伙伴一起学, 加入俱乐部 督促 交流 反馈与纠正 很多人害怕犯错而不敢开口,但错误是学习过程的一部分。创造宽容的练习环境能帮助突破这个障碍。 多语言学习经验:如果你学过一门外语,再学另一门会更快(迁移效应)。 英语重要性英语是国际通用语言 英语起源英语是一个 …

Crawler

爬数据流程查看 代码 请求 获取requests httpx selenium playwright 解析xml parse() xpath() lxml parse() find_all() bs4 保存其他Scrapy fiddler