转自http://flex.org/get-started/
英文很容易看懂就不翻译了, 里面列举的都是个人亲身体验过来的。的确是不错的学习之路。
可以少走弯路。
Get Started
Step 1: Install Flash Builder
Download the Flash Builder 60 day trial here
:
- If you are already using Eclipse, download the plugin version, run the installer and make sure
you install Flash Builder on top of your existing version of Eclipse.
- If you are not currently using Eclipse, download the standalone version and run the installer.
Step 2: Build your first application (James Ward and Christophe Coenraets)
Step 3: Take the Flex Test Drive
Learn how to build a more extensive application by taking the Flex Test Drive
(one hour video showing building a more extensive application)
Step 4: Install Tour de Flex
“Tour de Flex” is a desktop application that features over 300
running samples, each with source code, links to documentation, and
other details. It is a great way to see the components available in Flex
in action and learn how to use them.
Download Tour De Flex
Step 5: Learn more about using Flex in your existing Environment
Step 6: Get familiar with Flex Resources
分享到:
相关推荐
ADC用于将模拟信号转换为数字信号,而FTM(FlexTimer Module)则是一个定时器模块,可以用来测量时间、生成脉冲以及实现复杂的定时功能。在这一部分,开发者可以了解到如何设置ADC的采样通道、采样频率等,以及如何...
To get started, you need to download Eclipse from the official website (as mentioned in the given content). The Eclipse IDE for Java developers is suitable for most Flex developers, but feel free to ...
Flex 4 demonstrates how to get started without getting bogged down in technical detail or academic edge cases. In this book, User Friendly cartoon characters offer commentary and snide side comments,...
"GetStarted"这个文件可能是教程的起始部分,包含基础概念介绍、快速入门指南或简单的示例代码。初学者应仔细阅读,理解基本操作和流程,然后逐步深入到更复杂的GIS功能实现。 总之,通过学习FLEX与SuperMap的结合...
I’ll focus particularly on XML documents and content from databases and show you how to add this information to your Flex interfaces. The book is purposely simple so you can get the basic ...
sudo apt-get install flex ``` 3. **安装 bison**:Bison 是一个用于生成语法分析器的工具。 ```bash sudo apt-get install bison ``` 4. **安装 libedit-dev**:这是一个文本编辑器库,honeyd 的编译过程中...
sudo apt-get install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 ``` 更新SSH服务,确保能安全地与VS Code远程...
`sudo apt-get install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0` 3. 创建python3的软连接: `sudo ln -s /usr...
cd ~/esp32/esp-adf/esp-idf/examples/get-started/hello_world idf.py build ``` 如果一切顺利,你应该能看到编译成功的信息。至此,你已经在Windows 10的WSL环境中成功搭建了ESP32的编译环境,可以开始进行ESP32的...
- react-hook-form官方文档:https://react-hook-form.com/get-started 综上所述,“形式React”项目主要涉及React中的表单处理、图片上传、样式布局以及最佳实践。理解并掌握这些概念和技巧,对于开发高效、健壮...
protected function windowedApplication1_creationCompleteHandler(event:FlexEvent):void { socketServer = new ServerSocket(); socketServer.addEventListener(ServerSocketConnectEvent.CONNECT, ...