--清空日志 USE [master] ALTER DATABASE his2020 SET RECOVERY SIMPLE WITH NO_WAIT blog为需要清除日志的数据库名称 ALTER DATABASE his2020 SET RECOVERY SIMPLE --简单模式 blog为需 ...
分类:
数据库 时间:
2020-06-24 14:23:57
阅读次数:
67
python3.7可以通过https://pypi.tuna.tsinghua.edu.cn/simple/pyinstaller/下载3.6版本的PyInstaller压缩包后,解压到本地文件中,然后,通过python setup.py install 安装PyInstaller 在打包结束后,e ...
分类:
编程语言 时间:
2020-06-24 13:44:30
阅读次数:
65
Linux系统下 在用户目录下生成**.pip文件夹,进入文件夹,生成pip.conf**文件并添加: [global] index-url=http://mirrors.aliyun.com/pypi/simple/ https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:
其他好文 时间:
2020-06-24 12:02:53
阅读次数:
220
Methodology: READ MF! [Originally from the Post: System design interview: how to design a chat system (e.g., Facebook Messenger, WeChat or WhatsApp)] ...
分类:
其他好文 时间:
2020-06-22 13:02:56
阅读次数:
98
安装:pip install reportlab -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com ...
分类:
编程语言 时间:
2020-06-21 17:55:17
阅读次数:
85
#####liunx安装mysql .rpm格式 1.通过scrt把mysql文件放到/simple/soft目录下 2.配置yum源 yum -y install perl* 安装perl yum remove -y ··· 删除maridb包 rpm -ivh MySQL-* 安装数据库serv ...
分类:
数据库 时间:
2020-06-21 16:21:52
阅读次数:
59
pip国内的一些镜像 (1)阿里云 http://mirrors.aliyun.com/pypi/simple/(2)豆瓣 http://pypi.douban.com/simple/(3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ (推荐)(4)中 ...
分类:
其他好文 时间:
2020-06-21 12:01:54
阅读次数:
114
默认的是“https://pypi.python.org/simple”,我们可将其替换为如下的几个数据来源,这些都是国内的pip镜像:清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里:http://mirrors.aliyun.com/pypi/simpl ...
分类:
编程语言 时间:
2020-06-20 21:53:29
阅读次数:
105
package com.hy.fddsvr.utils; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.sql.Timestamp; imp ...
分类:
编程语言 时间:
2020-06-20 19:43:12
阅读次数:
109
1.安装celery pip install -U celery -i https://pypi.douban.com/simple ##-U是指update的意思 2.创建mycelery目录 luffyapi/ ├── mycelery/ ├── config.py # 配置文件 ├── __i ...
分类:
编程语言 时间:
2020-06-20 17:00:26
阅读次数:
66