上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 45 下一页
摘要: import pandas as pd # 显示所有列,所有行 pd.set_option('display.max_columns', None) pd.set_option('display.max_rows', None) 参考链接:https://www.jb51.net/article/1 阅读全文
posted @ 2020-10-20 19:16 胸怀丶若谷 阅读(2319) 评论(0) 推荐(0)
摘要: writer = pd.ExcelWriter('/home/leo/Desktop/项目测试/922904.xlsx', engine='openpyxl') new_data.to_excel(writer, index=False, sheet_name="Sheet1") # 设置表格样式 阅读全文
posted @ 2020-10-20 15:21 胸怀丶若谷 阅读(1280) 评论(0) 推荐(0)
摘要: 输入以下命令: 1 sudo apt-get install python3-pip 参考链接: https://www.cnblogs.com/banshaohuan/p/10963547.html 阅读全文
posted @ 2020-10-09 10:21 胸怀丶若谷 阅读(4768) 评论(0) 推荐(0)
摘要: 错误: 解决方式:输入一下命令 1 pip3 install --upgrade setuptools 2 python3 -m pip install --upgrade pip 输入命令: 1 pip3 install PyQt5 PyQt5安装完成。 参考链接: https://www.jia 阅读全文
posted @ 2020-10-09 10:05 胸怀丶若谷 阅读(1020) 评论(0) 推荐(0)
摘要: 打开终端,输入如下命令: sudo apt-get update sudo apt-get install python3-tk 阅读全文
posted @ 2020-10-07 09:44 胸怀丶若谷 阅读(1196) 评论(0) 推荐(0)
摘要: 该命令行端口应运行在本地而不是在服务器端口 参考链接:https://www.jianshu.com/p/58a27e48166c 命令使用链接:https://www.dazhuanlan.com/2019/12/27/5e0573bad2b91/?__cf_chl_jschl_tk__=28f4 阅读全文
posted @ 2020-09-30 10:46 胸怀丶若谷 阅读(286) 评论(0) 推荐(0)
摘要: 在服务器上打开命令行输入命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 等待安装完成,会弹出账户,密码和连接方式。 参考链接:htt 阅读全文
posted @ 2020-09-30 10:42 胸怀丶若谷 阅读(352) 评论(0) 推荐(0)
摘要: 输入指令: sudo apt-get install mariadb-server mariadb-client 阅读全文
posted @ 2020-09-08 11:09 胸怀丶若谷 阅读(500) 评论(0) 推荐(0)
摘要: 用tar -zxvf dir.tar.gz命令解压即可。 阅读全文
posted @ 2020-09-08 10:23 胸怀丶若谷 阅读(4597) 评论(0) 推荐(0)
摘要: # 安装 Mysql 8.0.19下载 MySQL Community Server 8.0.19 【Compressed TAR Archive】(mysql-8.0.19-linux-glibc2.12-x86_64.tar.xz)1) 解压并移动(注意不要修改解压到的地址),cd到~/Down 阅读全文
posted @ 2020-09-08 10:22 胸怀丶若谷 阅读(466) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 45 下一页