Vue——mac环境下报错vue-cli-service: command not found 话不多说,直接讲方法,在终端输入: sudo rm -rf node_modules package-lock.json && npm install ...
分类:
其他好文 时间:
2020-12-21 11:04:05
阅读次数:
0
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面试常考系列七题目一Swing的方法中,有哪些是线程安全的?Swing的规则是:当Swing组件被具现化时,所有可能影响或依赖于组件状态的代码都应该在事件派发线程中执行。因此有3个线程安全的方法:repaint(),revalidate(),andinvalidate()。题目二Component子类中,哪些支持绘画功能在Canvas,Frame,Panel,和小程序类支持的绘画。题目三M
分类:
编程语言 时间:
2020-12-10 10:34:39
阅读次数:
6
在用spring配置文件applicationContext.xml中引入src下的properties文件 <context:property-placeholder location="classpath:jdbc.properties"/> <!-- DriveManagerDataSourc ...
分类:
数据库 时间:
2020-12-03 11:37:52
阅读次数:
11
缘由:A项目用HttpURLConnection代理(B项目)内部接口的时候,返回值正常; 由于要走负载,nginx代理了几个A项目,通过nginx访问的时候,页面显示ERR_EMPTY_RESPONSE; nginx报错upstream sent invalid chunked response ...
分类:
其他好文 时间:
2020-12-03 11:34:06
阅读次数:
4
File "D:\workspace\mall\venv\lib\site-packages\django\db\models\fields\__init__.py", line 972, in get_prep_value return int(value)ValueError: invalid ...
分类:
其他好文 时间:
2020-12-01 12:26:06
阅读次数:
9
出现的错误为: 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
一,问题 使用git命令时出现了错误: xcode-select: error: invalid developer directory 'path/to/Xcode.app' 二,尝试解决 我发现原因是最近写在卸载了‘巨无霸’Xcode,这时候也不想把xcode下载回来,于是我准备下载: xcod ...
分类:
移动开发 时间:
2020-11-30 15:19:53
阅读次数:
13
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36