【故障处理】ORA-28040: No matching authentication protocol 1> 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter、 ORA-28040: No matching authe ...
分类:
其他好文 时间:
2020-06-13 11:19:56
阅读次数:
53
【故障处理】ORA-28040: No matching authentication protocol 1> 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter、 ORA-28040: No matching authe ...
分类:
其他好文 时间:
2020-06-13 10:30:44
阅读次数:
49
name -aLinux localhost.localdomain 4.20.0-1.nk.3.x86_64 #1 SMP Fri Jan 25 08:58:11 CST 2019 x86_64 x86_64 x86_64 GNU/Linux dotnet --info.NET Core SDK ...
分类:
Web程序 时间:
2020-06-12 14:11:55
阅读次数:
94
登录功能概述 token原理分析 登录页面布局 代码编写之前先创建功能开发分支 git status //查看当前工作区是否干净 git checkout -b login //创建新的分支login git branch //查看当前分支是哪一个 git add . git commit -m " ...
@Override@Transactional(propagation = Propagation.REQUIRED,isolation= Isolation.REPEATABLE_READ)public User1 hsq_test_read(Integer id) { User1 user1 = ...
分类:
数据库 时间:
2020-06-11 21:55:52
阅读次数:
127
首先创建一个Model类来存放数据, public class MailModel { [Required(ErrorMessage = "Please enter the receiver")] public string To { get; set; } public string Subjec ...
分类:
Web程序 时间:
2020-06-11 14:57:48
阅读次数:
73
system 系统 setting 设置 network 网络 proxy 代理 clock 时钟 location 位置 option 选项 method 方法 resolution 分辨率 manually手动 required 需要 terminal 终端 shutdown 关闭 关机 pow ...
分类:
系统相关 时间:
2020-06-11 10:36:58
阅读次数:
83
概述 Zabbix 5.0已经正式发布,相比4.0,它在可用性,安全性和完整性方面都有一系列重要改进。 支持的平台 除了现有的官方软件包和appliances外,Zabbix 5.0现在还支持以下平台: SUSE Linux Enterprise Server 15 Debian 10 Ubuntu ...
分类:
其他好文 时间:
2020-06-10 17:32:00
阅读次数:
99
#####本文转自https://www.cnblogs.com/networking/p/4694469.html##### 一、基础操作说明: 1、 设备恢复出厂化 root# load factory-default root# set system root-authentication p ...
分类:
其他好文 时间:
2020-06-10 13:25:50
阅读次数:
117
使用git从远程仓clone项目,或者提交修改的时候提示失败: fatal: Authentication failed,就是凭证失败的意思; 目前来看出现这种问题基本分成两步: 1、修改全局配置用户名 和 邮箱; 这里主要预防新手后边再遇到此问题 // 配置user.name git config ...
分类:
其他好文 时间:
2020-06-10 11:07:22
阅读次数:
61