- 博客(5)
- 资源 (10)
- 收藏
- 关注
原创 ComboBox 筛选 过滤
package skins.my{ import mx.collections.ArrayCollection; import mx.utils.StringUtil; import spark.components.ComboBox; import spark.events.TextOperationEvent; public class ComboBoxF
2012-05-07 16:58:58
1912
原创 Flex 人民币大写
public class RMBHelper { public function RMBHelper() { } private static const num:Array=["零","壹","贰","叁","肆", "伍","陆","柒","捌","玖"]; private static const unit:Array=[ [
2011-12-06 14:26:40
864
原创 Flex 多选 ComboBox
说多了墨迹,直接帖代码 MyClassFactory 类 如下: import flash.display.DisplayObject; import mx.core.ClassFactory; import mx.states.OverrideBase; public class MyClassFactory extends ClassFactory {
2011-11-30 13:36:52
3602
原创 Hibernate update 和 merge 的区别
<br />update :<br /> 把一个脱管状态的对象或自由态对象(一定要和一个记录对应)更新到数据库,如果session中存在相同持久化标识(identifier)<br />的实例,则抛错 a different object with the same identifier value was already associated with the session<br />merge :<br /> 如果session中存在相同持久化标识(identifier)的实例,用用户给出的对象覆盖
2011-05-19 11:00:00
713
原创 Flex 4 调用 AsyncThreading 多线程 报错 解决办法
<br />在网上找到 Flex 多线程 的文章 http://blog.sina.com.cn/s/blog_4cfe78830100imuo.html<br />将其中的代码移植到 Flex4的项目中 在创建线程的时候 报错<br />TypeError: Error #1009: Cannot access a property or method of a null object reference.<br /> <br />解决办法:<br />下载 AsyncThreading_2.1 源码到本
2010-07-28 15:38:00
2686
自定义布局 FlexLayouts 源码
2012-12-30
FlexLayouts 布局
2012-12-30
iBATIS 开发指南
2010-07-02
dom4j中文帮助文档
2010-06-28
spring中文帮助文档
2010-01-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人