会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
疯子加天才
横眉冷对千夫指,俯首甘为孺子牛!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
246
下一页
2022年7月20日
【spring boot】注解@ApiParam @PathVariable @RequestParam三者区别
摘要: 1.@ApiParam,就是用于swagger提供开发者文档,文档中生成的注释内容。 @ApiOperation( value = "编辑公告", notes = "编辑公告", httpMethod = "POST" ) @RequestMapping( value = "/edit", meth
阅读全文
posted @ 2022-07-20 17:48 疯子110
阅读(1226)
评论(0)
推荐(0)
2022年7月18日
mysql数据库连接报错:is not allowed to connect to this mysql server
摘要: is not allowed to connect to this MySQL server 服务器上面安装的mysql数据库在本地连接的时候报错:is not allowed to connect to this MySQL server 出现这种情况的原因是因为:mysql数据库只允许自身所在的
阅读全文
posted @ 2022-07-18 17:57 疯子110
阅读(618)
评论(0)
推荐(0)
caching_sha2_password‘ cannot be loaded问题解决
摘要: 在mac上安装 8.0.19版本的mysql后,使用navicat连接时,报caching_sha2_password' cannot be loaded的异常。 原因为:8.0.19版本的mysq用户密码加密方式为caching_sha2_password,navicat暂不支持,需要修改下mys
阅读全文
posted @ 2022-07-18 17:57 疯子110
阅读(686)
评论(0)
推荐(0)
Windows环境下Mysql服务启动
摘要: 1.在mysql的安装目录下创建my.ini文件,写入如下参数 [mysqld]basedir=E:\Envir\mysql-5.7.34\datadir=E:\Envir\mysql-5.7.34\data\port=3306skip-grant-tables # basedir 安装mysql的
阅读全文
posted @ 2022-07-18 17:54 疯子110
阅读(1218)
评论(0)
推荐(0)
2022年7月14日
postgreSQL数据库to_timestamp和to_date的区别
摘要: 1 SELECT to_timestamp('2020-02-27 12:12:12','yyyy-MM-dd hh24:mi:ss') ; 2 SELECT to_date('2020-02-27 12:12:12','yyyy-MM-dd hh24:mi:ss') ; to_timestamp返
阅读全文
posted @ 2022-07-14 13:52 疯子110
阅读(95)
评论(0)
推荐(0)
2022年7月13日
从数据加密到PostgreSQL SSL认证连接
摘要: 转自 https://blog.csdn.net/weixin_39540651/article/details/117426295?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first
阅读全文
posted @ 2022-07-13 16:57 疯子110
阅读(2387)
评论(0)
推荐(0)
详解 HTTPS、TLS、SSL、HTTP区别和关系
摘要: 一、什么是HTTPS、TLS、SSL HTTPS,也称作HTTP over TLS。TLS的前身是SSL,TLS 1.0通常被标示为SSL 3.1,TLS 1.1为SSL 3.2,TLS 1.2为SSL 3.3。下图描述了在TCP/IP协议栈中TLS(各子协议)和HTTP的关系。 二、HTTP和HT
阅读全文
posted @ 2022-07-13 16:56 疯子110
阅读(1671)
评论(0)
推荐(0)
pg采用ssl协议
摘要: 转自https://www.csdn.net/tags/MtTaMg3sNTA4NTg5LWJsb2cO0O0O.html 2021-05-29 16:35:58 1、PostgreSql之SSL ? PostgreSQL支持使用SSL连接加密客户端/服务器通信,以提高链路安全性。这要求在客户端和服
阅读全文
posted @ 2022-07-13 16:51 疯子110
阅读(320)
评论(0)
推荐(0)
Postgres14自动按照时间分表
摘要: 1.创建一个数据库表 CREATE TABLE public.tabpartition( dataid integer, dataname character varying(20), datatime timestamp without time zone, PRIMARY KEY (dataid
阅读全文
posted @ 2022-07-13 16:49 疯子110
阅读(464)
评论(0)
推荐(0)
2022年7月7日
openapi-generator教程
摘要: 一、简介 Github地址:https://github.com/OpenAPITools/openapi-generator 官网文档: https://openapi-generator.tech/docs/installation OpenAPI Generator allows genera
阅读全文
posted @ 2022-07-07 16:22 疯子110
阅读(4067)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
246
下一页
公告