本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- zhanjia
- lzyfn123
- forestqqqq
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- johnsmith9th
- mwhgJava
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
最新文章列表
来自adobe实验室的最新flash应用:个人调色板kuler
官方网站的报道地址:http://labs.adobe.com/technologies/kuler/openria的报道地址: http://www.openria.cn/posts/list/54.page
PTViewer 全景显示
全景显示
http://www.fsoft.it/panorama/ptviewer.htm
applet- code="ptviewer.class" archive="Applet/ptviewer.jar" width=600 height=450>
param name=file value="001.jpg">
p ...
找不到com.sun.jdmk.comm.HtmlAdaptorServer的同学看过来
很多jmx教程的例子里面都会用到com.sun.jdmk.comm.HtmlAdaptorServer这个类,不知道怎么去找到,其实这是sun的一个产品包里面的,获得方法:到http://www.sun.com/software/jdmk/,选择右边的Trial Download链接,输入sun download center的帐号(没有就注册一个,很快的)就可以下载了,sun-jdmk-runti ...
PSP tutorial
this tutorial can now also be seen at the site of lord ( a senior member here ) http://homebrewhowto.com/ look in the forums in the psp section/tutorails
thanks to nukewire this Tutorial can also be ...
js添加Flash方法
百事通信息网
function Common() {}
......
/**
*@param:id //div元素的id号
*@param:url //flash地址
*@param:width //显示的对象宽
*@param:height //显示的对象高
*@param:mode //是否以透明模式显示
**/
Common.showFlash = function ...
Flex 2和JavaScript交互
在Flex开发的时候,经常遇到一些问题处理起来比较麻烦.这个时候调用html页面里的js代码就成了最快的解决方案.flex主要是通过ExternalInterface.call来调用页面的代码,下面的例子是不需要返回值的调用.
joinmeet.mxml
<?xml version="1.0" encoding="utf-8"?>
<m ...