摘要:
创建上面两个文件(docker开头是docker安装的数据库,local是本地安装的数据库) docker_mysql_dump_epidemic_script.sh文件内容如下: #!/bin/bash #保存备份个数,备份10天数据 number=10 #备份保存路径 backup_dir=/o 阅读全文
摘要:
大家在连接*.dl.google.com时失败可以如下做法: 阅读全文
摘要:
conda list --export > requirements.txt 阅读全文
摘要:
今天在项目中遇到业务更新时间与数据库表中的时间更新字段不一致现象,相差8个小时左右,于是查询数据库系统时间 select sysdate() //查询数据库系统时间命令 果然数据库时间不对,第一时间想到数据库所在的服务器时间可能与网络时间不同步,但是立即想到这个可能性应该为0(因为数据库在阿里云主机 阅读全文
摘要:
接下来要使用 scp 这个远程传输命令,只要是 Linux 系统,登录 ssh 客户端(比如 putty)即可使用。 1、获取远程服务器上的文件 scp root@10.23.185.16:/usr/local/src/test.tar.gz /home/test.tar.gz命令中的大写P 为端口 阅读全文
摘要:
(crawl_scrapy) D:\Project\PythonProject\crawl\scrapy\myspider>scrapy crawl itcast 2020-07-02 18:26:02 [scrapy.utils.signal] ERROR: Error caught on sig 阅读全文
摘要:
import json import requests class DoubanSpider: def __init__(self): self.start_url = "https://movie.douban.com/j/search_subjects?type=tv&tag={}&sort=r 阅读全文
摘要:
阅读全文
摘要:
阅读目录 本文主旨 操作步骤 结束 本文主旨 看到好多加速Jenkins安装插件速度的文章,大多数教程中都是在插件配置里使用 https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json 替换原来的官方的json,我们 阅读全文
摘要:
SELECT case_id, a.user_name user_name, dept_name, temperature_forenoon, temperature_afternoon, health_symptom, health_history, health_infection, healt 阅读全文