Salzburg is a small city and is on the banks of the Salzach River. It's easy to go through the city by bus in 30 minutes.
<img loading="lazy" decoding="async" alt="" class="image_figure image_external …</picture></figure></a></p>
Read More- There are 20+ staffs in Salzburg office. Most of them are developers, one is administrator of office.
Generally the staffs in Salzburg work more flexible than the staffs working in Beijing.
Some of them live in German. Even though it's not so far as Salzburg, they also need come to Salzburg by train. So sometimes they …
Read More 度过长途飞行的旅程不是一件容易的事。要在狭小的空间里待上近10个小时,好在是两人出行,半睡半聊的打发过了时间。
到达维也纳之后,出了登机通道看到的居然是一个酒吧类的餐馆。感觉很稀奇,也很有味道。
周围当然少不了免税店和商铺,但远没有首都机场那样的规模。总体感觉就像国内大型超市购物出口一样,而且人也不多。<img loading="lazy" decoding="async" alt="" …</picture></figure></a></p>
Read MoreDays 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- 1. tcpdump
tcpdump -n port 80 -i eth0|lo
monitor all package transferred on 80 port on the network interface eth0/lo
2. 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
3. …
Read More Using -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 …
Read More- I 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 - mount -t cifs -o username=xxx,password=xxx,workgroup=xx,iocharset=utf8 //share.domain/folder /localfolder
Read More