1.字体设置 Editor-->Font 2.文档注释设置 Editor-->File and Code Templates-->Includes-->File Header /** @author songke @company xxx @create ${YEAR}-${MONTH}-${DAY ...
分类:
其他好文 时间:
2020-01-08 12:19:18
阅读次数:
130
X-431 PRO MINI is a Android-based vehicle trouble diagnostic tool,it achieves full car model and full system vehicle trouble diagnosis, which includes ...
分类:
其他好文 时间:
2019-12-30 21:15:55
阅读次数:
76
一、设置效果 二、设置步骤 File--> Settings--> Editor--> File and Code Templates--> Includes--> File Header--> 添加以下代码 ${USER}会读取当前电脑的用户名 ...
分类:
其他好文 时间:
2019-12-29 18:47:33
阅读次数:
875
[TOC] 8 预处理 SWIG includes its own enhanced version of the C preprocessor. The preprocessor supports the standard preprocessor directives and macro exp ...
分类:
其他好文 时间:
2019-12-28 13:01:48
阅读次数:
356
话不多说先上图,这是启动类的配置,这里配置了@ComponentScan("我的mapper的接口") 接下来是我的项目结构截图 然后是service 的截图,我在这里加了注解@Service 最后我在测试类里面 的截图 最后附上我的maven的pom 我开始怀疑是这个配置的有问题了 <?xml v ...
分类:
编程语言 时间:
2019-12-27 11:37:35
阅读次数:
387
export default class WebSocketClass { constructor(url, msgCallback,time) { const IS_HTTPS = document.location.protocol.includes('https') let wsProtoco ...
分类:
Web程序 时间:
2019-12-27 09:48:31
阅读次数:
86
export default class WebSocketClass { constructor(url, msgCallback, time) { const IS_HTTPS = document.location.protocol.includes('https') //容错 http ht ...
分类:
Web程序 时间:
2019-12-27 09:23:03
阅读次数:
498
redis基本配置 1、开头说明 这里没什么好说的,需要注意的是后面需要使用内存大小时,可以指定单位,通常是以 k,gb,m的形式出现,并且单位不区分大小写。 回到顶部 2、INCLUDES 我们知道Redis只有一个配置文件,如果多个人进行开发维护,那么就需要多个这样的配置文件,这时候多个配置文件 ...
分类:
其他好文 时间:
2019-12-27 00:08:19
阅读次数:
112
需要在pom中加入以下代码 <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml ...
分类:
其他好文 时间:
2019-12-23 11:46:12
阅读次数:
800
在安装Ecshop的时候,遇到两个问题: 一、Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includes ...
分类:
其他好文 时间:
2019-12-23 00:23:07
阅读次数:
88