`
文章列表

网络测速

Test IT

POI Remark

    博客分类:
  • Java
JustDo

TODO

    博客分类:
  • Flex
FABridge
About the application compiler options   Flex Compiler Command-Line Options  
Flex application optimization   Using the Flash Player Cache for the Flex framework

AIR Utils

    博客分类:
  • Flex
MarkMan   马克鳗 是一款方便高效的标注工具,极大节省设计师在设计稿上添加和修改标注的时间,让设计更有爱。 as3term With this terminal app you can compile and execute simple snippets of AS3 code.   focusbooster    

FlexPMD custom RULES

    博客分类:
  • Flex
CUSTOM your own RULES
进入如下目录, 如果没有请自行创建:   C:\Documents and Settings\{CURRENT_USER_NAME}\Application Data\Macromedia\Flash Player\#Security\FlashPlayerTrust   编辑文件如下文件, 将项目的bin文件夹路径添加到其中, 如果没有此文件请自行创建:   TrustFiles.txt   示例Bin路径   X:\..\Workspace\Project\bin-debug
Google JavaScript Style Guide
public function fetchDomainRootURL() : String { var domainRootURL : String = null; // if pure as3 project, fetch complete URL just remove 'parent' var completeURL : String = this.parent.stage.loaderInfo.url; trace(completeURL); // step 1 : start with 'http' var httpIdx : int = completeUR ...
flash-9-flex-error-messages
Logging & discuss
注册动态链接库 for %%i in (c:\windows\system32\*.dll) do regsvr32.exe /s %%i     重新注册一遍IE的所有组件 "%ProgramFiles%\Internet Explorer\iexplore.exe" /rereg  
/** * * @param columnIndex */ private void hideColumnByIndex(JTable table, int columnIndex) { TableColumnModel tcm = table.getColumnModel(); TableColumn tc = tcm.getColumn(columnIndex); // tc.setResizable(false); tc.setWidth(0); tc.setPreferredWidth(0); tc.setMaxWidth(0); tc.set ...
Flash Player Detail     也可自编程序识别, 此处附上关键API   Capabilities.isDebugger; Capabilities.playerType; Capabilities.version;       另附上离线版
Global site tag (gtag.js) - Google Analytics