随笔分类 - 工作
工作遇见问题的解决方案
摘要:select substring_index(group_concat(col_id order by col_importtime desc), ',', 1) as col_id from biwarehouse.tbl_gf_ext_manabcode_receiver group by co
阅读全文
摘要:public class ExceptionUtil { public static String getMessage(Exception e) { StringWriter sw = null; PrintWriter pw = null; try { sw = new StringWriter
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="10 seconds"> <!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL,
阅读全文
摘要:mysql数据库连接 后添加编码&characterEncoding=UTF-8 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:330
阅读全文
摘要:https://www.cnblogs.com/hsuchan/p/4174433.html
阅读全文
摘要:https://www.freesion.com/article/7408718653/
阅读全文
摘要:https://www.cnblogs.com/zwgbk/p/10344678.html
阅读全文
摘要:以管理员方式启动命令行,然后敲下以下命令: net user account_name new_password
阅读全文
摘要:1.切到bin目录 2. ./startup.sh && tail -f ../logs/calina.out
阅读全文
摘要:巨坑!!! 普通用户修改完环境变量,若你很确定你的步骤没错,请重连!!!(root用户source就能生效,普通用户source之后还需重连) 1.下载jdk.tar.gc 2.解压: tar -zxvf jdk.tar.gc 3.配置环境变量 vim .bash_profile 4.source
阅读全文
摘要:https://www.cnblogs.com/liaojie970/p/9296177.html
阅读全文
摘要:<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> </includes> </resource> </resources> </buil
阅读全文
摘要:打开maven设置,把截图中的3的√去掉,这样maven打包出来的文件就可以快速搜索,不需要一级一级往下找class了,需要注意的是,这么设置,平时打开文件时就要小心些了,别在target文件编辑了半天
阅读全文
摘要:1. idea控制台乱码 打开IDEA开发工具,在工具栏中点击“Help”展开菜单,在菜单中点击“Edit Custom VM Options”进入idea64.exe.vmoptions配置文件。 在idea64.exe.vmoptions配置文件中,最后一行添加:“-Dfile.encoding
阅读全文
摘要:画图工具:https://processon.com/ gitHub: https://github.com/ mavan库: https://mvnrepository.com/ 日志门面: SLF4J; 官方文档:http://www.slf4j.org/ 日志实现:Logback; 中文文档:
阅读全文
摘要:Orcal 里 date 转换的几种函数 to_date():字符串转换成日期 orcal里不区分大小写 月:mm 分钟:mi 小时(24小时制):hh24 select to_date('2020-12-04 10:18:18','yyyy-mm-dd hh24:mi:ss') from dual
阅读全文
浙公网安备 33010602011771号