上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 56 下一页
摘要: 初级学习资源 http://www.dofactory.com/sql/tutorial what is database? a... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(73) 评论(0) 推荐(0)
摘要: 看源码+实验 第一步: class SSHConfig(object): 这个类的主要作用就是用来解析ssh配置文件,/etc/ssh/sshd_config 注意是解析sshd_config 配置文件可以看做键值对组成的 ssh_config = ... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(121) 评论(0) 推荐(0)
摘要: 进程相关 tasklist get-process 网络相关 netsh netstat -a -n nslookup 文本相关 echo cat 文件系统 ls tree tree /F 显示文件名 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(124) 评论(0) 推荐(0)
摘要: html文档解析的三方库beautifulsoup4 什么是beautifulsoup? 学习资源:https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html 1.安装 pip in... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(106) 评论(0) 推荐(0)
摘要: 命令行参数解析 初级 sys.argv 高级 getopt: C-style parser for command line ... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(218) 评论(0) 推荐(0)
摘要: 前置条件:win7上安装了 5.1.71-community MySQL 问题:怎么远程访问一个数据库服务器? 问题:mysql远程... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(51) 评论(0) 推荐(0)
摘要: 大部分语言,例如c语言,交换两个变量的值需要使用中间变量。 例如交换a,b 伪代码: tmp = aa = bb = tmp p... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(542) 评论(0) 推荐(0)
摘要: 学习资源 https://docs.python.org/2/howto/logging.html import logging... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(53) 评论(0) 推荐(0)
摘要: 架设简单的共享目录服务器 在linux虚拟机中通过wget + 下载链接 下载文件 但是我不知道怎么传给windows主机,所以就搭... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(553) 评论(0) 推荐(0)
摘要: 在自动化过程中,会遇到各种格式的文件,那么使用python处理。 zip文件 csv文件 excel文件 python库csv csv.reader csv.writer xlrd excel表格分为页签sheet 可以通过cell()获取单元格... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(133) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 56 下一页