摘要: ![image-20230713120429318](https://img2023.cnblogs.com/blog/3232296/202307/3232296-20230715150104699-1934252479.png) ![image-20230713120457549](https: 阅读全文
posted @ 2023-07-15 21:33 凯璇 阅读(68) 评论(0) 推荐(0)
摘要: #### 安装vue及脚手架 ##### 1.安装vue.js npm install vue -g 或者 cnpm install vue -g 查看安装的vue信息: npm info vue 或者 cnpm info vue ![image-20230715211634838](https:/ 阅读全文
posted @ 2023-07-15 21:29 凯璇 阅读(51) 评论(0) 推荐(0)
摘要: ## Python学习 #### 11 Python 列表 ##### 11.1 Python 集合(数组) Python 编程语言中有四种集合数据类型: - **列表(List)** 是一种**有序和可更改**的集合。允许**重复**的成员。 - **元组(Tuple)** 是一种**有序且不可更 阅读全文
posted @ 2023-07-15 21:29 凯璇 阅读(33) 评论(0) 推荐(0)
摘要: 亿图图示 https://www.jb51.net/softs/785592.html#downintro2 ![image-20230713124610121](https://img2023.cnblogs.com/blog/3232296/202307/3232296-202307151141 阅读全文
posted @ 2023-07-15 11:42 凯璇 阅读(45) 评论(0) 推荐(0)
摘要: ## Python学习2 #### 6 Python 数值类型 Python 中有三种数值类型: - `int` 1 - `float` 1.1 - `complex` 1j # j为复数虚部 **类型转换** ![image-20230715094724127](https://img2023.c 阅读全文
posted @ 2023-07-15 11:27 凯璇 阅读(15) 评论(0) 推荐(0)
摘要: ## Python学习1 简单输出语句可直接使用”print“进行输出 ![image-20230714160330700](https://img2023.cnblogs.com/blog/3232296/202307/3232296-20230715112511577-2141622102.pn 阅读全文
posted @ 2023-07-15 11:26 凯璇 阅读(34) 评论(0) 推荐(0)