返回顶部
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页
摘要: 首先修改源 为国内源 software & updates -> ubuntu software -> download from 中选择,本人使用的是tsinghua 源 安装VIM sudo apt install vim vi中 .vimrc 配置set nuset tabstop=4set 阅读全文
posted @ 2021-05-01 21:15 Zcb0812 阅读(533) 评论(0) 推荐(0)
摘要: git 基础 git 分为三个区域: 1,工作代码区 work 2,暂存区 stage 3,最终仓库 repository git常用配置: git config --global user.name 'zxxxxx' # 设置用户名git config --global user.email '1 阅读全文
posted @ 2021-03-28 17:16 Zcb0812 阅读(51) 评论(0) 推荐(0)
摘要: 相关资料: https://jovian.ai/learn/data-analysis-with-python-zero-to-pandas https://github.com/zzzcb/robot/tree/main/data_analysis Lecture01 Jupyter notebo 阅读全文
posted @ 2021-02-27 14:54 Zcb0812 阅读(110) 评论(0) 推荐(0)
摘要: 相关资料: http://www.ece.northwestern.edu/local-apps/matlabhelp/toolbox/simulink/ug/title.html Simulink基础: Continuous Blocks VS Discrete Blocks The standa 阅读全文
posted @ 2021-02-09 10:33 Zcb0812 阅读(680) 评论(0) 推荐(0)
摘要: 相关资料: Matlab Simulink 官方文档: https://www.mathworks.com/help/simulink/index.html 注: 本博客是基于 Matlab 2015a 来的,所以不支持一些高版本的语法,例如后面高版本可以用双引号表示字符串,这里的2015a 只能用 阅读全文
posted @ 2021-01-24 13:29 Zcb0812 阅读(908) 评论(0) 推荐(0)
摘要: 相关资料: 可以使用Matlab Online ,可以申请它的试用30天,不需要安装软件到本机,直接使用online 版本,但是online 版本的缺点是延迟高 推荐使用本地版(速度流畅,要求电脑配置高),可以自行寻找资源下载 Matlab 官方文档: https://www.mathworks.c 阅读全文
posted @ 2021-01-02 23:03 Zcb0812 阅读(908) 评论(0) 推荐(2)
摘要: 阅读全文
posted @ 2020-12-23 23:47 Zcb0812 阅读(65) 评论(0) 推荐(0)
摘要: 学习资料: https://www.bilibili.com/video/BV1iW411d7hd (字幕) https://www.bilibili.com/video/BV1a54y1k7YE (无字幕) 深入理解计算机系统书籍pdf : 链接: https://pan.baidu.com/s/ 阅读全文
posted @ 2020-12-23 12:09 Zcb0812 阅读(1122) 评论(0) 推荐(1)
摘要: 使用的第三方库: 爬虫:requests 解析HTML:lxml中的etree ,使用的是xpath语法 操作excel 的 三个: xlrd,xlwt,xlutils,使用参考:https://blog.csdn.net/qq_30242609/article/details/68953172 注 阅读全文
posted @ 2020-12-14 23:29 Zcb0812 阅读(159) 评论(0) 推荐(0)
摘要: import re pattern1 = re.compile('<link rel="stylesheet" href="(.*?)">') #pattern2 = re.compile('<script src="plugins/bootstrap/js/bootstrap.bundle.min 阅读全文
posted @ 2020-11-08 19:19 Zcb0812 阅读(133) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页