04 2021 档案
摘要:第1步 安装node.js,前往官网下载,下载后默认安装即可。下载地址node.js 第2步 安装淘宝源cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org 第3步 安装hexo cnpm install -g hex
阅读全文
摘要:from math import sqrt,cos,acos class Vector: def __init__(self, x): """ 定义向量:Vector(x),其中x是一个列表 """ self.x = tuple(x) def __str__(self): """ 让print的时候
阅读全文
摘要:class Employee: """ 定义员工类Employee,设置员工工资涨幅为1.05 """ raise_rate = 1.05 def __init__(self, first, last, pay): """ 初始化属性 :param first:姓 :param last:名 :pa
阅读全文
摘要:Jupyter Notebook使用教程 Jupyter Notebook是一个开源的Web应用程序,允许用户创建和共享包含代码、方程式、可视化和文本的文档。支持超过40种编程语言,包括Python、R、Julia. 1.Jupyter Notebook安装 下载地址:anaconda清华镜像站 1
阅读全文
摘要:Execl学习大纲 快捷键 全选、粘贴、复制、保存 CTRL + A/C/V/S 快速选择 CTRL + SHIFT + 方向键 搜索、替换 CTRL + F/H 替换操作【CTRL +H】中的坑 快速定位 CTRL + G 或 F5 【office和wps】中的坑 快速填充 CTRL + E 添加
阅读全文
摘要:Conda常用命令 1.查看创建的环境 conda info --envs/e 2.创建环境 conda create -n py37 python=3.7 3.激活环境 $ conda activate test1 4.停用环境 $ conda deactivate 5.列出当前环境中的所有软件包
阅读全文

浙公网安备 33010602011771号