出了问题,先根据提示仔细检查,再去百度。【敲黑板:因为很有可能因为粗心碰到的问题百度到的只是类似的,而不一样,那样排查起来更费时!!】 这次问题就在于,不要轻易相信IDEA的自动填充!!! yml 正确 spring: datasource: driver class name: com.mysql ...
                            
                            
                                分类:
数据库   时间:
2020-04-17 20:23:26   
                                阅读次数:
77
                             
                         
                    
                        
                            
                            
                                错误信息提示 # mount /dev/sdb1 /mnt/usb Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another ...
                            
                            
                                分类:
系统相关   时间:
2020-04-15 15:18:17   
                                阅读次数:
192
                             
                         
                    
                        
                            
                            
                                    问题 Github克隆项目的时候报如下错: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the corre ...
                            
                            
                                分类:
其他好文   时间:
2020-04-15 00:27:41   
                                阅读次数:
82
                             
                         
                    
                        
                            
                            
                                    之前安装过一次MySQL,但是由于时间问题没安装完。今天再次安装了一下,遇到的一些问题及参考的博客如下。 问题一:忘记密码。emm很久没碰过了把之前设置的root密码忘记了。 在MySQL登录时出现Access denied for user 'root'@'localhost' (using pa ...
                            
                            
                                分类:
数据库   时间:
2020-04-13 18:15:46   
                                阅读次数:
83
                             
                         
                    
                        
                            
                            
                                If you do not have permission to create the directory object (and assuming that the directory object does not already exist), you'll need to send a re ...
                            
                            
                                分类:
其他好文   时间:
2020-04-13 12:28:50   
                                阅读次数:
74
                             
                         
                    
                        
                            
                            
                                异常信息 异常解读 异常处理 nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (13: Permission denied)2020/04/12 09:46:2 ...
                            
                            
                                分类:
Web程序   时间:
2020-04-12 10:32:17   
                                阅读次数:
73
                             
                         
                    
                        
                            
                            
                                    我的解决方式: 密码输错了.... 最新版本的mysql再安装时需要你设置密码 大家记得在Enter password里面输入你预先设置的密码呀 https://www.jianshu.com/p/b7e9a4da81a3 https://blog.csdn.net/zoucui/article/d ...
                            
                            
                                分类:
数据库   时间:
2020-04-10 10:31:45   
                                阅读次数:
109
                             
                         
                    
                        
                            
                            
                                我们可以通过注册AAD中的 API permission来获取微软产品的权限, 包括Dynamics 首先,我们需要添加一个permission. 这里我们要选择application permission. 两个permission的区别: delegated: 需要每次跳出用户的登录框, 每次获 ...
                            
                            
                         
                    
                        
                            
                            
                                    目的:每次登录服务器都需要输入密码比较费劲,设置成免密登录就方便多了! 在本机执行服务器上的脚本,如果没有设置免密登录会报:Host key verification failed Permission denied Permission denied, please try again 设置成免密 ...
                            
                            
                                分类:
系统相关   时间:
2020-04-08 22:49:35   
                                阅读次数:
146