年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- e_e
- javashop
- sam123456gz
- zysnba
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- wangchen.ily
- Xeden
- jh108020
- zhanjia
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- sichunli_030
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- lxguy
- zhangjijun
最新文章列表
mac idea 快捷键笔记
原文链接:https://blog.csdn.net/lisongjia123/article/details/54949364
Mac键盘符号和修饰键说明
⌘ Command
⇧ Shift
⌥ Option
⌃ Control
↩︎ Return/Enter
⌫ Delete
⌦ 向前删除键(Fn+Delete)
↑ 上箭头
↓ 下箭头
← 左箭头
→ 右箭头
⇞ Page Up(Fn+↑ ...
Java通用代码生成器光2.2.0 智慧尝鲜版十二升级了经典Spring格式打包,支持Maven
Java通用代码生成器光2.2.0 智慧尝鲜版十二升级了经典Spring格式打包,支持Maven
光2.2.0 智慧尝鲜版十二升级了对smeu技术栈的支持,使其支持Maven,即msmeu技术栈,并含有所有光的先进特性,尝鲜版十二支持sbmeu,smeu,msmeu三种技术栈。支持图片类型,支持四种数据库。即MariaDB,MySQL,Oracle和PostgreSQL。EasyUI升级至 ...
使用jstack检测Java应用的死锁(deadlock)状态
We can get the concept of deadlock in wikipedia.
The picture below gives a common scenario which leads to deadlock.
In this blog, I will share how to detect deadlock situation using JDK stan ...
和平之翼凤凰涅槃,光全面接棒
和平之翼凤凰涅槃,光全面接棒
第三代动词算子式代码生成器光的祖先是和平之翼代码生成器smeu版。两者的最大不同点是支持的技术栈不同。光是sbmeu技术栈,而和平之翼是smeu技术栈,即经典的spring格式。经过近两年的研发,光已经拥有很多先进特性,比如支持图片,可以导出pdf和word数据格式,三大变形功能群等等。这些特性如何造福原有的和平之翼的用户?所以,现在,光恢复了对smeu技术栈的支持 ...
Java通用代码生成器光2.2.0 智慧尝鲜版十一恢复了经典Spring格式打包
Java通用代码生成器光2.2.0 智慧尝鲜版十一恢复了经典Spring格式打包
来源: 投稿
作者: 火箭船
2021-03-19
0
Java通用代码生成器光2.2.0 智慧尝鲜版十一恢复了经典Spring格式打包
光2.2.0 智慧尝鲜版十一恢复了对smeu技术栈的支持,兼容和平之翼代码生成器smeu版4.1.0宝船,并含有所有光的先进 ...
Java Volatile的一个实际应用场合
Consider the following example:
package thread;
public class ThreadVerify {
public static boolean stop = false;
public static void main(String args[]) throws InterruptedException {
T ...
O2OA平台二次开发:使用自定义应用开发webservice服务
一、 功能介绍
o2平台通过集成Apache CXF支持在自定义应用中开发webservice服务。
二、开发环境
1,JDK1.8
2,maven V3.5+
3,运行环境 o2server V5.3+
三、关于自定义应用
在o2平台搭建自定义应用及开发请参考相关文档:
https://www.yuque.com/o2oa/cou ...
Spring里component-scan的工作原理
In Spring configuration xml file, we can define a package for tag component-scan, which tells Spring framework to search all classes within this specified package, to look for those classes which are ...
Java注解@Autowired的工作原理
Suppose I have a bean named HelloWorld which has a member attribute points to another bean User.
With annotation @Autowired, as long as getBean is called in the runtime, the returned HelloWor ...
Java 通用代码生成器光发布 2.2.0 智慧第九个尝鲜版,一键支持图片功能
Java通用代码生成器光发布2.2.0智慧第九个尝鲜版,一键支持图片功能
最新的尝鲜版九一键支持图片功能,您只需要将字段类型定义为image,即可得到全套的图片功能。非常方便。
尝鲜版九新增了查看动词和两个Word数据格式导出动词。目前,光支持Excel,PDF,Word共3种格式的数据导出功能。从尝鲜版五开始,光已支持PostgresqL数据库,目前,光支持MariaDB/Mys ...
终于讲清楚了:深入理解Java 应用程序中 final 关键字的各种使用场景
在 Java 语言众多的关键字中,final 关键字无疑是被提到最多的,也是在面试过程中经常被问到的知识点。今天,老王查找了很多材料,最后终于收集了关于 final 关键字比较全的知识点。首先,final 关键字可以修饰的对象有三个:一是修饰变量、二是修饰方法、三是修饰类,下面我们来看经过 final 关键字修饰的这三种对象会有着怎样的不同。
1,final 关键字修饰变量在使用 final 关 ...
Eclipse里如果看不到Attach Source按钮应该怎么办
When I am creating unit test for one of my Java project A, I try to have a look at the source code of this annotation:
Once I press Ctrl and click, I see this message below. The “Attach Sourc ...
JUnit 注解@RunWith的工作原理
Suppose you have a large number of unit test cases and you don’t want them to be executed all at the same time during Maven build. You can simply achieve it via annotation @Category.
(1) Create empty ...
JUnit 注解@Category的工作原理
Suppose you have a large number of unit test cases and you don’t want them to be executed all at the same time during Maven build. You can simply achieve it via annotation @Category.
(1) Create empty ...
JUnit 注解@Rule的工作原理
Suppose you need to repeatedly execute some test method in your unit test case, for example, you would like to test getPrice based on the first set of test data 5 times in test method test1() while fo ...