文章归档:2011年04月

【07ss: We code, or else】毕业日志接力第5.2站——似水流年(周磊)

2011-04-26 23:45 by hackerzhou

/**
*  复旦往事5.2——似水流年
*  Copyright (C) 2011  07ss-hackerzhou
*
*  This article is free: you can redistribute it and/or modify
*  it under the terms of the Software School Public License as published by
*  the Fudan 07SS Graduation Committee, either version 1 of the License, or
*  any later version.
*
*  This article is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  Software School Public License for more details.
*
*  You should have received a copy of the Software School Public License
*  along with this article.  If not, forget it.
*
*/ [阅读全文]

写在四月的尾巴

2011-04-25 22:52 by hackerzhou

整个四月在忙忙碌碌中不知不觉的快要过去了,感觉这个月过得比较浑浑噩噩,被一堆琐碎的事情缠住了技术学习的脚步。不过赶在四月结束之前还是做了几件事情:论文基本完成,域名续费了两年,搞定老板交代的任务,还陪mm去百联看了《里约大冒险》。 [阅读全文]

Flex开发的一些经验总结——本地化(多语言)实现

2011-04-08 9:48 by hackerzhou

良好的本地化一直是一个成熟的软件系统必备的,一般需要在若干语言properties文件中切换,先做出一份模板的语言文件(比如en_US),然后交给翻译团队翻译成各种语言文件。本文讲述如何配置Flex,使得能编译多语言版本的swf,以及如何进行自定义的ResourceManager封装。 [阅读全文]

Flex开发的一些经验总结——Remote Object篇

2011-04-06 22:54 by hackerzhou

我毕业设计的管理界面是使用Flex 4.0开发的(因为现在实习所在的UI Team使用的就是Flex,很多东西可以现学现用)。由于之前并没有很系统的学习过Flex,因此还是碰到了一些坎坷,写出来与大家分享下我的解决方案。这篇介绍的是如何使用和封装Remote Object调用以及简单的代码生成。 [阅读全文]