上一页 1 ··· 4 5 6 7 8
1. python2源码不统一,代码重复; python3源码统一,代码不重复 2. python2中 "/"获取到的值是整型; python3中"/"获取到的值是浮点型 3. python2中不等于是; python3中不等于是!= 4. python2中输出range()方法是一个列表(要想跟p Read More
posted @ 2019-07-09 13:50 __张达达 Views(97) Comments(0) Diggs(0)
码云 1. 码云简介:是一个远程管理的仓库类似于百度网盘 2. 打开官网:https://gitee.com/,完成注册 3. 仓库创建:右上角 点击“+”按钮 创建仓库,如图 4. 新建仓库页面:根据自己需要选择填写(填写仓库名称、仓库介绍、是否开源)然后点击创建,如图 5. 创建仓库完成页面,如 Read More
posted @ 2019-07-03 19:54 __张达达 Views(196) Comments(0) Diggs(0)
__________________________________________________________________________________________________________________________________________ 1 python历史 Read More
posted @ 2019-07-01 20:40 __张达达 Views(173) Comments(0) Diggs(0)
_________________________________________________________________________________________________________________________________________ python安装 1. Read More
posted @ 2019-07-01 20:14 __张达达 Views(977) Comments(2) Diggs(1)
___________________________________________________________________________________________________________________________________________ python2跟py Read More
posted @ 2019-07-01 20:03 __张达达 Views(130) Comments(0) Diggs(0)
计算机的组成:控制器、运算器、存储器、输入输出设备 _________________________________________________________________________________ 1. 控制器:控制器(Control):是整个计算机的中枢神经,其功能是对程序规定的 Read More
posted @ 2019-07-01 18:42 __张达达 Views(198) Comments(0) Diggs(0)
Typora安装及使用 安装 1. 打开Typora安装包所在目录,双击打开Typora.exe 2. 修改Typora安装路径,并点击下一步 3. 创建Typora桌面快捷方式,并点击下一步 4. 安装Typora 5. 安装成功打开Typora 使用 1. 点击“文件” “打开文件夹” 2. 选 Read More
posted @ 2019-07-01 15:36 __张达达 Views(3755) Comments(0) Diggs(0)
上一页 1 ··· 4 5 6 7 8