上一页 1 ··· 192 193 194 195 196 197 198 199 200 ··· 234 下一页
摘要: 在 Java 开发领域,热部署一直是一个难以解决的问题,目前的 Java 虚拟机只能实现方法体的修改热部署,对于整个类的结构修改,仍然需要重启虚拟机,对类重新加载才能完成更新操作。本文将探索如何在不破坏 Java 虚拟机现有行为的前提下,实现某个单一类的热部署,让系统无需重启就完成某个类的更新。简介... 阅读全文
posted @ 2014-04-21 19:54 一天不进步,就是退步 阅读(1455) 评论(0) 推荐(0)
摘要: 1. 你过了吗?多么令人抓狂的四六级考试呀有多少人曾经殚精竭虑?有多少人溯夜难眠?就是为了仅仅通过而已。2. 考试之前,匆忙的需找这2B铅笔,考试之中的答题卡,多么熟悉的过程呀,多么多的选择题,由我们来涂写,一次次的皱眉,只为胜利的那一刻。你看,只有一套题目(其实分AB卷),一套答题纸(也分为AB)... 阅读全文
posted @ 2014-04-21 18:37 一天不进步,就是退步 阅读(437) 评论(0) 推荐(0)
摘要: 在vi中按u可以撤销一次操作u 撤销上一步的操作Ctrl+r 恢复上一步被撤销的操作注意:如果你输入“u”两次,你的文本恢复原样,那应该是你的Vim被配置在Vi兼容模式了。重做如果你撤销得太多,你可以输入CTRL-R(redo)回退前一个命令。换句话说,它撤销一个撤销。要看执行的例子,输入CTRL-... 阅读全文
posted @ 2014-04-21 16:33 一天不进步,就是退步 阅读(32236) 评论(1) 推荐(0)
摘要: http://dizyne.net/technologies-that-will-shape-future-education/Technology is on the rise and with each passing day, something new is coming up. Of co... 阅读全文
posted @ 2014-04-19 22:58 一天不进步,就是退步 阅读(304) 评论(0) 推荐(0)
摘要: reference:http://architects.dzone.com/articles/how-tune-java-garbageThePerformance Zoneis supported byNew RelicandAppDynamics. Both are leaders in the... 阅读全文
posted @ 2014-04-18 17:59 一天不进步,就是退步 阅读(410) 评论(0) 推荐(0)
摘要: http://docs.oracle.com/javase/tutorial/essential/regex/index.htmlThis lesson explains how to use thejava.util.regexAPI for pattern matching with regul... 阅读全文
posted @ 2014-04-17 18:05 一天不进步,就是退步 阅读(3188) 评论(0) 推荐(0)
摘要: http://docs.oracle.com/javase/tutorial/essential/concurrency/index.htmlConcurrencyComputer users take it for granted that their systems can do more th... 阅读全文
posted @ 2014-04-17 11:44 一天不进步,就是退步 阅读(1853) 评论(0) 推荐(0)
摘要: If you spend lot of time in Linux environment, it is essential that you know where the log files are located, and what is contained in each and every ... 阅读全文
posted @ 2014-04-16 15:08 一天不进步,就是退步 阅读(371) 评论(0) 推荐(0)
摘要: 1. 宝宝还很小,外面的世界可不安全,现在宝宝的护航者宝宝的监护人爸爸妈妈闪亮登场。2,监护过程:有了监护人,宝宝就比较安全了,如果谁想和宝宝一起玩就需要先找到监护人,经过监护人同意才可以和宝宝一起玩。还比如过年了,宝宝收到很多压岁钱,需要把钱存到银行,就需要父母帮忙才可以。3. 上面就用到了代理模... 阅读全文
posted @ 2014-04-15 15:43 一天不进步,就是退步 阅读(724) 评论(2) 推荐(0)
摘要: What is the significance of the transient keyword inJava? If you know the answer, good! you are a person who uses this a lot or a person who has read ... 阅读全文
posted @ 2014-04-15 09:11 一天不进步,就是退步 阅读(346) 评论(0) 推荐(0)
上一页 1 ··· 192 193 194 195 196 197 198 199 200 ··· 234 下一页