windows 系统电脑,再一次更新git客户端后提交报错 git@gitee.com: Permission denied (publickey).fatal: Could not read from remote repository. Please make sure you have the ...
分类:
其他好文 时间:
2019-05-15 16:44:34
阅读次数:
1560
ipmitool使用报错处理 Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory 解决办法:需要加载相关模块 查看先关模块是否加载(可以看出模块未加载) #ls ...
分类:
其他好文 时间:
2019-05-15 14:13:46
阅读次数:
358
目录 1、PowerDesigner 菜单栏中没有 Datebase 2、PowerDesigner连接远程mysql数据库连接不上 3、怎样去掉窗口中的黑色网格线 4、设置默认“不为空” 5、设置默认为 "" 附:PowerDesigner16.5 安装包地址 链接:https://pan.bai ...
分类:
其他好文 时间:
2019-05-14 14:48:18
阅读次数:
199
今天SpringBoot2整合mybatis+druid的时候出现了这个问题,其实对于这个问题,我们可以忽略,也可以解决的 解决方案: 1、在SpringBoot项目的resources目录下创建一个log4j.properties文件 2、文件中写入以下内容: log4j.rootLogger=D ...
分类:
移动开发 时间:
2019-05-13 10:40:36
阅读次数:
1407
500 Internal Privoxy Error Privoxy encountered an error while processing your request: Could not load template file no-server-data or one of its inclu ...
分类:
其他好文 时间:
2019-05-11 23:29:58
阅读次数:
522
How to Fix "Linux Failure to Download extra data files for ttf-mscorefonts-installer" error Hi Using Linux for a time ,in its very essence one of the ...
分类:
系统相关 时间:
2019-05-11 09:16:44
阅读次数:
390
1.执行httpd.exe D:\phpStudy\PHPTutorial\Apache\bin>httpd.exe 返回 could not bind to address 0.0.0.0:80 显示80端口被占用 2.cmd netstat -ano |findstr "80" 查看进程id 4 ...
分类:
Web程序 时间:
2019-05-10 14:36:50
阅读次数:
174
[root@wangxiong ~]# mkdir -p /media/cdrom/ [root@wangxiong ~]# mount /dev/sr0 /media/cdrom/ mount: block device /dev/sr0 is write-protected, mounting ...
分类:
其他好文 时间:
2019-05-09 23:27:40
阅读次数:
152
在打开eclipse,启动tomcat时报错:Could not publish to the server. java.lang.NullPointerException 解决方法: 在文件中找到Tomcat-->conf-->context.xml 在这个里面加上如下属性: ...
分类:
其他好文 时间:
2019-05-09 22:02:04
阅读次数:
110
MySQL新版默认使用caching_sha2_password作为身份验证插件,而旧版是使用mysql_native_password。当连接MySQL时报错“plugin caching_sha2_password could not be loaded”时,可换回旧版插件。 mysql -hl ...
分类:
数据库 时间:
2019-05-09 18:27:16
阅读次数:
2099