今天把一个去年没做完的项目翻出来做时,发现maven无法正常导入依赖。检查了一遍项目配置,没发现有什么问题。而且依赖在本地仓库存在。 随后发现报错:Failed to transfer file:*********. Return code is: 501 , ReasonPhrase:HTTPS ...
分类:
Web程序 时间:
2020-01-26 17:27:09
阅读次数:
2117
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password' Where root as your user localhost as your URL and password as your p ...
分类:
数据库 时间:
2020-01-26 15:52:26
阅读次数:
77
centos7 vsftpd安装 FTP:文件传输协议(File Transfer Protocol),基于客户端/服务器模式,默认使用20、21端口号,其中端口20(数据端口)用于进行数据传输,端口21(命令端口)用于接受客户端发出的相关FTP命令与参数。 FTP协议两种工作模式(1)PORT(主 ...
分类:
其他好文 时间:
2020-01-26 13:11:21
阅读次数:
99
定义数据模型 使用mongoose操作数据库 "可参考文档进行使用" ...
分类:
其他好文 时间:
2020-01-24 22:29:21
阅读次数:
231
1.《巫师3》运行时报错: GPU does not meet minimal requirements Support for DirectX11 is required 很多人说是显卡问题,但现在玩这个的都是好电脑,不会是显卡问题,而是directx11与12不对应的问题,把系统的配置替换游戏的 ...
分类:
其他好文 时间:
2020-01-23 11:09:49
阅读次数:
139
Android数据库源码分析(2)-SQLiteDatabase的实现以及多线程行为 本系列主要关注安卓数据库的线程行为,分为四个部分: (1)SQLiteOpenHelper的getReadableDatabase和getWritableDatabase (2)SQLiteDatabase的实现以 ...
分类:
移动开发 时间:
2020-01-22 11:15:14
阅读次数:
97
pip install MySQL-python 如果提示“error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27” 就到提示的网址去下载安装 VCForPython27.msi 安装后继续执 ...
分类:
数据库 时间:
2020-01-22 10:57:16
阅读次数:
97
E - Arctic Network The Department of National Defence (DND) wishes to connect several northern outposts by a wireless network. Two different communica ...
分类:
Web程序 时间:
2020-01-21 23:45:57
阅读次数:
125
The secured object is an abstract representing whatever is secured. It may be a MethodInvocation in case of @Secured, @RolesAllowed, @PreFilter and @P ...
分类:
编程语言 时间:
2020-01-21 14:42:49
阅读次数:
84
方法1:将SecurityContextHolder的策略更改为MODE_INHERITABLETHREADLOCAL 方法2:将上面的方法用java方法实现 方法3:AsyncTaskExecutor包装在DelegatingSecurityContextAsyncTaskExecutor中,该D ...
分类:
编程语言 时间:
2020-01-21 00:57:42
阅读次数:
143