Java随笔

寵の児 提交于 2021-02-14 23:28:43

1.switch 控制表达式支持的类型有byte、short、char、int、enum(Java 5)、String(Java 7)。

2.nagios+python 系统监控

3.RestTemplate对接

4.工作流activity

5.swing theme

swing theme  http://www.open-open.com/61.htm
napkinlaf http://napkinlaf.sourceforge.net/
jtattoo      http://www.jtattoo.net/

//change theme core code
UIManager.setLookAndFeel("com.seaglasslookandfeel.SeaGlassLookAndFeel");
SwingUtilities.updateComponentTreeUI(ShowTabPanel.this);//ShowTabPanel extends JFrame

6.数据库连接池proxool

7.修改.class文件:jclasslib.jar

8.打包插件fatjar

9.EJB事务传播属性 https://www.ibm.com/developerworks/cn/java/j-lo-springejbtrans/

10.Jvm分析工具:jconsole升级版jvisualvm

11.http request test tool:Apache JMeter™

12.idea theme http://color-themes.com/?view=index

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!