报错信息类似这样: Wed May 27 14:15:54 CST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL ...
分类:
数据库 时间:
2020-05-27 15:24:24
阅读次数:
66
Date: May 23rd, 2020. Scrum 情况汇报 进度情况 |组员|负责|今日进度| |: :|: :|: :| |q2l|PM、后端|暂无| |Liuzh|前端|编写忘记密码界面| |Kkkk|前端|暂无| |王fuji|前端|完成快速创建日程按钮| |Monster|后端|完成个 ...
分类:
其他好文 时间:
2020-05-24 11:44:35
阅读次数:
64
原文链接:https://michaelscodingspot.com/ways-to-cause-memory-leaks-in-dotnet/ 翻译链接:https://www.cnblogs.com/murongxiaopifu/p/12894385.html 任何有经验的.NET开发人员都知... ...
分类:
Web程序 时间:
2020-05-24 09:27:57
阅读次数:
50
本题解法主要维护两个栈,一个是价格prices的单调递减栈。一个是weights栈随着prices 一起进栈出栈,计算w。 因为两个栈是一起进出,所以可以将两个栈写在一起Deque<List<>> JAVA class StockSpanner { Deque<Integer> prices; De ...
分类:
其他好文 时间:
2020-05-23 18:42:07
阅读次数:
61
Given inorder and postorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:
其他好文 时间:
2020-05-22 13:12:40
阅读次数:
54
SELECT id, `name`,( 6378137 * ACOS ( COS ( RADIANS(60.000000) ) * COS( RADIANS( lat ) ) * COS( RADIANS( lng ) - RADIANS(70.000000) ) + SIN ( RADIANS(6 ...
分类:
数据库 时间:
2020-05-22 09:48:40
阅读次数:
136
1、常见错误 1.1、INFO: HHH000221: Reading mappings from resource: com/project/pojo/XXX.hbm.xml 观察hibernate.cfg.xml中配置映射文件与实体的XXX.hbm.xml文件名或路径是否匹配 1.2、Cause ...
分类:
Web程序 时间:
2020-05-22 00:20:52
阅读次数:
59
博文目录一、编写Dockerfile部署Tomcat服务二、编写Dockerfile部署Apache服务1、编写Dockerfile文件2、docker宿主机或者客户端访问httpd01容器中的apache服务3、登录httpd01容器,查看访问日志三、编写Dockerfile部署Nginx服务1、编写Dockerfile文件2、使用docker宿主机或者客户端访问nginx01容器中的nginx
分类:
数据库 时间:
2020-05-19 14:50:05
阅读次数:
67
参考: https://investors.modernatx.com/news-releases/news-release-details/moderna-announces-positive-interim-phase-1-data-its-mrna-vaccine May 18, 2020 a ...
分类:
其他好文 时间:
2020-05-18 22:22:32
阅读次数:
361
Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be fille ...
分类:
其他好文 时间:
2020-05-18 20:55:26
阅读次数:
60