Posts filed under ‘Uncategorized’

Window Shut Down automatically

Type in run/”執行” or cmd :

 shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]

simple example :

shutdown -s -t 5000

will be shutdown after around 1.5 hour ( note that the unit of 5000 is second )

shutdown -r

will be restart the computer

 

(更多…)

五月 6, 2010 at 3:24 下午 Leave a comment

MSN modification

如果大家有用緊而家呢個 version  2009 ( Build 14.0.8064.206) 既msn, 不其然會覺得send 圖片好麻煩, 因為佢會將圖片變左唔知咩分享~~麻麻煩煩咁la~

so 只要dl 呢個file, replace 左舊個個就得~~~~

msnmsgr   http://utopiabluesky.files.wordpress.com/2009/08/msnmsgr.jpg

請dl 後將 .jpg 改為 .rar

八月 25, 2009 at 2:30 下午 Leave a comment

FLV Streaming

FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler

Please be aware that these steps do not resolve any issue with Flash, but are a configuration step for Microsoft Windows 2003 and Microsoft IIS Server 6.0. Any difficulties in executing these instructions or any errors that may arise from modifying your system settings should be addressed to Microsoft. For more details, please refer to your IIS documentation.

  1. On the Windows 2003 server, open the Internet Information Services Manager.
  2. Expand the Local Computer Server.
  3. Right-click the local computer server and select Properties.
  4. Select the MIME Types tab.
  5. Click New and enter the following information:
    • Associated Extension box: .FLV
    • MIME Type box:flv-application/octet-stream
  6. Click OK.
  7. Restart the World Wide Web Publishing service.

http://www.dvdvideosoft.com/guides/dvd/windows-server-does-not-stream-FLV-videos.htm

六月 24, 2009 at 6:28 下午 Leave a comment

PhotoRazor (photo editor)

成日都唔記得呢個咁好用既photo editor, 而家mark 底佢先:

PhotoRazor

http://www.stormdance.net/software/photorazor/software%20overview.htm

五月 20, 2009 at 5:41 下午 Leave a comment

clear form when click back button

之前整過d form, d 人填完之後submit 左, 如果back 番又會show 番哂d 資料係張form 度~~想左好耐都唔知點解決好, 睇左人地d forum, 有d 人用cookie save住, 但我冇~~

then原來可以clear cache….係page load 放呢2 句

Response.Cache.SetExpires(DateTime.Now);
        Response.Cache.SetCacheability(HttpCacheability.NoCache);

五月 8, 2009 at 10:19 上午 Leave a comment

Older Posts


Recent Posts


Follow

Get every new post delivered to your Inbox.