摘要: [toc] # 昨日回顾 ```python # 1 go 基础数据类型 -数字:整数,正整数,浮点数,复数 -字符串: "" `` -单引号引起来的,只能放一个字符 a 中 -实际上是数字表示 20013 -默认是int32 实际上是rune -也可定义为 byte类型或uint8类型 -布尔类型 阅读全文
posted @ 2023-04-26 15:57 passion2021 阅读(137) 评论(0) 推荐(0) 编辑
摘要: # 昨日回顾 ## 使用setuptools将python项目打包 ```python # 详细: python 》setuptools--》whl包结构 https://zhuanlan.zhihu.com/p/624648232 # 使用setuptools打包 需求: 1.公司内部写了包,只想 阅读全文
posted @ 2023-04-26 15:35 passion2021 阅读(24) 评论(0) 推荐(0) 编辑