上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: import pandas as pd # 创建一个包含学生信息的列表 students = [ ['Alice', 20, 80], ['Bob', 21, 75], ['Charlie', 19, 90], ['Dave', 18, 65] ] # 将列表转换为DataFrame df = pd 阅读全文
posted @ 2023-03-24 22:45 shenshu 阅读(58) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/359472418 https://zhuanlan.zhihu.com/p/557637513 http://www.weilez.cn/?p=959 #一、下载安装包wget --no-check-certificate https:// 阅读全文
posted @ 2023-03-04 21:54 shenshu 阅读(22) 评论(0) 推荐(0)
摘要: # 麒麟客户端搭建vsftp,使用被动模式,麒麟客户端关闭防火墙或者防火墙放行端口,如下图: # apt-get install vsftpd# systemctl restart vsftpd# cp /etc/vsftpd.conf /etc/vsftpd.conf.bak# grep -Ev 阅读全文
posted @ 2023-02-24 11:49 shenshu 阅读(521) 评论(0) 推荐(0)
摘要: import ftplib import time # FTP 服务器的地址、用户名和密码 server_address = "192.168.2.136" username = "zhangsan" password = "*********!" # 要下载的文件的路径 remote_path = 阅读全文
posted @ 2022-12-16 20:49 shenshu 阅读(1277) 评论(0) 推荐(0)
摘要: 1、winsw下载: https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW.NET2.exe https://github.com/winsw/winsw/releases/download/v2.11.0/sample-min 阅读全文
posted @ 2022-12-16 11:42 shenshu 阅读(414) 评论(0) 推荐(0)
摘要: 1、wget批量下载rpm包 https://www.cnblogs.com/xing-29391/p/16755039.html wget -b -nd -r -l1 --no-parent https://update.cs2c.com.cn/NS/V10/V10SP1.1/os/adv/lic 阅读全文
posted @ 2022-12-01 10:22 shenshu 阅读(90) 评论(0) 推荐(0)
摘要: top 命令 按 E(可按多次,每次单位不一样) 阅读全文
posted @ 2022-11-26 03:00 shenshu 阅读(184) 评论(0) 推荐(0)
摘要: C:\Windows\System32\inetsrv\config\applicationHost.config 阅读全文
posted @ 2022-11-10 16:14 shenshu 阅读(45) 评论(0) 推荐(0)
摘要: wmic csproduct get name 阅读全文
posted @ 2022-11-01 12:23 shenshu 阅读(16) 评论(0) 推荐(0)
摘要: $a=(Get-WmiObject -class Win32_OperatingSystem).lastbootuptime $restartTime=$a.substring(0,4)+"-"+$a.substring(4,2)+"-"+$a.substring(6,2)+" "+$a.subst 阅读全文
posted @ 2022-10-27 09:26 shenshu 阅读(31) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页