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] 英语重要性英语是国际通用语言 英语起源英语是一个混合语言,吸收了来自不同语言的词汇: 法语(如parliament、restaurant) 拉丁语(如phenomenon、psychology) 希腊语(如physics、symphony) 拼写词根词缀法单词 = 词根 + 词缀 词根(Root):单词的核心意义部分,通常来自拉丁语或希腊语。常见 …

Ai Tool

[toc] cuda 1 nvcc -V 1 2 3 4 5 nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Tue_Mar__8_18:36:24_Pacific_Standard_Time_2022 Cuda …