报错constructor found in com.atguigu.mybatis.bean.Department matching [java.lang.Integer, java.lang.String] 构造方法不匹配,因为反射中会使用默认的无参构造器,而当我们一旦写了新的带参构造方法,那么 ...
分类:
编程语言 时间:
2018-11-19 13:37:32
阅读次数:
213
之前部门老大叫我查找有关Direct3D使用软件渲染的方法,于是我找到了D3D驱动的类型,并整理如下 一、D3D驱动类型的句法 二、常量介绍 1,D3D_DRIVER_TYPE_UNKNOWN 这个驱动类型不知道。 (怎么用,用在什么地方,都不知道) 2,D3D_DRIVER_TYPE_HARDWA ...
分类:
其他好文 时间:
2018-11-17 20:54:23
阅读次数:
130
2810. Palindromic Times Tattah is asleep if and only if Tattah is attending a lecture. This is a well-known formula among Tattah's colleagues. On a We ...
分类:
其他好文 时间:
2018-11-17 16:10:20
阅读次数:
210
报错org.apache.ibatis.binding.BindingException: Type interface com.atguigu.mybatis.bean.dao.EmployeeMapper is not known to the MapperRegistry. 我报这个错误的原因 ...
分类:
移动开发 时间:
2018-11-17 13:21:12
阅读次数:
1011
本博客内容基于Spark2.2版本,在阅读文章并想实际操作前,请确保你有: 老版本 老版本任务提交是基于启动本地进程,执行脚本spark-submit xxx ** 的方式做的。其中一个关键的问题就是获得提交Spark任务的Application-id,因为这个id是跟任务状态的跟踪有关系的。如果你 ...
分类:
编程语言 时间:
2018-11-14 17:18:50
阅读次数:
1208
Problem Description A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by dir ...
分类:
其他好文 时间:
2018-11-13 13:05:44
阅读次数:
894
公司有公共的git服务器一台。后需要进行服务器迁移,以便升级服务器配置,软件版本,统一管理 在使用新服务器部署后,执行版本库迁移以后,需要切换服务器地址 在域名解析上,将域名解析到新服务器 然后每个使用git的开发(客户端)的机器上需要做以下操作 1.进入用户目录下 .ssh 文件夹,将 known ...
分类:
其他好文 时间:
2018-11-10 12:40:24
阅读次数:
252
There are a few key features to know about Wi-Fi Direct: Wi-Fi Direct enlists a technology known as "Soft AP": Soft AP, in a nutshell, is software-bas ...
分类:
其他好文 时间:
2018-11-06 15:14:23
阅读次数:
174
一、远程连接的两种方式 1、telnet 明文连接,不安全。 连接方式:telnet 加IP加端口号(可判断对方的某个端口是否开启) 2、ssh 加密连接,安全 。连接方式:ssh加IP 对方22端口必须是开启状态 可指定登录的用户,不指定默认登录root用户 以上必须安装scp命令,支持远程连接才 ...
分类:
其他好文 时间:
2018-11-04 19:41:01
阅读次数:
166
MyRealm.java shiro.ini ...
分类:
其他好文 时间:
2018-11-03 14:40:29
阅读次数:
82