Flex/Flash9基本安全問題
好文: http://www.ivizsecurity.com/blog/web-application-security/testing-flash-applications-pen-tester-guide/ 分別在Client/Server方便分析~
好文: http://www.ivizsecurity.com/blog/web-application-security/testing-flash-applications-pen-tester-guide/ 分別在Client/Server方便分析~
10 Eclipse Navigation Shortcuts Every Java Programmer Should Know
– Debugger Tool – Ref: http://www.oreillynet.com/pub/a/oreilly/digitalmedia/helpcenter/programmingflex3/chapter18.html?page=1 Tool: [Graphical] Flash player(debug mode) -> Right click -> Select “Show Redraw Region” [Logic] Debugger: 1. Flex builder debugger 2. FLD Allow remote debug but require debug mode flash player of both Command: trace() Logger: TraceTarget() Sample Coding (http://www.oreillynet.com/pub/a/oreilly/digitalmedia/helpcenter/programmingflex3/chapter18.html?page=4)
http://flex.mentalaxis.com/2008/04/10/actionscript-30-naming-conventions/
某些遊戲偵測到你有跑虛擬光盤(Daemon tool)就不給你跑! Daemon tool還說它可以屏蔽secuRom/Safedisk/laserlock 那解決方案就是用YASU這東西(已停止開發= =||,很難GOOGLE) 留個下載點自行參詳~ http://www.2hea.com/software/YASU.exe
自從家裡的ADSL modem換了之後 ,黑色的中興變了十年前的NEC….. (變壓器還是傳統線圈式呢…… ) 小FON 就一直不穩定(當年買空之軌跡送的) 另外要FON和新ISP的制式不相容(DHCP也會跑不動!!甚麼Firmware來的1) =>唯有改跑為dd-wrt 找了幾天資料,原來也不簡單,特別是FON的firmware是0.7.1 r2以後(俺用的是0.7.2 r3…..)。 跟著這篇教學一直做就對了,大約40分鐘左右 >> http://geek.no19.com/2010/03/fon-dd-wrt.html 比較麻煩的部份: Reset firmware,俺的2100變回0.7.0 在Redboot那邊init linux,(做了兩次)等了15分鐘才有反應, flash有夠慢 Redboot boot 舊config改不了(用putty都刪不到),最後google 了redboot的manual 用fc [variable_name] [value] 這方法改 其它參考資料: http://dd-wrt.com/wiki/index.php/LaFonera_Software_Flashing http://mattchen.info/2008/11/fon-dd-wrt.html (中文Blog)
link: http://code.google.com/p/google-styleguide/ Do s and Don’t s of C++ Style Guide, JavaScript Style Guide, Objective-C Style Guide, and Python Style Guide are now available
經wubi安裝後的ubuntu, /host原設定為root所擁有(ownership), 而/host本身是ntfs格式(windows的關係)。 chmod後,從開也會不見,所以要更改/host 就要作以下動作。 Source: http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg980057.html 原文如下: The mounting for /host is done in the initramfs, which makes this tricky (for me anyway) to track down. I’ve found a workaround for the problem: Edit /usr/share/initramfs-tools/scripts/local-premount/root_locale Append ,umask=022 to this line: echo ROOTFLAGS=\”${ROOTFLAGS}locale=$ROOT_LOCALE\” >> /conf/param.conf so that it reads: echo ROOTFLAGS=\”${ROOTFLAGS}locale=$ROOT_LOCALE,umask=022\” >> /conf/param.conf Save, run: update-initramfs… Read More »
作品集小技巧:Cufon讓網頁的字型更漂亮 有點類似font-face的功能,展示/使用客戶端沒有的字體
網頁的table可以直接由IE拖到Excel內 很方便@@