Browsing articles in "圖片"
一月
30
2012

亞洲主要國家勞工工時比較

429432_284540588275358_100001582563600_817567_994588956_n

亞洲主要國家勞工工時比較 香港….是最辛苦的國家之一 亞洲主要國家勞工工時比較 亞洲主要國家勞工工時比較

一月
20
2012

日本BIGMAC

406839_308108649224894_170737146295379_786635_2008979125_n

日本BIGMAC

一月
16
2012

沒能量?打支能量針吧!!

408303_10150535575413739_251679898738_8822140_1890744393_n

沒能量?打支能量針吧!!

一月
14
2012

字典真的有這個字的解釋

383003_345077572173068_339799392700886_1624573_133296592_n

字典真的有這個字的解釋

一月
13
2012

真人版人造人19號

380491_361127697237649_131870476830040_1724847_1725900897_n

真人版人造人19號

一月
12
2012

吸血新世紀 男主角Edward Cullen(Robert Pattinson飾),為何臉色這麼白?

401371_10150497703764473_573894472_8827262_426505739_n

吸血新世紀 男主角Edward Cullen(Robert Pattinson飾),為何臉色這麼白?

一月
11
2012

我要報案 ! 部戰車比人偷左啦 !

378715_302660996436326_170737146295379_774737_816654953_n

我要報案 ! 部戰車比人偷左啦 !

一月
11
2012

創意寵物紙箱玩具

409249_10150456151101409_516076408_8964835_1355375315_n

創意寵物紙箱玩具

一月
10
2012

最可愛的奶咀

S0D20110912234535MT487719

最可愛的奶咀

一月
9
2012

最厲害的出貓方法

388374_291756527541638_100001218782875_867521_1390601904_n

最厲害的出貓方法

一月
7
2012

最受歡迎的獅子

lion-dog

最受歡迎的獅子

一月
6
2012

日本超市賣的鬆馳熊

191372e3c85

日本超市賣的鬆馳熊

一月
4
2012

杯麵新食法

382862_10150495233079871_183954419870_8434777_937523240_n

杯麵新食法,倒轉食會好吃點?

十一月
10
2011

真正大塞車 ~

381207_271510469551379_170737146295379_696367_951920259_n

真正大塞車 ~

四月
21
2011

(Flash as3) How to load and display the user’s local image

flash

This sample simply opens the file selection dialogue box and loads the selected image to the blank canvas on the screen. There’s nothing worth showing – it simply serves as a reminder to myself of how to do it. package { import flash.display.*; import flash.events.*; import flash.net.*; public class ImageLoader extends Sprite { private var fileReference:FileReference; public function ImageLoader() { open_btn.addEventListener(MouseEvent.CLICK, h_openClick); } public function h_openClick(evt:MouseEvent):void { fileReference = new FileReference(); fileReference.addEventListener(Event.SELECT, selectHandler); fileReference.addEventListener(Event.COMPLETE, completeHandler); [...]

頁次:12»