会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
殇之弑梦
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
18
下一页
2020年10月27日
服务器本地和docker数据库两种方式定时备份
摘要: 创建上面两个文件(docker开头是docker安装的数据库,local是本地安装的数据库) docker_mysql_dump_epidemic_script.sh文件内容如下: #!/bin/bash #保存备份个数,备份10天数据 number=10 #备份保存路径 backup_dir=/o
阅读全文
posted @ 2020-10-27 17:16 殇之弑梦
阅读(692)
评论(0)
推荐(0)
2020年9月13日
Android studio 连接dl.google.com失败
摘要: 大家在连接*.dl.google.com时失败可以如下做法:
阅读全文
posted @ 2020-09-13 20:22 殇之弑梦
阅读(632)
评论(0)
推荐(0)
2020年7月10日
Anaconda3中与python命令: pip freeze > requirements.txt相同功能
摘要: conda list --export > requirements.txt
阅读全文
posted @ 2020-07-10 10:33 殇之弑梦
阅读(339)
评论(0)
推荐(0)
2020年7月7日
docker安装MySQL数据库时间与系统时间不一致问题排查
摘要: 今天在项目中遇到业务更新时间与数据库表中的时间更新字段不一致现象,相差8个小时左右,于是查询数据库系统时间 select sysdate() //查询数据库系统时间命令 果然数据库时间不对,第一时间想到数据库所在的服务器时间可能与网络时间不同步,但是立即想到这个可能性应该为0(因为数据库在阿里云主机
阅读全文
posted @ 2020-07-07 13:07 殇之弑梦
阅读(1495)
评论(0)
推荐(0)
2020年7月3日
Linux使用scp远程传输命令进行服务器文件互传
摘要: 接下来要使用 scp 这个远程传输命令,只要是 Linux 系统,登录 ssh 客户端(比如 putty)即可使用。 1、获取远程服务器上的文件 scp root@10.23.185.16:/usr/local/src/test.tar.gz /home/test.tar.gz命令中的大写P 为端口
阅读全文
posted @ 2020-07-03 19:59 殇之弑梦
阅读(507)
评论(0)
推荐(0)
2020年7月2日
scrapy 'TelnetConsole' object has no attribute 'port'报错
摘要: (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
阅读全文
posted @ 2020-07-02 18:33 殇之弑梦
阅读(1454)
评论(0)
推荐(0)
2020年6月21日
爬取豆瓣
摘要: import json import requests class DoubanSpider: def __init__(self): self.start_url = "https://movie.douban.com/j/search_subjects?type=tv&tag={}&sort=r
阅读全文
posted @ 2020-06-21 20:25 殇之弑梦
阅读(232)
评论(0)
推荐(0)
2020年5月23日
部署springboot+VUE+Nginx(docker安装)的Nginx配置文件
摘要:
阅读全文
posted @ 2020-05-23 23:50 殇之弑梦
阅读(390)
评论(0)
推荐(0)
2020年3月8日
Jenkins安装插件提速
摘要: 阅读目录 本文主旨 操作步骤 结束 本文主旨 看到好多加速Jenkins安装插件速度的文章,大多数教程中都是在插件配置里使用 https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json 替换原来的官方的json,我们
阅读全文
posted @ 2020-03-08 23:30 殇之弑梦
阅读(294)
评论(0)
推荐(0)
2020年3月5日
查询用户最近操作信息
摘要: SELECT case_id, a.user_name user_name, dept_name, temperature_forenoon, temperature_afternoon, health_symptom, health_history, health_infection, healt
阅读全文
posted @ 2020-03-05 15:09 殇之弑梦
阅读(157)
评论(0)
推荐(0)
1
2
3
4
5
···
18
下一页
公告