這個星期我教授的營銷課程,正好涉及企業老闆兼任旗下品牌代言人這題目,香港惹人爭議的例子當然首推白花油王子顏福偉,你試試用Google圖片搜尋「白花油」,顏公子的肖像多得滿瀉,你就知道他對白花油的影響力有多大。
事
|
| 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.