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
FlashBuilder: 如何根据序列号确定其对应版本?
如何根据序列号确定其对应版本?
由于之前采购过不同版本的FB, 具体序列号对应版本早已记不清楚, 于是微博上@了几个专家, 尚未收到任何答复的情况下直接拨打Adobe的客服:
中国10800 744 0438(通过联通),或 10800 440 0421(通过电信)[http://shop.adobe.com/store/adbehcn/Content/pbPage.faq]
报出序列号之后客服耐心回答了版本跟授权的问题.
从4.0升级到4.5大致需要415RMB, 从4.5到4.6是不需要费用的, 明年回来就有4.6可用了….
ActionScript: Check if a xml attribute/element exists 检查XML属性/元素是否存在
Here is the XML:
<XeSex sexIDElement='MID'> <SexID> M </SexID> <Name> Male </Name> <Active> y </Active> <Code> M </Code> </XeSex>
Attitude: sexIDElement = ‘MID’;Element: Name = Male
trace(xmlTest.hasOwnProperty('@sexIDElement')); //
Flex Build: org.xml.sax.SAXParseException :The entity name must immediately follow the ‘&’ in the entity reference
在过去接近4年的时间里, 很少使用MXML, 几乎都是纯AS, 最近操作了一点点MXML, 譬如:
<s:Button enabled=”isDirty() && canSaveNow()” />
在build的时候遇到错误:
org.xml.sax.SAXParseException :The entity name must immediately follow the ‘&’ in the entity reference
Google了一下, XML解析的问题, 解决方法:
&& 替换为: [&a
Jing: Free Screen Capture Tool from TechSmith 免费,轻量级的抓图软件(Windows&Mac)
闲言碎语不多说, Jing出自TechSmith, 没听说过这家公司? Snagit总该用过?
没错, Jing跟Snagit都是TechSmith家的.
如果你需要一个免费的, 简单的抓图工具, 抓完后还能稍作处理, 那就用Jing吧! 有Windows跟Mac版本!
Snagit已经做的非常成熟, 但是要$50 USD, 有点小贵, 相比之下, Jing属于轻快版本. Jing有Free跟Pro两个版本, Free版采用Apache 2.0协议, >>下载页面<<
基本的功能:
1. 抓图;
2. 抓完图后的简单处理: 箭头, 方框, 文字, SNS2.0分享(很给



