Sony替最近推出的 MHS-PM5 改了個外號叫 Bloggie ,當然擺明是為吸引Blogger而設吧。
針對Blogger而設,定位會不會太窄?哈,這個年頭,任誰都可以是Blogger,試問有何窄之有?更重要是,無論是外型設計和定價($1800左右), Bloggie 都明顯是主
(It's been a while since the last little script .)
One of the things I do a fair bit around here is reboot machines. Well, to be morespecific, I reboot machines and then wait for them to come back up sothat I can continue my testing, do more work on them, or verify thateverything is fine. Because I am not crazy I do not do this in themachine room; I do it from my desk.
Waiting for machines to come up and checking periodically
|
| From for blog |
這個星期我教授的營銷課程,正好涉及企業老闆兼任旗下品牌代言人這題目,香港惹人爭議的例子當然首推白花油王子顏福偉,你試試用Google圖片搜尋「白花油」,顏公子的肖像多得滿瀉,你就知道他對白花油的影響力有多大。
事

import java.awt.image.BufferedImage;import java.awt.Graphics2D;import java.awt.geom.Ellipse2D;
public static BufferedImage combineEllipse(BufferedImage source, BufferedImage other, int x, int y, int ox, int oy, int owidth, int oheight, int cx, int cy){ BufferedImage out = new BufferedImage(source.getWidth(), source.getHeight(), source.getType()); Graphics2D g2d = out.createGraphics
A while back I described our old mail system's configuration . Now it's time to describe our current mailsystem's configuration ('current' as of April 2010, although it's beenpretty stable for the past year or two).
Unlike our old mail system, we now trust NFS; we keep /var/mail on our fileservers , along with everythingelse important, and the mail machines that need to deal with it use NFS.This has significantly simplified things.