
Performance
jimly10
Welcome to my blog !
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Structuring Data and Serivces for Application Performance
Everyone wants their Flex application to perform well. We each want ours to be fast, with minimal wait times, and want it to run as seamlessly as possible. Well, one of the most important factors in g转载 2008-04-30 09:49:00 · 281 阅读 · 0 评论 -
Performance Tip: Dictionaries and Associative Arrays
Heres a quick tip to help you squeeze extra performance out of your Flex/ActionScript applications when looping over and crunching lots of data on the client side. Use the dictionary class or associa转载 2008-04-30 09:54:00 · 254 阅读 · 0 评论 -
12个常用的函数技巧
No.1 Copy content to clipboard:System.setClipboard(strContent);No.2 Clone an ArrayCollection://dummy solution( well, it works ) var bar:ArrayCollection = new ArrayCollection(); for e转载 2008-07-30 11:15:00 · 343 阅读 · 0 评论 -
3 ways to make your Flex application smaller
1.release build2. module3. RSL原创 2008-11-17 09:56:00 · 226 阅读 · 0 评论