
技术日志
qq454576546
这个作者很懒,什么都没留下…
展开
-
flex通过webservice的框架xfire与java通信
1.创建带xfire框架的webservice project直接next到finish.2.在WebService文件夹下有一个service.xml,在里面配置beans SayHello ///////////////wsdl的名称:http://localhost:8080/aaa/SayHello?wsdl com.service.SayHello 、、、类的路原创 2013-06-14 13:08:33 · 639 阅读 · 0 评论 -
flex用字节流作背景图片
var bmp:Loader = new Loader(); bmp.contentLoaderInfo.addEventListener(Event.COMPLETE,function (e:Event):void{setBackImage(e,imageIndex)},false);//imageIndex参数暂时用不到 bmp.loadBytes(B原创 2013-06-25 16:16:15 · 753 阅读 · 0 评论 -
Flex通过IFrame嵌入html,并调用html中的js脚本
Flex代码: id="googleIFrame" label="Google" width="400" height="300" source="http://localhost:8080/test/test.html" />protected function button1_clickHandler(event:MouseEvent):void原创 2013-08-07 19:32:30 · 1144 阅读 · 0 评论 -
was7.0修改VM内存(来自51CTO下载中心的granzy )
转载 2013-08-13 17:36:01 · 804 阅读 · 0 评论 -
spring 中的expression
原创 2014-08-20 22:41:42 · 433 阅读 · 0 评论 -
hibernate 的openSession和getCurrentSession的区别
hibernate 的openSession和getCurrentSession的区别简单的说一下就是,用ivov原创 2014-08-09 17:01:35 · 339 阅读 · 0 评论