#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:
其他好文 时间:
2020-12-28 11:28:07
阅读次数:
0
CMD 和 ENTRYPOINT 指令都是用来指定容器启动时运行的命令。单从功能上来看,这两个命令几乎是重复的。单独使用其中的一个就可以实现绝大多数的用例。但是既然 doker 同时提供了它们,为了在使用中不至于混淆,本文试图把它们的用法理清楚。 exec 模式和 shell 模式 CMD 和 EN ...
分类:
其他好文 时间:
2020-12-28 11:24:03
阅读次数:
0
spring: data: mongodb: database: test (自己创建的库) port: 3717 host: aliyun~.com username: username password: 123456 authentication-database: admin 这里有一个大坑 ...
分类:
数据库 时间:
2020-12-28 11:02:07
阅读次数:
0
镜像 python -m pip install --upgrade pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 其他 豆瓣(douban) http://pypi.douban.com/simple/ 阿里 ...
分类:
其他好文 时间:
2020-12-25 11:51:18
阅读次数:
0
访问:http://xxxx/seeyon/htmlofficeservlet,看到 POC: POST /seeyon/htmlofficeservlet HTTP/1.1 Host: x.x.x.x Cache-Control: max-age=0 Upgrade-Insecure-Reques ...
分类:
Web程序 时间:
2020-12-25 11:46:31
阅读次数:
0
Nginx 是 lgor Sysoev 为俄罗斯访问量第二的 rambler.ru 站点设计开发的。从2004年发布至今,凭借开源的力量,已经接近成熟与完善。 Nginx 功能丰富,可作为HTTP服务器,也可作为反向代理服务器,邮件服务器。支持 FastCGI、SSL、Virtual Host、UR ...
接口调用方式 原生ajax 基于jQuery的ajax fetch axios URL地址格式 格式:schema://host:port/path?query#fragment schema:协议。例如HTTP,https,ftp等 hsot:域名或者I地址 port:端口,http默认端口80, ...
分类:
其他好文 时间:
2020-12-24 11:46:30
阅读次数:
0
1 import pymysql 2 3 4 def mysql_db(sql): 5 # 连接数据库 6 db = pymysql.Connect(host='47.**.***.245', port=3306, user='***', password='***', db='***', 7 ch ...
分类:
数据库 时间:
2020-12-23 12:24:01
阅读次数:
0
1、mysql登录限制IP 进入数据库 进入mysql库 执行:select * from user; 要求: ①对于有登陆该数据库需求的ip进行单独指定 ②禁止JDBC包含localhost和127.0.0.1登录数据库 登录mysql 进入mysql库:user mysql; 删除HOST=‘% ...
分类:
数据库 时间:
2020-12-22 12:06:29
阅读次数:
0
开始搜索下载了,nexus3.19版本,下来之后,建立一个maven 骨架过程 quickstart,提示没有lgf4j依赖和和maven插件都没有,开始搜索什么原因,猜想是nexus没有索引,右搜索全网,可以手动导入索引,于是找三个文件 nexus-maven-repository-index.g ...
分类:
其他好文 时间:
2020-12-21 12:06:24
阅读次数:
0