Zhenda's Blog

Stay hungry, stay humble, and keep shipping value.

Programming Paradigm

编程范式https://www.freecodecamp.org/chinese/news/an-introduction-to-programming-paradigms/ 面向过程 c unix shells 面向对象(耦合度较高,并发执行可能出现错误) java 函数式(耦合度很低) 特点 函数的实现仍然会使用局部变量,但不会修改全局变量或者有其他副作 …

Django教程

[toc] 网站开发逻辑 数据 页面 api 通信协议 层级 协议及描述 应用层 - HTTP: 网页浏览的基础协议,用于传输网页内容。 - HTTPS: HTTP 的加密版本。 - FTP: 文件传输协议。 - SMTP: 简单邮件传输协议,用于发送电子邮件。 - POP3: 用于接收电子邮件。 - IMAP: 用于同步和管理电子邮件。 - DNS: 将域 …

Ubuntu使用配置

[toc] install toolapt snap store, snap 各种问题 brew asdf 1 2 # 罗列所有的snap软件 ll ~/snap install and removesys_update.sh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 #!/bin/bash # 更新软件 …

Docker指南

[toc] docker介绍 Docker Desktop https://docs.docker.com/desktop/ Docker Engine Docker Daemon(dockerd)https://docs.docker.com/engine/ REST API Docker CLI scout Compose k8s why use …

数据可视化资源

dash官方文档: https://dash.plotly.com/tutorial streamlit官方文档: https://docs.streamlit.io/ plotly官方文档: https://plotly.com/python/getting-started/ demo 1 2 3 4 5 6 7 8 9 import …