20080717 flex 资料 1
http://www.yippeesoft.com

adobe公司2月25日发出Flex Builder3 Pro 正式版,可提供下载试用,官方下载地址是:

(需要注册adobe官网)http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex

注册码:

 http://swik.net/MVC+flex
  Content Tagged with MVC + flex

  http://www.flashmagazine.com/reviews/detail/mate_event_driven_framework_for_flex/
  Mate: “A tag-based event-driven Flex framework”

  http://mate.riaforge.org/
  Flex applications are event-driven. Mate framework has been created to make it easy to handle the events your Flex application creates. Mate allows you to define who is handling those events, whether data needs to be retrieved from the server, or other events need to be triggered.

http://blog.iconara.net/2008/05/06/mate-an-unobtrusive-flex-application-framework/
If you are tired of application frameworks that tie your code together and makes it an unwieldy mess, take a look at Mate.

http://www.asfusion.com/
I am in The Flex Show

http://www.mmug.com.tw/mmug_drupal/
台灣 Adobe 使用者俱樂部

http://www.flexlive.net/?p=112
Mate: A Flex Framework for People who Hate Frameworks

http://www.moorwind.com/read.php?56
 Flest框架的严重BUG

 Cairngorm
果然不用不知道。说她能帮你写出规范漂亮的代码,一点也不错,只是稍微麻烦些而已。但是看着具有清晰逻辑结构的代码,这点麻烦可不算什么…

http://blog.csdn.net/marshane/archive/2008/06/11/2535436.aspx
介绍Cairngorm~~

http://blog.pawa.ca/archives/10
Cairngorm In One File

最近有机会研究了一下传说中的 Cairngorm 框架,整体感觉还不错,其中的模块化概念可以使项目在变大变复杂之后依然可控。

http://www.soave.com.cn/post/2008/06/what-is-cairngorm.aspx
Cairngorm学习——什么是Cairngorm?

http://www.soave.com.cn/post/2008/03/Flex3-FluorineFx.aspx
FluorineFx实现Flex3与.NET通讯

http://blog.5d.cn/user39/riahome/200706/409994.html
创建您的第一个应用程序

http://www.jianbitou.com/post/12-flash-tutorial-websites.html
12个优秀的Flash/ActionScript国际级学堂

http://www.k-zone.cn/zblog/post/log-2007-10-01-Flex-Builder-3-data.html
五分钟搞定Flex+PHP+MYSQL

http://buildarmy0200.blogdriver.com/buildarmy0200/984212.html
一个对数据库操作的Flex应用- -

http://www.waibao.com.cn/bbs/showtopic.aspx?topicid=11098
FLEX 2 HTTPSERVICE 示例

http://www.gold98.net/blog/article.asp?id=572
用HTTPService实现flex与jsp的通信

http://yibs61.spaces.live.com/Blog/cns!B2F5A816CF8D4520!480.entry
FLEX 对数据读取显示 HTTPService 组件

http://finelookup.cn/1a0b/bbsz3hnoub0iz6tczvarchiverczvtid-148848z8hl.html
FLEX 2 HTTPSERVICE 示例

http://qzone.qq.com/blog/366156136-1211980318
lex利用HttpService和XML与后台的Servlet通信的例子

http://www.flashempire.com/school/tutorview.php?id=529
FLEX里HTTPService需注意的事项

http://blog.csdn.net/jingqiu5/archive/2006/12/05/1431100.aspx
 FLEX HTTPService 调用 ASP文件

 flash和后台得交互中,编码类型得不一致而造成得乱码问题经常折磨着开发人员,通常解决得方案为:
//使用中文出现乱码时使用
 System.useCodepage = true;如果加上出错的话删除掉或者:System.useCodepage = false;

 http://opentech.net.cn/showtopic.aspx?topicid=16&onlyauthor=1
 Flex视频截图并通过WebService(C#)保存

 http://snowyrock.spaces.live.com/blog/cns!b8cbeb7169880b1d!442.entry
 Flex\’s HTTPService 数据交互代码大集合

 http://tech.sina.com.cn/s/2008-07-10/1558727964.shtml
 使用FLEX的HttpService与ASP.NET进行动态交互之一

 http://blog.csdn.net/vipxiaotian/archive/2007/03/08/1524050.aspx
  Flex2.0和C#间的通信

http://www.halozone.com.cn/?240/viewspace-620
Flex 3.0 Builder for Eclipse详解

http://blog.csdn.net/surpaimb/archive/2008/04/08/2264171.aspx
Flex Builder 3.0 For Eclipse 3.3 安装方法

http://www.bodu.com/bloggermodule/blog_viewblog.do?id=1853978
Flex Builder 3.0 For Eclipse 3.3 安装方法

http://bbs.actionscript3.cn/thread-7316-1-1.html
Flex Builder 3.0 Plug-in安装小记

吃饱了撑的,插件三百多M,BUILDER 400多M

 用eclipse开发flex程序— 配置eclipse(flex builder 3.0)
下载eclipse的插件包:FB3_WWEJ_Plugin.exe
地址:

点击安装,完成。假设安装目录为:D:\\Program Files\\Adobe\\Flex Builder 3 Plug-in
按提示设置eclipse:
1.Help -> Sofeware Updates -> Product Configuration -> Add an Extension Location。
选择目录:D:\\Program Files\\Adobe\\Flex Builder 3 Plug-in\\eclipse
环境配置完成!

接下来可以运行第一个hello world程序了

bytes   tmp   =   BitConvert.GetBytes(uint);  
  Array.Reverse(tmp);  
  BitConvert.GetUint(tmp);

  http://blog.csdn.net/kukumouse/archive/2008/04/09/2270356.aspx
   字节序有大端和小端之分

   http://hi.baidu.com/serial_story/blog/item/7e110587c3ed8e29c75cc3c7.html
   大端(Big Endian)与小端(Little Endian)详解

   http://jlingmei.spaces.live.com/blog/cns!77254CCC13222C11!391.entry?wa=wsignin1.0
   如何判断系统是Big Endian还是Little Endian?

   http://blog.csdn.net/chong232/archive/2008/03/30/2229760.aspx
    关于网络字节顺序

    我是像   cometsky(天空中自由翱翔的彗星)   说的那样:  
  UInt16   blocknum;  
  short   interValue   =   IPAddress.HostToNetworkOrder((short)blocknum);  
  blocknum   =   (ushort)interValue;  
  使用HostToNetworkOrder   再interValue   再short-Ushort转换效率高呢。  
  还是使用如下的方法效率高呢:  
  UInt16   blocknum  
  Byte[]   b_blocknum=BitConverter.GetBytes(blocknum);  
  Array.Reverse(b_blocknum);  
  blocknum   =   BitConverter.ToUInt16(b_blocknum,0)  
    

    http://blog.csdn.net/suyouxin/archive/2006/06/01/767857.aspx
     字节顺序:大端字节(big-endian)和小端字节(little-endian)

 

历史博文

标签:,
三月 4, 2009 at 7:36 下午 by yippee 1,028 次
Category: Info
Tags: ,