其中:2env为使用virtualenv创建的虚拟环境, lianxi目录为我已下载好各类的离线库包(按自己的使用需要去下载),ceshi3.txt是我本次想要安装的库列表 (2env) [root@xxxx]$ ./2env/bin/python wsgi.py[warning] no local ...
分类:
其他好文 时间:
2020-07-01 20:39:52
阅读次数:
65
其中:2env为使用virtualenv创建的虚拟环境, lianxi目录为我已下载好各类的离线库包(按自己的使用需要去下载),ceshi4.txt是我本次想要安装的库列表(2env) [root@xxxx]$ ./2env/bin/python wsgi.py[warning] no local ...
分类:
数据库 时间:
2020-07-01 20:00:30
阅读次数:
58
virtualenv -p /usr/local/bin/python2.7 2env Running virtualenv with interpreter /usr/local/bin/python2.7Traceback (most recent call last): File "/usr/ ...
分类:
编程语言 时间:
2020-07-01 19:57:57
阅读次数:
64
CVPR2020:三维点云无监督表示学习的全局局部双向推理 Global-Local Bidirectional Reasoning for Unsupervised Representation Learning of 3D Point Clouds 论文地址: https://openacces ...
分类:
其他好文 时间:
2020-07-01 17:26:25
阅读次数:
179
MySQL补充——忘记密码怎么办 摘要:本文主要记录了在忘记密码时怎么办。 部分内容来自以下博客: https://www.cnblogs.com/wuotto/p/9682400.html 关闭MySQL数据库 使用命令检查MySQL数据库是否已经关闭: 1 [root@localhost ~]# ...
分类:
数据库 时间:
2020-07-01 15:55:00
阅读次数:
75
php mongodb拓展 安装 下载地址:https://pecl.php.net/get/mongodb-1.7.4.tgz ,下载解压: cd /wget -c https://pecl.php.net/get/mongodb-1.7.4.tgz#解压tar -xzvf mongodb-1.7 ...
分类:
数据库 时间:
2020-07-01 14:08:09
阅读次数:
50
#!/usr/local/bin/python3 # -*- coding: UTF-8 -*- ##1.遍历 #遍历字符串 s = 'I love you' for i in s: print(i) print('\n') #遍历列表 l = ['y', 'l', 'b'] for i in l: ...
分类:
编程语言 时间:
2020-07-01 13:00:47
阅读次数:
97
由于工作需要必须将word文档内容粘贴到编辑器中使用 但发现word中的图片粘贴后变成了file:///xxxx.jpg这种内容,如果上传到服务器后其他人也访问不了,网上找了很多编辑器发现没有一个能直接解决这个问题 考虑到自己除了工作其他时间基本上不使用windows,因此打算使用nodejs来解决 ...
分类:
其他好文 时间:
2020-07-01 12:57:50
阅读次数:
78
1.先确定mysql使用的版本及mysql中的非系统库及系统库是否有没有挂载 docker run -p 3306:3306 --name mysql \ -v /usr/local/docker/mysql/conf:/etc/mysql \ -v /usr/local/docker/mysql/ ...
分类:
数据库 时间:
2020-07-01 12:36:34
阅读次数:
362
[root@host-172-16-103-3 log]# systemctl is-enabled cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service enabled enable ...
分类:
其他好文 时间:
2020-07-01 11:05:00
阅读次数:
50