<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Otis's Technology Space_分类_Flex</title><id>http://feed.cnblogs.com/blog/u/50718/category/172238/rss</id><updated>2012-05-28T09:31:03Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/category/172238.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/50718/category/172238/rss"/><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/07/13/1522547.html</id><title type="text">技巧：让Eclipse或Flex Builder 支持自动换行。</title><summary type="text">今天找一半天，发现功能超强的Eclipse竟然没有自动换行的功能。真的是让人郁闷呀。。 而Visual Studio的自动换行功能却做得很棒！！ Google了N分钟，发现Eclipse要装上一插件才支持自动换行功能。 这个插件的安装网址是： http://ahtik.com/eclipse-update/ 插件很小，装上了重启Eclipse就可以自动换行了。 方法是在编辑器里右点，选择:...</summary><published>2009-07-13T07:18:00Z</published><updated>2009-07-13T07:18:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/07/13/1522547.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/07/13/1522547.html"/><content type="text">今天找一半天，发现功能超强的Eclipse竟然没有自动换行的功能。真的是让人郁闷呀。。 而Visual Studio的自动换行功能却做得很棒！！ Google了N分钟，发现Eclipse要装上一插件才支持自动换行功能。 这个插件的安装网址是： http://ahtik.com/eclipse-update/ 插件很小，装上了重启Eclipse就可以自动换行了。 方法是在编辑器里右点，选择:...</content></entry><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/06/12/1502337.html</id><title type="text">flex ModuleLoader ERROR记录</title><summary type="text">项目中想用moduleLoader加载模块,达到模块化开发的目的.但是出现了共享变量的问题: TypeError: Error #1034: 强制转换类型失败:无法将 Object@406e651 转换为 mx.messaging.messages.IMessage。 代码+上//  import mx.managers.PopUpManager; // &amp;#1...</summary><published>2009-06-12T12:34:00Z</published><updated>2009-06-12T12:34:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/06/12/1502337.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/06/12/1502337.html"/><content type="text">项目中想用moduleLoader加载模块,达到模块化开发的目的.但是出现了共享变量的问题: TypeError: Error #1034: 强制转换类型失败:无法将 Object@406e651 转换为 mx.messaging.messages.IMessage。 代码+上//  import mx.managers.PopUpManager; // &amp;#1...</content></entry><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/02/25/1397803.html</id><title type="text">Flex 一周视频培训系列学习笔记(二)</title><summary type="text">DataGrid Controls Collection of objects/items with multiple properties displayed in rows Eachh property of the object displayed in columns Has customizable columns and column headers Can allow multipl...</summary><published>2009-02-25T04:46:00Z</published><updated>2009-02-25T04:46:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/02/25/1397803.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/02/25/1397803.html"/><content type="text">DataGrid Controls Collection of objects/items with multiple properties displayed in rows Eachh property of the object displayed in columns Has customizable columns and column headers Can allow multipl...</content></entry><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/02/24/1397149.html</id><title type="text">Flex 一周视频培训系列学习笔记(一)</title><summary type="text">使用Http Service 获取数据 先用asp.net mvc构建数据源. 这个是作了修改的MvcContrib下的XmlResult代码.用来返回Northwind 数据库下的Employee数据.格式为xml using System.Web.Mvc;using System.Xml.Serialization;using System.Data;namespace MvcContr...</summary><published>2009-02-24T05:40:00Z</published><updated>2009-02-24T05:40:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/02/24/1397149.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/02/24/1397149.html"/><content type="text">使用Http Service 获取数据 先用asp.net mvc构建数据源. 这个是作了修改的MvcContrib下的XmlResult代码.用来返回Northwind 数据库下的Employee数据.格式为xml using System.Web.Mvc;using System.Xml.Serialization;using System.Data;namespace MvcContr...</content></entry><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/01/14/1375817.html</id><title type="text">.NET程序员也用JAVA:使用BlazeDS,SpringFramework,MySql,Flex构建RIA应用 part 3 :Flex及As 3代码编写</title><summary type="text">Flex这边要有一个实体类和Java的实体类对应，用来存放Java传回的数据和把数据传给Java处理．在这里我们创建了一个Java的User的实体类，所以在Flex这边也要有这样一个User实体类．．这个类的代码如下：</summary><published>2009-01-14T10:07:00Z</published><updated>2009-01-14T10:07:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/01/14/1375817.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/01/14/1375817.html"/><content type="text">Flex这边要有一个实体类和Java的实体类对应，用来存放Java传回的数据和把数据传给Java处理．在这里我们创建了一个Java的User的实体类，所以在Flex这边也要有这样一个User实体类．．这个类的代码如下：</content></entry><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/01/12/1374375.html</id><title type="text">.NET程序员也用JAVA:使用BlazeDS,SpringFramework,MySql,Flex构建RIA应用 part 2 :Java代码编写.</title><summary type="text">这次的目标是用JAVA代码添加数据到MySql中和从MySql中获取数据.为了简单,这些Java代码只求实现目标.实现目标就好..因为在.net下,特别是开发小型的Asp.net程序,并不像java那样会用到很多模式..第一步,先建表:看Sql都应该知道了.这里直接贴SQL..(我在用phpMyAdmin ^_^)</summary><published>2009-01-12T09:30:00Z</published><updated>2009-01-12T09:30:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/01/12/1374375.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/01/12/1374375.html"/><content type="text">这次的目标是用JAVA代码添加数据到MySql中和从MySql中获取数据.为了简单,这些Java代码只求实现目标.实现目标就好..因为在.net下,特别是开发小型的Asp.net程序,并不像java那样会用到很多模式..第一步,先建表:看Sql都应该知道了.这里直接贴SQL..(我在用phpMyAdmin ^_^)</content></entry><entry><id>http://www.cnblogs.com/OtisBlog/archive/2009/01/10/1373223.html</id><title type="text">.NET程序员也用JAVA:使用BlazeDS,SpringFramework,MySql,Flex构建RIA应用 part 1 :环境搭建.</title><summary type="text">先介绍一下开发环境:IDE: my eclipse 6.5 + Flex Builder 3DB: MySql 5.1以上环境设置成功后,先去下载SpringFramework , BlazeDS ,SpringFramework就不用介绍了,BlazeDS 是LiveCycle Data Services 功能简化开源版. 之后用到的组件之后再介绍.</summary><published>2009-01-10T04:20:00Z</published><updated>2009-01-10T04:20:00Z</updated><author><name>Otis's Technology Space</name><uri>http://www.cnblogs.com/OtisBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/OtisBlog/archive/2009/01/10/1373223.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/OtisBlog/archive/2009/01/10/1373223.html"/><content type="text">先介绍一下开发环境:IDE: my eclipse 6.5 + Flex Builder 3DB: MySql 5.1以上环境设置成功后,先去下载SpringFramework , BlazeDS ,SpringFramework就不用介绍了,BlazeDS 是LiveCycle Data Services 功能简化开源版. 之后用到的组件之后再介绍.</content></entry></feed>
