查看远程仓库 如果想查看你已经配置的远程仓库服务器,可以运行 git remote 命令,它会列出你指定的每一个远程服务器的名称 如果是刚 clone 下来的自己的库,能看到 origin,这是 Git 起的默认名字 $ git clone https://github.com/schacon/ti ...
分类:
其他好文 时间:
2021-05-24 12:39:49
阅读次数:
0
问题描述 电脑可以正常联网,但是chrome 内核的浏览器就是会突然无法访问一些网站,但是其它的浏览器就可以比如火狐浏览器,这个时候我们需要对进行DNS的重置刷新来并重启来解决这个问题,不重启的话,可能自会生效一次浏览器访问,再次访问别的网站又会失效的那种。 解决办法 目前的解决办法就是使用管理员打 ...
分类:
其他好文 时间:
2021-05-24 12:18:43
阅读次数:
0
对应的SQL语句 alter user "DSG" limit session_per_user 10, connect_idle_time 2, failed_login_attemps 4, password_life_time 5, password_reuse_time 6, passwor ...
分类:
数据库 时间:
2021-05-24 10:03:24
阅读次数:
0
1、什么是 nginx 高可用 (1)需要两台 nginx 服务器 (2)需要 keepalived (3)需要虚拟 ip 2、配置高可用的准备工作(1)需要两台服务器 192.168.17.129 和 192.168.17.131 (2)在两台服务器安装 nginx (3)在两台服务器安装 kee ...
分类:
其他好文 时间:
2021-05-24 08:39:55
阅读次数:
0
环境准备,一台CentOS7 安装软件```[root@localhost ~]# yum install mariadb-server -y```创建三个实例的目录```[root@localhost ~]# mkdir /mysql/{3306,3307,3308}/{data,etc,sock ...
分类:
数据库 时间:
2021-05-24 08:17:38
阅读次数:
0
1.连接问题 Cannot get a connection, pool error Timeout waiting for idle object 解决: 排查思路: 1.检查是否应用压力过大,无法获取空闲连接 查看cpu、内存 查看tomcat的连接数(netstat -natp | grep ...
分类:
其他好文 时间:
2021-05-24 05:29:42
阅读次数:
0
使用用户对数据库创建数据表时报权限不足解决方法 grant connect, resource , dba to FORMDESIGN; grant create session to FORMDESIGN; grant create session,create table to FORMDESI ...
分类:
数据库 时间:
2021-05-24 04:31:11
阅读次数:
0
Accounts used for Azure AD Connect Azure AD Connect uses 3 accounts in order to synchronize information from on-premises or Windows Server Active Dire ...
分类:
其他好文 时间:
2021-05-24 04:09:23
阅读次数:
0
解决mac系统docker启动mysql端口被占用 错误提示 Error response from daemon: Cannot restart container cfcf: driver failed programming external connectivity on endpoint ...
分类:
数据库 时间:
2021-05-24 04:06:32
阅读次数:
0
注意:对象生命周期和依赖注入框架 依赖注入框架可以创建线程安全的,事务性的SqlSession和映射器,并将它们直接注入到bean中,这样您就可以忽略它们的生命周期。 您可能想看看MyBatis-Spring或MyBatis-Guice子项目,以了解有关将MyBatis与DI框架一起使用的更多信息。 ...
分类:
数据库 时间:
2021-05-24 02:38:08
阅读次数:
0