Author Archives: Guoliang

Oracle: 扩充TableSpace语句

Step1: check current status and get all file path
SELECT
B.FILE_NAME FILENAME,
B.TABLESPACE_NAME TABLESPACENAME,
B.BYTES/1024/1024 SIZE_MB,
(B.BYTES-S

More…

Posted in DB | Tagged , | Leave a comment

Flex/Flash font style viewer–Flex/Flash字体预览器

Based on your fonts installed on your local machine, view the font style.
image
Link: http://liguoliang.com/pub/utils/FlashFontStyleViewer.html
Code:
// ha

More…

Posted in Flex | Tagged , , | Leave a comment

数字到Excel列名对照表 Number to Excel Column Name Quick Reference Card

The title tells everything.
from 0(A) to 103(CZ), one page, PDF, A4.
and the Excel Formula is:
=IF(A1>25,CHAR(INT(A1/26)+64),””)&CHAR(MOD(A1

More…

Posted in 哥是个爱分享的人 | Tagged , , | Leave a comment

Flex Examples Source Code Flex范例源代码下载

上个月, 新同事刚刚开始接触, 问我有没有例子, 推荐了Test Drive, 之前有为Athena framework for Flex写过一个Test Drive(比官方的增加服务器端交互, 使用Java&Derby). 感觉Test Drive还是不错的入门资料.
但同事说 版本不同,

More…

Posted in Flex | Tagged , , | Leave a comment

Flash Builder Hotkeys Quick Reference Card(A4, PDF)

For every Flex developer!  by Adobe Flex Shanghai User Group.

More…

Posted in Flex | Tagged , | Leave a comment