1.mybatis设置文件未添加mapper 在mybatis文件中添加 <mappers> <mapper resource="com/innovationV2/mapper/UserMapper.xml"/> </mappers> ##2.mapper文件的命名空间设置错误 mapper文件内的 ...
分类:
移动开发 时间:
2021-07-05 18:55:19
阅读次数:
0
23天设计模式之迭代器模式 文章简介 今天在看Vector类的源码时发现集合基本上都使用到了迭代器模式,去了解了迭代器模式的相关知识,于是就有了这篇文章!在文章中我会拿我们最熟悉的ArrayList类来举例,对应迭代器中的几种角色一一阐释清楚。废话不多说,文章献上。 是什么 迭代器模式(Iterat ...
分类:
其他好文 时间:
2021-07-05 17:14:21
阅读次数:
0
1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
分类:
其他好文 时间:
2021-07-05 16:56:22
阅读次数:
0
For example, if an interface is selected when you invoke the Quick Type Hierarchy, the list displays all the known classes that implement the interfac ...
分类:
系统相关 时间:
2021-06-30 17:33:09
阅读次数:
0
CentOS8虚拟机用了一段时间后,需要安装telnet-server服务,却无法正常安装。之前安装ftp服务是没有问题的,安装问题如下: 错误提示,无法下载相关元数据;网上也是0.0B/s。那么可能就是网络的问题,之前是可以访问外网的,那么ping一下外网: 这个就是虚拟机无法访问外网导致的。之前 ...
分类:
其他好文 时间:
2021-06-15 17:41:23
阅读次数:
0
def print(self, *args, sep=' ', end='\n', file=None): # known special case of print """ print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=Fa ...
分类:
编程语言 时间:
2021-06-03 17:49:48
阅读次数:
0
package kuangs.lesson1;import java.net.InetAddress;import java.net.UnknownHostException;//测试IPpublic class TestInetAddress { public static void main(S ...
分类:
Web程序 时间:
2021-06-02 19:04:04
阅读次数:
0
安装的centos7 无法上网解决方案:一、安装的centos7 无法上网解决方案1、选择VMWare的NAT模式。 导航栏“编辑”->“虚拟网络编辑器” ->NAT模式->NAT设置2、编辑网络配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33文件 ...
分类:
系统相关 时间:
2021-06-02 11:17:57
阅读次数:
0
问题一:atxserver2-android-provider中平台无法显示Android设备 [D 210424 18:27:37 device:212] [5230d487] tcpproxy.js start *:20000 -> 20002[E 210424 18:27:37 main:26 ...
分类:
其他好文 时间:
2021-04-26 13:17:09
阅读次数:
0
golang获取上传图片的宽和高: package main import ( "fmt" "image" "io/ioutil" "os" "path/filepath" ) const dir_to_scan string = "/home/da/to_merge" func main() { ...
分类:
其他好文 时间:
2021-04-23 11:57:25
阅读次数:
0