12 2021 档案

Hazelcast - Hazelcast介绍与使用
摘要:详细介绍 下面这个系列讲的很详细: Hazelcast集群服务(1)——Hazelcast介绍 Hazelcast集群服务(2)——Hazelcast基本配置 Hazelcast集群服务(3)——集群功能详解 Hazelcast集群服务(4)——分布式Map 其他博主的整理 Hazelcast 介绍 阅读全文

posted @ 2021-12-23 10:59 frank_cui 阅读(544) 评论(0) 推荐(0) 编辑

Git - Merge Request
摘要:选择reviewer,即可提交 阅读全文

posted @ 2021-12-22 14:00 frank_cui 阅读(15) 评论(0) 推荐(0) 编辑

Git - Cheey Pick
摘要:1.找到需要cherry pick的commit,点击: 2.点击cherry pick 3.选择想要把该commit,放在哪个branch中 4.之后会发起一个新的merge request, 填写reviewer即可。 阅读全文

posted @ 2021-12-22 13:50 frank_cui 阅读(144) 评论(0) 推荐(0) 编辑

Git - 修改name/author信息
摘要:问题描述 remote: GL-HOOK-ERR:ERROR: author:“019124”, 格式非法, 应当是你的工号,以K/S/0开头. remote: GL-HOOK-ERR:ERROR: 请重新设置[user]下的name值. 解决方案 1.查看个人用户目录下.gitconfig中的na 阅读全文

posted @ 2021-12-22 13:27 frank_cui 阅读(1384) 评论(1) 推荐(1) 编辑

Git - 如何撤销上一次commit操作
摘要:第一种情况:还没有push,只是在本地commit 1.语法说明 git reset [--soft | --mixed | --hard] [HEAD] --mixed 为默认,可以不用带该参数,用于重置暂存区的文件与上一次的提交(commit)保持一致,工作区文件内容保持不变 git reset 阅读全文

posted @ 2021-12-22 13:19 frank_cui 阅读(8862) 评论(0) 推荐(0) 编辑

Flink - Flink介绍
摘要:一、Flink是什么? Apache Flink是一个框架和分布式处理引擎(用来计算,不是用来储存的),用于对无界和有界数据流进行状态计算。 二、为什么选择Flink? Flink vs Spark Streaming? spark streaming Flink 定义 弹性的分布式数据集,并非真正 阅读全文

posted @ 2021-12-12 23:45 frank_cui 阅读(63) 评论(0) 推荐(0) 编辑

IDEA - 实时显示当前光标在哪个类,哪个方法里
摘要:问题:如何显示这一块? 解决方案: 阅读全文

posted @ 2021-12-10 17:56 frank_cui 阅读(492) 评论(0) 推荐(1) 编辑

Annotation - @SneakyThrows注解
摘要:一、简介 ​ 在java的异常体系中Exception异常有两个分支: 一个是运行时异常RuntimeException ———— 所有的运行时异常不捕获 一个是编译时异常,(比如IOException、SQLException等) —— 编译时异常是一定要捕获,否则编译会报错 @SneakyThr 阅读全文

posted @ 2021-12-10 14:05 frank_cui 阅读(225) 评论(0) 推荐(0) 编辑

SpringBoot - @ConfigurationProperties 注解 vs @EnableConfigurationProperties 注解
摘要:总结 @EnableConfigurationProperties 注解的作用是: 让使用了 @ConfigurationProperties 注解的类生效,并且将该类注入到 IOC 容器中,交由 IOC 容器进行管理。 如果没有使用@EnableConfigurationProperties 注解 阅读全文

posted @ 2021-12-10 11:27 frank_cui 阅读(235) 评论(0) 推荐(0) 编辑

SpringBoot - 定时任务@EnableScheduling
摘要:一、@EnableScheduling 使用在启动类上 写一个springboot的启动类: 启动类里面使用@EnableScheduling 注解开启功能,自动扫描 @SpringBootApplication @EnableScheduling //开启定时任务 public class Mai 阅读全文

posted @ 2021-12-10 10:02 frank_cui 阅读(389) 评论(0) 推荐(0) 编辑

Lombok - 常见注解
摘要:@Data,@AllArgsConstructor,@NoArgsConstructor https://www.cnblogs.com/frankcui/p/15662317.html @ToString https://blog.csdn.net/cauchy6317/article/detai 阅读全文

posted @ 2021-12-09 16:05 frank_cui 阅读(35) 评论(0) 推荐(0) 编辑

Lombok - Lombok 简介
摘要:一、Lombok有什么用? @Data 注解的主要作用是提高代码的简洁,使用这个注解可以省去代码中大量的get()、 set()、 toString()等方法; 二、如何引入lombok 要使用 @Data 注解要先引入lombok,lombok 是什么,它是一个工具类库,可以用简单的注解形式来简化 阅读全文

posted @ 2021-12-08 16:40 frank_cui 阅读(51) 评论(0) 推荐(0) 编辑

IDEA - 全局(全文)搜索快捷键CTRL+SHIFT+F无效
摘要:IDEA全局(全文)搜索快捷键CTRL+SHIFT+F无效,明明是这个快捷键,电脑都按爆了,也没有效果。原来是热键冲突,被搜狗输入法、qq输入法等其他软件占用了。果断修改搜狗输入法、qq输入法的热键,改为其他的就好啦。 原文链接 https://blog.csdn.net/weixin_339954 阅读全文

posted @ 2021-12-07 13:35 frank_cui 阅读(549) 评论(0) 推荐(0) 编辑

IDEA - 右边找不到maven窗口不见了
摘要:方案一:首先idea自带了maven控件,不像Eclipse还需要下载控件,如果你以前有maven在右边,出于某种原因,消失找不到 了,你可以试试我写的方法。 方法1.你点击一下你idea界面最左下角的那个小框,maven应该从里面找到 方法2.点击菜单栏View->Tool Windows->Ma 阅读全文

posted @ 2021-12-07 10:56 frank_cui 阅读(5408) 评论(0) 推荐(2) 编辑

IDEA - 设置字体,滚轮缩放,设置单击打开文件,自动定位文件
摘要:设置滚轮放大字体 https://jingyan.baidu.com/article/fb48e8be6eb1c22e622e149f.html 字体 设置单击打开文件,自动定位文件 更多设置 Idea修改主题,字体等常规操作:https://blog.csdn.net/lytwy123/artic 阅读全文

posted @ 2021-12-07 10:32 frank_cui 阅读(461) 评论(0) 推荐(0) 编辑

Huatai - Test
摘要:test 阅读全文

posted @ 2021-12-07 09:32 frank_cui 阅读(26) 评论(0) 推荐(0) 编辑

SonarCube - how VS and IDEA setup
摘要:VS IDEA 阅读全文

posted @ 2021-12-02 17:29 frank_cui 阅读(20) 评论(0) 推荐(0) 编辑

SVN - merge
摘要: 阅读全文

posted @ 2021-12-02 17:25 frank_cui 阅读(19) 评论(0) 推荐(0) 编辑

Bamboo - Create a bamboo branch
摘要: 阅读全文

posted @ 2021-12-02 17:23 frank_cui 阅读(22) 评论(0) 推荐(0) 编辑

Bamboo - Force Build
摘要: 阅读全文

posted @ 2021-12-02 17:22 frank_cui 阅读(13) 评论(0) 推荐(0) 编辑

Snoop - quick start
摘要: 阅读全文

posted @ 2021-12-02 17:21 frank_cui 阅读(10) 评论(0) 推荐(0) 编辑

Outlook - Recall email
摘要: 阅读全文

posted @ 2021-12-02 17:19 frank_cui 阅读(110) 评论(0) 推荐(0) 编辑

Outlook - Setup Shortcut Alt+3 for Unread/read
摘要: 阅读全文

posted @ 2021-12-02 17:18 frank_cui 阅读(13) 评论(0) 推荐(0) 编辑

Maven - 常用命令
摘要:View dependency tree Write log to txt 1-Print dependency tree to log file:mvn dependency:tree > c:/temp/tree.txt 常用maven命令总结 常用maven命令总结: -D 指定参数,如 -D 阅读全文

posted @ 2021-12-02 17:17 frank_cui 阅读(96) 评论(0) 推荐(0) 编辑

SQL Server vs Sybase
摘要:Diff - JDBC url Diff - Case sensitive Diff - Syntax Diff 阅读全文

posted @ 2021-12-02 17:12 frank_cui 阅读(28) 评论(0) 推荐(0) 编辑

Spring - Unit Test : IOC / Dependency Inject
摘要: 阅读全文

posted @ 2021-12-02 16:51 frank_cui 阅读(13) 评论(0) 推荐(0) 编辑

log4j - log file output location
摘要: 阅读全文

posted @ 2021-12-02 16:47 frank_cui 阅读(12) 评论(0) 推荐(0) 编辑

JMX - How to check port already used
摘要: 阅读全文

posted @ 2021-12-02 16:46 frank_cui 阅读(21) 评论(0) 推荐(0) 编辑

Java - Relative Path 相对路径
摘要: 阅读全文

posted @ 2021-12-02 16:44 frank_cui 阅读(55) 评论(0) 推荐(0) 编辑

IDEA - Import/Export Run/Debug Configuration
摘要: 阅读全文

posted @ 2021-12-02 16:43 frank_cui 阅读(48) 评论(0) 推荐(0) 编辑

C# - GAC location
摘要: 阅读全文

posted @ 2021-12-02 16:42 frank_cui 阅读(10) 评论(0) 推荐(0) 编辑

Git - master|merging
摘要: 阅读全文

posted @ 2021-12-02 16:41 frank_cui 阅读(24) 评论(0) 推荐(0) 编辑

EasyMock - 基本语法
摘要:expect().andReturn() replay() verify() 阅读全文

posted @ 2021-12-02 16:40 frank_cui 阅读(49) 评论(0) 推荐(0) 编辑

SQL Server - @@ROWCOUNT, @@IDENTITY
摘要:@@ROWCOUNT Get affected rows when do UPDATE / DELETE / INSERT Note that: @@ROWCOUNT is reset after every statement so you must retrieve the value imme 阅读全文

posted @ 2021-12-02 16:37 frank_cui 阅读(38) 评论(0) 推荐(0) 编辑

SQL Server - CTE - Common Table Expressions
摘要: 阅读全文

posted @ 2021-12-02 16:37 frank_cui 阅读(7) 评论(0) 推荐(0) 编辑

SQL Server - Convert int/date to string
摘要: 阅读全文

posted @ 2021-12-02 16:35 frank_cui 阅读(54) 评论(0) 推荐(0) 编辑

Sybase - Sybase BCP (bulk copy program)
摘要:Out syntax -> export data Queryout syntax -> export data In sybase bcp, no such syntax. Please use a view alternatively and then fetch view instead. - 阅读全文

posted @ 2021-12-02 16:33 frank_cui 阅读(121) 评论(0) 推荐(0) 编辑

Bamboo - How to change build server
摘要: 阅读全文

posted @ 2021-12-02 16:26 frank_cui 阅读(14) 评论(0) 推荐(0) 编辑

Spring - Neither GenericXmlContextLoader nor AnnotationConfigContextLoader was able to detect defaults
摘要: 阅读全文

posted @ 2021-12-02 16:19 frank_cui 阅读(353) 评论(0) 推荐(0) 编辑

Spring - The matching wildcard is strict, but no declaration can be found for element
摘要: 阅读全文

posted @ 2021-12-02 16:18 frank_cui 阅读(105) 评论(0) 推荐(0) 编辑

Spring - Could not resolve placeholder "..." in value "..."
摘要: 阅读全文

posted @ 2021-12-02 16:14 frank_cui 阅读(83) 评论(0) 推荐(0) 编辑

SonarCube - Missing blame information for the following files
摘要: 阅读全文

posted @ 2021-12-02 16:11 frank_cui 阅读(641) 评论(0) 推荐(0) 编辑

SonarCube - sonar.profile was set to 'xxxx' but didn't match any profile for any language
摘要: 阅读全文

posted @ 2021-12-02 16:10 frank_cui 阅读(61) 评论(0) 推荐(0) 编辑

SonarCube - Code Coverage sector disappear
摘要: 阅读全文

posted @ 2021-12-02 16:10 frank_cui 阅读(14) 评论(0) 推荐(0) 编辑

SonarCube - Coverage.xml root element error
摘要: 阅读全文

posted @ 2021-12-02 16:09 frank_cui 阅读(20) 评论(0) 推荐(0) 编辑

Sybase - Sybase.Data.AseClient.AseException: Invalid amount of parameters
摘要: 阅读全文

posted @ 2021-12-02 16:07 frank_cui 阅读(67) 评论(0) 推荐(0) 编辑

SVN - Cannot merge into a working copy that has local modifications
摘要: 阅读全文

posted @ 2021-12-02 16:00 frank_cui 阅读(456) 评论(0) 推荐(0) 编辑

SVN - The required merge is reintegrate-like
摘要: 阅读全文

posted @ 2021-12-02 16:00 frank_cui 阅读(107) 评论(0) 推荐(0) 编辑

XML - Failed to create instance of
摘要: 阅读全文

posted @ 2021-12-02 15:59 frank_cui 阅读(32) 评论(0) 推荐(0) 编辑

VS - A reference to … could not be added. Please make sure that the file is accessible
摘要: 阅读全文

posted @ 2021-12-02 15:56 frank_cui 阅读(178) 评论(0) 推荐(0) 编辑

Java Test - java.lang.Exception: No runnable methods
摘要: 阅读全文

posted @ 2021-12-02 15:55 frank_cui 阅读(9) 评论(0) 推荐(0) 编辑

Jenkins - Could not transfer metadata
摘要: 阅读全文

posted @ 2021-12-02 15:38 frank_cui 阅读(322) 评论(0) 推荐(0) 编辑

Maven - When use mvn command, throw JAVA_HOME should point to a JDK not a JRE
摘要: 阅读全文

posted @ 2021-12-02 15:32 frank_cui 阅读(14) 评论(0) 推荐(0) 编辑

Maven - maven-release-plugin issue when Maven is 3.2.3 – 3.2.9
摘要: 阅读全文

posted @ 2021-12-02 15:32 frank_cui 阅读(22) 评论(0) 推荐(0) 编辑

Maven - The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
摘要: 阅读全文

posted @ 2021-12-02 15:31 frank_cui 阅读(414) 评论(0) 推荐(0) 编辑

Maven - The goal you specified requires a project to execute but there is no POM in this directory
摘要: 阅读全文

posted @ 2021-12-02 15:30 frank_cui 阅读(77) 评论(0) 推荐(0) 编辑

Maven - Return code is: 401, ReasonPhrase: Unauthorized
摘要: 阅读全文

posted @ 2021-12-02 15:29 frank_cui 阅读(21) 评论(0) 推荐(0) 编辑

Maven - Unsupported major.minor version 51.0
摘要: 阅读全文

posted @ 2021-12-02 15:26 frank_cui 阅读(40) 评论(0) 推荐(0) 编辑

Maven - MavenReportException: Error while creating archive
摘要: 阅读全文

posted @ 2021-12-02 15:23 frank_cui 阅读(258) 评论(0) 推荐(0) 编辑

Maven - Some problems were encountered while processing the POMs
摘要: 阅读全文

posted @ 2021-12-02 15:22 frank_cui 阅读(330) 评论(0) 推荐(0) 编辑

Linux - scan.StandardJarScanner Failed to scan from classloader hierarchy
摘要:Problems: [2019-01-25 03:00:08,787] [main] INFO ContextHandler.active_pivot Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling ba 阅读全文

posted @ 2021-12-02 15:21 frank_cui 阅读(613) 评论(0) 推荐(0) 编辑

log4j - ERROR setFile(null,false) call failed
摘要:log4j:ERROR setFile(null,false) call failed. java.io.FileNotFoundException: \logs\test.log (The system cannot find the path specified) at java.io.File 阅读全文

posted @ 2021-12-02 15:18 frank_cui 阅读(414) 评论(0) 推荐(0) 编辑

log4j - ERROR Category option "1." not a decimal integer
摘要:g4j: Setting property [conversionPattern] to [%d{dd MMM yyyy HH:mm:ss.SSS} [%p] [%t] [%c{1.}] - %m%n].log4j:ERROR Category option "1." not a decimal i 阅读全文

posted @ 2021-12-02 15:16 frank_cui 阅读(191) 评论(0) 推荐(0) 编辑

Java - The system cannot find the file specified
摘要:Traceback (most recent call last):File "<string>", line 444, in <module>File "<string>", line 435, in mainFile "Z:\jythondev\jython27\src\shell\build\ 阅读全文

posted @ 2021-12-02 15:11 frank_cui 阅读(342) 评论(0) 推荐(0) 编辑

JMX - java.rmi.server.ExportException: Port already in use
摘要: 阅读全文

posted @ 2021-12-02 15:10 frank_cui 阅读(76) 评论(0) 推荐(0) 编辑

Jetty - Address already in use: bind
摘要: 阅读全文

posted @ 2021-12-02 15:09 frank_cui 阅读(68) 评论(0) 推荐(0) 编辑

Java - Cannot Reference “X” Before Supertype Constructor Has Been Called
摘要: 阅读全文

posted @ 2021-12-02 15:03 frank_cui 阅读(369) 评论(0) 推荐(0) 编辑

Java - java.lang.OutOfMemoryError: GC overhead limit exceeded
摘要:Solution: The java max memory we have is set to 1800MB and our process is needing more memory for some reason today (might be linked to market being v 阅读全文

posted @ 2021-12-02 15:02 frank_cui 阅读(71) 评论(0) 推荐(0) 编辑

Java - Unrecognized option: -XshowSettings:properties
摘要:Could not create the Java virtual machine. Unrecognized option: -XshowSettings:properties Pasted from <http://lonws20685.europe.nom:8085/lps/deployed- 阅读全文

posted @ 2021-12-02 14:59 frank_cui 阅读(199) 评论(0) 推荐(0) 编辑

Java - java.io.FileNotFoundException: class path resource [config-default.properties] cannot be opened because it does not exist
摘要: 阅读全文

posted @ 2021-12-02 11:41 frank_cui 阅读(244) 评论(0) 推荐(0) 编辑

SQL Server - java.lang.ClassNotFoundException: com.sybase.jdbc3.jdbc.SybDriver
摘要: 阅读全文

posted @ 2021-12-02 09:40 frank_cui 阅读(144) 评论(0) 推荐(0) 编辑

Java - java.lang.UnsatisfiedLinkError:Can't load AMD 64-bit .dll on a IA 32-bit platform
摘要: 阅读全文

posted @ 2021-12-02 09:37 frank_cui 阅读(113) 评论(0) 推荐(0) 编辑

VS - MSB3245: Could not resolve this reference
摘要: 阅读全文

posted @ 2021-12-01 17:10 frank_cui 阅读(30) 评论(0) 推荐(0) 编辑

Jenkins - HTTP Basic: Access denied
摘要: 阅读全文

posted @ 2021-12-01 17:09 frank_cui 阅读(222) 评论(0) 推荐(0) 编辑

IDEA - Increase memory heap
摘要: 阅读全文

posted @ 2021-12-01 17:07 frank_cui 阅读(20) 评论(0) 推荐(0) 编辑

IDEA - not supported in -source 1.5
摘要: 阅读全文

posted @ 2021-12-01 17:05 frank_cui 阅读(13) 评论(0) 推荐(0) 编辑

IDEA - How to hide code coverage...
摘要: 阅读全文

posted @ 2021-12-01 17:04 frank_cui 阅读(84) 评论(0) 推荐(0) 编辑

IDEA - IntelliJ does not show project folders
摘要: 阅读全文

posted @ 2021-12-01 17:03 frank_cui 阅读(19) 评论(0) 推荐(0) 编辑

IDEA - @Test keyword not highlight
摘要: 阅读全文

posted @ 2021-12-01 16:06 frank_cui 阅读(9) 评论(0) 推荐(0) 编辑

IDEA - URI is not registered
摘要: 阅读全文

posted @ 2021-12-01 16:05 frank_cui 阅读(10) 评论(0) 推荐(0) 编辑

IDEA - Error:java: javacTask: source release 8 requires target release 1.8
摘要:solution https://stackoverflow.com/questions/29888592/errorjava-javactask-source-release-8-requires-target-release-1-8 阅读全文

posted @ 2021-12-01 16:04 frank_cui 阅读(104) 评论(0) 推荐(0) 编辑

Hibernate - Debug: SQL Error: 233, SQLState: 23000
摘要: 阅读全文

posted @ 2021-12-01 15:57 frank_cui 阅读(36) 评论(0) 推荐(0) 编辑

Hibernate - Debug: Function 'scope_identity' not found
摘要: 阅读全文

posted @ 2021-12-01 15:57 frank_cui 阅读(60) 评论(0) 推荐(0) 编辑

Hibernate - Debug: org.hibernate.exception.SQLGrammarException: could not execute query
摘要: 阅读全文

posted @ 2021-12-01 15:56 frank_cui 阅读(18) 评论(0) 推荐(0) 编辑

Hibernate - Debug: unexpected token
摘要: 阅读全文

posted @ 2021-12-01 15:55 frank_cui 阅读(38) 评论(0) 推荐(0) 编辑

Git - Commit message does not follow the pattern
摘要: 阅读全文

posted @ 2021-12-01 09:41 frank_cui 阅读(982) 评论(0) 推荐(0) 编辑

Git - ssh: Could not resolve hostname gitlab.nomura.com:xxxx Name or service not known
摘要: 阅读全文

posted @ 2021-12-01 09:40 frank_cui 阅读(349) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

levels of contents
点击右上角即可分享
微信分享提示