My
-
Text of Steve Jobs' Commencement address (2005)
I am honored to be with you today at your commencement from one of the finest universities…
-
npm 安装本地包、安装本地依赖
原文地址:https://blog.csdn.net/yihanzhi/article/details/121268517 npm 安装本地包 # 本地依赖文件(相对路径) np…
-
2022.04.14-python学习之装饰器
1 # File : learning_012_decorators.py.py 2 # Datetime : 2022/4/14 0014 3:27 3 4 import tim…
-
Python字符串三种格式化输出
字符串格式化输出是python非常重要的基础语法,今天就把三种格式化输出做一个简单的总结,希望对大家有帮助。 格式化输出:内容按照一定格式要求进行输出。 1.使用占位符%输出 py…
-
Python只留字母元素
通过编程方式,将字符串中的 数字及特殊符号 剔除, 保留 I like chinese My_str =’ 123 I like 456 chinese ^&* ‘方法…