Athena Framework
Tags
ActionScript AIR ANT Array Athena Framework BlazeDS Chart DataGrid DataGridColumn DB2 Derby Eclipse ERwin Event Facebook Facebook开发 Flash Builder Flex Flex Builder Flex右键 Java JDBC Linux MySQL Oracle PHP SQL SQLite SVN TextArea Tree Twitter UI WordPress XML ZDSoft 一日一类 千斤顶 基础教育 教育改革 新课改 正则表达式 浙大网络 设计模式 软件工程Archives
设计模式之策略模式: Strategy Design Pattern
About the overloading in Flex
Those days I’m looking a new job related to Java and Flex… Seems that this is a popular interview question, I event didn’t encounter it in the ACE. But I was asked more than 3 times.
Talk about overloading in OOPS:
Overloading is between the methods with the same name, If two methods of a class (wh
Let the Flex thread sleep for a while
Sometimes we use thread.sleep to let the thread stop running for a while in Java, but in Flex, we can’t control the thread, but sometimes we want to let the method sleeping, and here is what I’ll do:
public class SleepUtils
{
// Constructor
public function SleepUtils() {
}
/**
* L
Flex Event stopimmediatepropagation VS stoppropagation
What’s the difference ? Here is the test codes:
We will create a button in a Group, and listen the button click event(MouseEvent.Click):
protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void {
// Create button and container
var hbox:HGroup = new HGroup();
发点Adobe Flex 3 with AIR ACE认证真题 – 全凭记忆, 仅供参考
满共50道题, 大概想起来45道, 人上了年纪后脑子就不灵光了, 只能大致描述下题目主要内容, 能用中文描述的用了中文, 搞不定的保持英文. 有些选项也记得不全, 仅供复习参考.
已整理成PDF, 下载页面: http://dl.dbank.com/c0ygcsiqso
Update:
又想起来一道Air题目:
在Mac上如何删除Air程序: 大致选项:
1. 运行Uninstall Script; 2. 删除文件; 3. 运行安装包; 4. 删除快捷方式一类的…具体项目及不太清楚了, 5选2;



