摘要: http://www.techsupportalert.com/content/32-bit-and-64-bit-explained.htm 1. From hardware -> OS -> App A 32-bit OS will run on a 32-bit or 64-bit proce 阅读全文
posted @ 2017-03-24 13:48 glf2046 阅读(166) 评论(0) 推荐(0) 编辑
摘要: #### Tibco ems admin commands show consumers topic=topic.sampleshow consumers queue="queuname"show connections user="username" #### sar sar -W 1 100 : 阅读全文
posted @ 2017-03-06 16:17 glf2046 阅读(232) 评论(0) 推荐(0) 编辑
摘要: When trying to anylize a string using regular expression, in case that the regular expression could potentially grow, we need to be careful that the g 阅读全文
posted @ 2017-03-01 10:34 glf2046 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1. how to apply the formula to the while column(ranges) Copy your formula Ctrl + C press ↓ Ctrl + Shift + ↓ selects to the last nonblank cell paste Ct 阅读全文
posted @ 2017-02-21 18:04 glf2046 阅读(139) 评论(0) 推荐(0) 编辑
摘要: If you use intellij, you can use the function "Attach to local process..." if it doesn't work then you need to set up a remote debug to connect to you 阅读全文
posted @ 2016-12-21 15:51 glf2046 阅读(375) 评论(0) 推荐(0) 编辑
摘要: From: http://www.java-allandsundry.com/2013/01/junit-test-method-ordering.html Junit until version 4.10 uses the order of test methods in a test class 阅读全文
posted @ 2016-12-21 11:21 glf2046 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Reference: http://beginnersbook.com/2013/12/difference-between-arraylist-and-vector-in-java/JAVA COLLECTIONSArrayListandVectorboth use Array as a data... 阅读全文
posted @ 2015-10-16 17:01 glf2046 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Singletonpattern vsStatic Class (a class, having all static methods) is another interesting questions, which I missed while blogging aboutInterview qu... 阅读全文
posted @ 2015-10-16 15:48 glf2046 阅读(409) 评论(0) 推荐(0) 编辑
摘要: ################## key points extracted ###########################The rule for a method invocation that uses autoboxing/unboxing follows a two-step p... 阅读全文
posted @ 2015-10-16 15:32 glf2046 阅读(136) 评论(0) 推荐(0) 编辑
摘要: ######## Key points extracted from below ####################1. Consider the following snippet of code:Integer aa = new Integer(100);Integer bb = new ... 阅读全文
posted @ 2015-10-16 15:32 glf2046 阅读(126) 评论(0) 推荐(0) 编辑