51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ATI
CentOS7 configuration uses the SFTP server
在很多情况下,SFTP都比FTP更可取,因为它具有最基本的安全特性和能利用SSH连接的能力,FTP是一种不安全的协议,只能在有限的情况下或在您信任的网络上使用。先决条件:服务器OpenSSH-Server版本最低4.8p1,因为配置权限需要版本添加的新配置项ChrootDirectory来完成。如何查看OpenSSH版...
开发笔记
·
2024-11-13
CentOS7
configuration
uses
the
SFTP
解决Authentication plugin caching_sha2_password cannot be loaded问题
登录mysql时报错Authenticationplugin‘caching_sha2_password‘cannotbeloaded解决办法 报错信息如下:ERROR2059(HY000):Authenticationplugin'caching_sha2_password&...
开发笔记
·
2024-10-09
解决
Authentication
plugin
caching
sha2
使用Navicat连接mysql报错:Client does not support authentication protocol requested by server
我们在使用navicat连接mysql的时候,会报错是吧!如果出现了下面错误:Clientdoesnotsupportauthenticationprotocolrequestedbyserver意思是:客户端不支持服务器请求的身份验证协议那么我们只需要打开自己电脑中的mysql,输入你的密码登录。然后我们在第一行中输...
开发笔记
·
2024-10-09
使用
Navicat
连接
mysql
报错
MyBatis是什么
概述1.1MyBatis简介MyBatis 是一个基于 Java 语言的持久层框架,它通过XML描述符或注解将对象与存储过程或SQL语句进行映射,并提供了普通SQL查询、存储过程和高级映射等操作方式,使得操作数据库变得非常方便。MyBatis是Apache下的一个开源项目,其前...
开发笔记
·
2024-10-01
MyBatis
是什么
未能从程序集“System.ServiceModel”中加载类型“System.ServiceModel.Activation.HttpModule”的解决办法
错误:未能从程序集“System.ServiceModel,Version=3.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089”中加载类型“System.ServiceModel.Activation.HttpModule&...
开发笔记
·
2024-09-29
未能
程序
System.ServiceModel
加载
类型
springboot下mybatisplus开启打印sql日志怎么配置
需要以下三个配置1:设置mybatisplus包下的日志级别为DEBUG;logging: level: com: baomidou: ...
开发笔记
·
2024-09-24
springboot
mybatisplus
开启
打印
sql
事务隔离级别(IsolationLevel)
事务的特性(ACID)1、原子性(Atomicity) 事物是数据库的逻辑工作单位,事务中的诸多操作要么全做要么全不做2、一致性(Consistency) 事务执行结果必须是使数据库从一个一致性状态变到另一个一致性状态3、隔离性(Isolation) 一个数据的执行不能被其他事务干扰4、持续性/永久性(Durab...
开发笔记
·
2024-09-02
事务
隔离
级别
IsolationLevel
Web Performance Optimization
WebPerformanceOptimization 技术不断演进,包括: - LazyLoading:延迟加载非必要的资源,提升页面加载速度。- CodeSplitting:将代码拆分成更小的部分,按需加载。- HTTP/3:新一代HTTP协议,提升了网络传输性能和安...
开发笔记
·
2024-08-31
Web
Performance
Optimization
Server-Side Rendering (SSR) 与 Static Site Generation (SSG)
Server-SideRendering(SSR) 和 StaticSiteGeneration(SSG) 都是优化页面加载速度和SEO的重要技术。 - Next.js:一个React框架,支持SSR和SSG。- Nuxt.js:一个Vue.js框架,支持SS...
开发笔记
·
2024-08-31
Server-Side
Rendering
SSR
Static
Site
nginx location路径匹配问题
现在很多前端web程序都是打包单页面程序,只能有一个入口,这样会导致刷新页面报404其实在nginx中加个配置就能解决,copylocation/{#其他代码try_files$uri$uri//index.html;}解释:匹配所有“/”开头的路径到html目录下。try_files的含义是:...
开发笔记
·
2024-08-23
nginx
location
路径
匹配
问题
nginx location 校验文件特殊添加方法
server{....location/335774.txt{alias/data/www/335774.txt;}location/3351327774.txt{alias/dataN/www/default/3351327774.txt;}location/3351327774.txt{alias./3351327...
开发笔记
·
2024-07-09
nginx
location
校验
文件
特殊
注解 javax.validation.constraints下的注解
@NotBlank,@NotNoll,@NotEmpty实体字段校验之间的区别简单的来说字符串用@NotBlank基本类型用@NotNoll集合类型@NotEmpty...
开发笔记
·
2023-10-20
注解
javax.validation.constraints
PHP has encountered an Access Violation
解决方法:回收进程池...
开发笔记
·
2023-08-11
PHP
has
encountered
an
Access
ORA-54531: invalid orientation for element at element offset
文档解释ORA-54531:invalidorientationforelementatelementoffsetCause:Theorientationofthecurrentgeometrywasnotvalid.Action:Reversetheorientationofthegeometry.ORA-54531...
IT技术学习
·
2023-07-28
element
ORA-54531
invalid
orientation
for
ORA-41689: invalid collection specification in the rule condition
文档解释ORA-41689:invalidcollectionspecificationintheruleconditionCause:Anattemptwasmadetoinsertaruleconditionwithinvalidcollectionelementspecification.Action:Corre...
IT技术学习
·
2023-07-28
ORA-41689
invalid
collection
specification
in
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他