摘要: /** * Copyright (c) ${year}, All Rights Reserved. * */ ${filecomment} ${package_declaration} ${typecomment} /** * 此处应有类说明<br/> * * @author admin * @Da 阅读全文
posted @ 2020-02-05 10:17 所向披靡zz 阅读(318) 评论(0) 推荐(0) 编辑
摘要: <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:spring-beans.xml</param-value> </context-param> 指定多个配置文件用,隔开。 <l 阅读全文
posted @ 2020-02-04 15:28 所向披靡zz 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1.@controller 控制器(注入服务) 2.@service 业务(注入dao) 3.@repository dao(实现dao访问) 4.@component (把普通pojo实例化到spring容器中,相当于配置文件中的<bean id="" class=""/>) 5.@Compone 阅读全文
posted @ 2020-02-04 14:44 所向披靡zz 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: 修改date日期时间: update T2_FOODS_STORAGE_IN set create_time =to_date('2020-01-15 12:30:20','yyyy-mm-dd hh24:mi:ss') 查询15分钟之前删除的表数据: select * from 表名 as of 阅读全文
posted @ 2020-01-15 16:18 所向披靡zz 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1.打开idea安装bin目录下两个文件,最后一行添加 -Dfile.encoding=UTF-8 2.File -- Settings -- Editor 3.tomcat 设置VM option 阅读全文
posted @ 2019-12-27 16:25 所向披靡zz 阅读(399) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-12-18 20:12 所向披靡zz 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <logger name="org.springframework.data.mongodb.core" level="DEBUG"/> 阅读全文
posted @ 2019-12-18 19:58 所向披靡zz 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 1.安装jdk 1.8 系统版本: CentOS Linux release 7.8.2003 (Core) 2.安装zookeeper 3.4.9 下载地址:zookeeper3.4.9 http://archive.apache.org/dist/zookeeper 1. 下载zookeeper 阅读全文
posted @ 2019-12-17 20:24 所向披靡zz 阅读(136) 评论(0) 推荐(0) 编辑
摘要: win+R打开doc窗口 netstat -ano |findstr "8888" 结束进程 tskill 5568 taskkill /pid 5568 -t -f 阅读全文
posted @ 2019-12-17 16:48 所向披靡zz 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 由于项目是springboot项目,在application.properties加入 logging.level.root=debug debug日志报错信息为kafka集群ip别名访问失败 在windows上配置ip别名 C:\Windows\System32\drivers\etc\hosts 阅读全文
posted @ 2019-12-16 16:08 所向披靡zz 阅读(1455) 评论(0) 推荐(0) 编辑