当前位置:首页
> 第13页
Windows 10 远程桌面身份验证错误
远程桌面连接的时候怎么连接都是密码错误同时显示证书有问题解决方案:https://jingyan.baidu.com/article/46650658e23885f548e5f872.html...
python用requests发送模拟请求忽略https的认证,忽略警告
import warnings warnings.filterwarnings('ignore')在文件头添加忽略警告信息的输出r = requests.get('https://kyfw.12306.cn...
flask 服务添加ssl 证书
1、利用openssl生成自用的ssl证书利用openssl 生成证书openssl genrsa -des3 -out server.key 2048不要密码:再执行 一下:openssl rsa -in server.key -out...
被Navicat坑哭的日常,版本问题
mysql5.7DROP TABLE IF EXISTS `xxx_copy1`;CREATE TABLE `xxx_copy1` ( `id` int(11) UNSIGNED NOT NULL AUTO_INCR...
python csvw格式文件转parquet格式文件
用到的包: pandas pyarrow pandas pd df pd.(,,) df.()要求csv文件 要有头行一定要安装pyarro...
postgresql修改数据存储位置
最近公司提供了一台新的服务器,同时有一个盘是ssd。同时为了测试postgresql的性能,将数据放置到ssd上系统centos7.9 数据库postgresql-9.6首先停掉数据库systemctl stop pos...
修改系统server文件需要加载一下配置
vim /usr/lib/systemd/system/*.service修改了server的配置需要执行一下systemctl daemon-reload让系统重新加载以下配置,尤其是server中的配置地址更换了分区...
centos7 安装mysql
下载rpm包wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 安裝包仓库yum -y install * 或者yum -...
postgresql 的安装使用
安装centos系统 9.6版本# Install the repository RPMsudo yum install -y https://download.postgresql.org/pub/repos/yum/repor...
docker-compose 命令
命令选项-f, --file FILE 指定使用的 Compose 模板文件,默认为 docker-compose.yml,可以多次指定;-p, --project-name NAME 指定项目名称,默认将使用...