1.公司的gitlab重构了,上午起来git pull一下最新的代码,始终提示remote: HTTP Basic: Access denied fatal: Authentication failed for。。。。。 2.然后我重新注册gitlab,再去pull代码 始终提示登录log in 我 ...
分类:
数据库 时间:
2019-12-14 15:45:04
阅读次数:
108
错误1: 启动kvm容器报错: # virsh start hadoop-test error: Failed to start domain hadoop-testerror: internal error: process exited while connecting to monitor: ...
分类:
其他好文 时间:
2019-12-13 12:21:20
阅读次数:
293
在同一类中,方法名相同,参数列表不同,与返回值、变量名无关【参数的个数,类型只要有一个不一样,就叫方法重载】 根据不同的参数,调用不同方法 只要方法名一样,参数列表一样,就叫方法重复定义(不可用) public static int add(int x,int y) {逻辑} //两个整数加法 pu ...
分类:
其他好文 时间:
2019-12-13 09:32:38
阅读次数:
88
1:错误信息:如下 2:解决方法 修改mysql端口后需要修改: vi /etc/selinux/configSELINUX=disabled 然后重启服务。可以用命令:setenforce 0 临时关闭selinux ,不用重启服务器;setenforce 0systemctl restart m ...
分类:
数据库 时间:
2019-12-13 09:14:00
阅读次数:
286
首先我们需要进行麦克风访问授权 AVAudioSessionRecordPermission permission = [[AVAudioSession sharedInstance] recordPermission]; //判断是否授权 if (AVAudioSessionRecordPermi ...
分类:
移动开发 时间:
2019-12-11 21:50:38
阅读次数:
104
原文:https://blogs.msdn.microsoft.com/mazhou/2017/10/05/c-7-series-part-5-private-protected/ C#有几个可访问性修饰符,public、internal、internal protected和private。 pu ...
效果如下: 1:下载依赖(两个) 2:在AndroidManifest.xml文件中添加权限代码 <!-- if you want to load images from the internet --> <uses-permission android:name="android.permissi ...
分类:
移动开发 时间:
2019-12-10 16:53:45
阅读次数:
139
这几天学习Laravel框架遇到了数据库方面的问题。 PDOException in Connector.php line 55:SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password ...
分类:
数据库 时间:
2019-12-10 13:30:44
阅读次数:
129
123456首先加载的是CCBoot.js文档执行主循环123456789101112mainLoop: function () { if (this._purgeDirectorInNextLoop) { this._purgeDirectorInNextLoop = false; this.pu... ...
分类:
Web程序 时间:
2019-12-10 00:49:27
阅读次数:
147
1. 问题描述: java.sql.SQLException: Access denied for user 'xxx'@'xxx.xxx.xxx.xxx' (using password: YES) https://www.cnblogs.com/MWCloud/p/11352557.html s ...
分类:
其他好文 时间:
2019-12-08 17:23:04
阅读次数:
80