Django-cas-ng 报Not Found: /accounts/login/ 报错如下,在请求接口地址时,由于未登录,会跳转到登录页面,但是没有往预想的登录页跳转,而是跳转到/accounts/login/ [14/Dec/2020 14:17:55] "GET /api/v1/projec ...
分类:
其他好文 时间:
2020-12-19 12:11:59
阅读次数:
1
问题背景:windows 命令窗输入 adb devices -l 或者 adb devices 报error:protocol fault或error:device not found手机驱动有问题 解决方案一: windows:任务管理器, 看到adb的进程, 关闭掉, 然后重新启动 adb s ...
分类:
移动开发 时间:
2020-12-11 11:59:50
阅读次数:
6
java.io.IOException: Could not find resource com/xxx/xxxMapper.xml 报错内容: org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSess ...
分类:
移动开发 时间:
2020-12-10 11:20:18
阅读次数:
9
2019-11-25 by BOBtm 英文报错信息为:“Could not initialize plugin ‘/usr/lib64/vmware/plugin/libnvidia-vgx.so’ for vGPU “profile_name”” NVIDIA官方解释: https://docs ...
分类:
系统相关 时间:
2020-12-10 10:49:12
阅读次数:
6
问题描述:把本地库里的内容推送到远程库的时候出错? git push -u origin master fatal: Could not read from remote repository. Please make sure you have the correct access rights ...
分类:
数据库 时间:
2020-12-09 11:57:01
阅读次数:
5
一、实验环境 System OS: CentOS Linux release 7.6.1810 Mysql version:mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz master: 3307 slave: 3308 ip:192.168.32.201 主从 ...
分类:
数据库 时间:
2020-12-07 12:43:21
阅读次数:
12
解决创建maven项目Couldnotresolvearchetypeorg.apache.maven.archetypes:maven-archetype-quickstart问题今天用eclipse创建项目的时候报错如下图:解决方案:1.下载最新版maven-archetype-quickstart-1.1.jar2.命令行到下载目录下执行mvninstall:install-file-Dgr
分类:
Web程序 时间:
2020-12-05 10:41:27
阅读次数:
8
程序的发展,需要引入集中配置:随着程序功能的日益复杂,程序的配置日益增多:各种功能的开关、参数的配置、服务器的地址……并且对配置的期望也越来越高,配置修改后实时生效,灰度发布,分环境、分集群管理配置,完善的权限、审核机制……并且随着采用分布式的开发模式,项目之间的相互引用随着服务的不断增多,相互之间的调用复杂度成指数升高,每次投产或者上线新的项目时苦不堪言,因此需要引用配置中心治理。有哪些开源配置
分类:
其他好文 时间:
2020-12-04 11:10:40
阅读次数:
5
出现的错误为: Multiple annotations found at this line:- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plu ...
分类:
其他好文 时间:
2020-11-30 15:21:50
阅读次数:
4
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36