度过长途飞行的旅程不是一件容易的事。要在狭小的空间里待上近10个小时,好在是两人出行,半睡半聊的打发过了时间。 到达维也纳之后,出了登机通道看到的居然是一个酒吧类的餐馆。感觉很稀奇,也很有味道。 周围当然少不了免税店和商铺,但远没有首都机场那样的规模。总体感觉就像国内大型超市购物出口一样,而且人也不多。 另外赞一下维也纳机场的Wifi,简单配置就K了,哪像国内的,又要移动号码,还要短信获取,搞半天也没弄定。 转机之前还有段时间,就在机场里到处逛了逛。顺便在一个吧解决了晚餐,同时也尝了杯当地啤酒。 去萨尔茨堡的飞机还是带螺旋桨的,头次坐这样的老式飞机。
Read More about day 1Check out this SlideShare Presentation: Discovering the p2 API View more presentations from Sonatype.
Read More about Discovering the p2 APIDays ago I updated my p2 replication tool. It's easier to install it in your Eclipse. A new component named 'Eclipse marketplace' is added into Eclipse SDK since Helios, which is an application store for Eclipse. People could be easy to install third party plug-ins into their Eclipse. You can launch marketplace via …
Read More about P2 replication tool lives on Eclipse Marketplace- tcpdump tcpdump -n port 80 -i eth0|lo monitor all package transferred on 80 port on the network interface eth0/lo
- netstat netstat -anp|grep java trace all network traffic on the process named java netstat -anp|grep 128.224.159.xxx trace all network traffic on the host whose ip address is 128.224.159.xxx
- …
Read More about useful network utility toolsUsing -exec command like below, need add escape character for semicolon that separated two commands in shell 1find directory/ -type d -exec chmod a+x {} \; Feb 24, 2010 - update: 1find . -maxdepth 4 -type d -name 'g-vxworks' 2>/dev/null -print Jan. 7, 2024 - update: You might see No such file or directory when …
Read More about [tip]Find -exec tipI suffered p2 installation failed on the configure parse. Becase I try to add vm arguments for my application. For example, I added '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8272' in the product configuration. P2 will fail when parsing the argument, because it contains ':' and ',' that should be …
Read More about special characters in p2 touchpoint instructionmount -t cifs -o username=xxx,password=xxx,workgroup=xx,iocharset=utf8 //share.domain/folder /localfolder
Read More about mount windows share folderpublic class NameRuleTest { @Rule public TestName name = new TestName(); @Test public void testA() { assertEquals("testA", name.getMethodName()); } @Test public void testB() { assertEquals("testB", name.getMethodName()); }}
Read More about How to get the name of running test case in JUnit4P2 install wizard firstly query the repository to find out the root installable unit(as well as top installable). Then p2 recalculate the dependency and try to search the requirements in all available repositories after user submits their installation request. Go to the license agreement page if all the dependencies …
Read More about How p2 UI handles with license agreements