linux 服务器常用命令
扫描二维码推送至手机访问。
版权声明:本文由一段神奇的代码发布,如需转载请注明出处。
import pandas as pddf= pd.read_excel(‘用水情况.xlsx’,dtype={‘日期’:str,’房号’:str,’用水量(立方)’:float})df.日期=df.日期.str.slice(0,4)df.columns=[‘年份’]+list(df.columns…
˂!-- 插入成功后返回ID 分页查询功能 生成带有for update后缀的select语句插件 --˃…
安装 下载地址 https://github.com/fatedier/frp/releases tar zxvf 下载的文件进行解压 ˃ 修改 frps.ini 文件 # frps.ini [common] bind_port <!--autointro-->…
在学习使用 docker 技术过程中,基于 centos 镜像自定义新的镜像,其中基础镜像 centos 需要提前安装好 vim 和 net-tools,然而在刚开始通过 yum -y install vim 安装 vim 时,便出现了错误提示信息: ```Error: Failed to dow…
树莓派4 安装 CentOS8X64 位系统 下载安装包及烧录系统 下载centos8 树莓派镜像 wget https://people.centos.org/pgreco/CentOS-Userland-8-stream-aarch64-RaspberryPI-Minimal-4/Cent…