`
k1280000
  • 浏览: 203857 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表

maven 创建WEB项目

http://blog.sina.com.cn/s/blog_4829b9400100ix4b.html     import http://zheng.yangpeng.blog.163.com/blog/static/8624710320101116115335588/

tools

test tools: jetty-maven-plugin auto web page test tool -> selenium auto deploy -> Cargo  
    <mx:FormItem label="Start date:"> <mx:DateField id="sDate" change="arrColl.refresh();" /> </mx:FormItem> <mx:FormItem label="End date:"> <mx:DateField id="eDate" change="arrColl.refresh();&quo ...
ActionScript 3 中变量持有引用,指向要操作的对像。但和JAVA 不一样的是ActionScript 3的变量本身是不能持有值的。AS3中值类型的变量持有的是指向值类型的引用,引用类型的变量指向的是引用类型的引用。不同的是,值类型的数据是一种不变对象 。   既然,都是引用,为何表现出的行为会不一样呢? 原来,在AS3中,值类型数据的引用是一种叫做不变对象(immutable object).这种对象一旦被创建就不能被改变。一旦AVM发现一个不变对象的引用要改变这个不变对象的值,AVM(AS虚拟机)就会创建一个新的不变对象来接受新值。                      ...

teacher

http://blog.thematice.com/       flex for eclipse 3.3-3.4 http://zhidao.baidu.com/question/95851889         flex install .....flex-debugger http://www.360doc.com/content/11/0522/17/63912_118588801.shtml http://www.the8m.com/blog/article/flexa/flext3.html       mysql http://www.qscms. ...

spring beanfactory

    博客分类:
  • SSH
1. beanfactory create beans in three ways :   1.通过构造函数 2.通过静态工厂  factory-method 3.通过实例工厂方法(non-static)  factory-method ,factory-bean, and the attribute class must be null    2. spring 中XMLBeanFactory中的bean如果定义了class属性,那么这个bean就能被实例化。而且XMLBeanFactory 会默认地将signleton的bean预实例化,所以,如果你想要把一个bean 仅仅 ...
FLEX DEBUGER does not work    http://www.ajaxcn.net/archives/211

channels in BlazeDS

    博客分类:
  • Flex
To send message across the network , the client users channels. A channel encapsulates message formats, network protocols, and network behaviours to decouple them from services ,destinations ,and applications code.A channel formats and translates message into a network-specific form and deli ...
un 27, 2011 11:29:12 AM org.springframework.web.servlet.FrameworkServlet initServletBean SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBrokerDefaultHandlerMapping': Initialization of bean failed; nested excep ...
  log4j http://edu.codepub.com/show.php?contentid=14227
eclipse里编码的设置   http://blog.csdn.net/mybackup/archive/2009/01/20/3838949.aspx
有关依赖注入的经典文章:   http://www.martinfowler.com/articles/injection.html#ComponentsAndServices       PS: 不学不知道,一学,才知道自己有多不知道!
反编译 : http://zhidao.baidu.com/question/98202964.html
http://blog.csdn.net/sysu_2010/archive/2011/05/27/6450187.aspx       css http://hi.baidu.com/dong_jl/blog/item/2376861fb75eb19886d6b67c.html       video address: http://www.riameeting.com/node/808
http://wenku.baidu.com/view/e48b69d026fff705cc170aaf.html
Global site tag (gtag.js) - Google Analytics