Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
最近在看一个SDN相关的课程,链接:http://www.csg.ethz.ch/education/lectures/ATCN/hs2014
虽然只能看课件,但感觉讲的很不错。课程还附带了几个课后任务,任务说明很详细,可以跟着一步一步做。其中一个就是基于POX控制器写一个简单的load balancer的控制程序。本文主要记录整个实验过程以及一些想法。
|
|
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).
好久没更新了,把为伯乐在线、Importnew翻译的一篇文章发上来吧。
原文:http://www.javacodegeeks.com/2014/12/own-your-heap-iterate-class-instances-with-jvmti.html
ServiceLoader是Java SE 6所提供的API,用于自动实例化继承了给定接口(或抽象类)的类,类似于Spring依赖注入的功能。
根据其官方文档,对于ServiceLoader来说,有两个概念需要弄清楚: