ActionScript 3/Flex 程序员的面试问题 [英] Interview Questions for ActionScript 3 / Flex Programmer

查看:31
本文介绍了ActionScript 3/Flex 程序员的面试问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么好问题可以决定候选人是否具有使用 Flex 和 ActionScript 的丰富或至少公平的知识.

What could be good question to decide if candidate has strong or atleast fair knowledge working with Flex and ActionScript.

推荐答案

  1. [Binding] 和 [Binding("eventName")] 有什么区别
  2. x:XClass = XClass(y) 和 x:XClass = y as XClass 有什么区别
  3. 如何在动作脚本中设置样式值
  4. 什么是 ChangeWatcher,假设 ChangeWatcher 不存在,您能创建一个吗?
  5. 如何访问托管 flex 应用的 html 的查询字符串参数
  6. List、DataGridColumn等中的labelFunction是什么,如何使用
  7. 如何使用内联匿名函数以及何时使用
  8. 举例说明如何使用 Function 作为方法的参数
  9. 运算符 >>>、===、!== 有什么作用?
  10. encodeURI 和 encodeURIComponent 有什么区别
  11. 如何在C/C++/C#"中进行#ifdef 和#define 等条件编译
  12. for..in 和 for each..in 有什么区别
  13. 关键字有什么作用
  14. flex 中是否有Long"数据类型(NO)
  15. 如何在 XML 中设置给定元素名称的#text"元素,例如下面...

如何在

<parent><child/></parent> 

作为

<parent><child>child text</child></parent>

孩子的名字将在运行时确定..

given name of child will be determined at runtime..

var x:XML = <parent><child/></parent>;
var n:String = "child";

答案是

x.*[n] = "child text";

这篇关于ActionScript 3/Flex 程序员的面试问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆