- 博客(10)
- 资源 (9)
- 收藏
- 关注
原创 已安装的Flash Player不支持FlexBuilder调试
<br />Flex builder 3.0中使用trace( )调试时(debug方式运行,也可直接按F11运行。如果不是debug方式运行,trace函数的内容是不会输出的),弹出提示: <br /> <br />C:/Windows/System32/Macromed/Flash/Flash10q.ocx<br />Flex Builder cannot locate the required debugger version of Flash Player. You might need to in
2011-05-26 10:35:00 448
原创 eclipse3.6安装可视化VE插件
<br />Install VE 1.5 into Eclipse 3.6 / Helios<br /><br />Online Install<br />Start eclipse, then start the Install Manager. <br />Help > Install New Software... <br />In the "Work with:" field, paste http://download.eclipse.org/tools/ve/updates/1.5.0/, an
2011-05-20 14:41:00 1200
原创 NetBeans启动失败,提示“JVM creation failed”的解决办法
<br />前些日子一直正常运行的NetBeans 7.0今天突然启动报错了,提示“JVM creation failed”。<br /> 从提示上看,是因为启动Java虚拟机失败了,应该是因为配置的问题引起的。 在NetBeans的安装目录下有一个etc文件夹,下面有一个netbeans.conf文件,这个文件就是NetBeans的启动配置文件,打开文件内容如下:<br /># ${HOME} will be replaced by JVM user.home system property<br
2011-05-20 13:42:00 819
原创 ubuntu10.10安装java
sudo apt-get install openjdk-6-jdk fastjar gcj-4.4-jdk gcj-4.5-jdk
2011-04-22 16:49:00 330
原创 如何判断当前浏览器的类型(IE和FF)然后调用不同的css?
<br /><script> <br />if (parseInt(navigator.appVersion.charAt(0))>=4){ <br /> var isNN=(navigator.appName=='Netscape')?1:0; <br /> var isIE=(navigator.appName.indexOf('Microsoft')!=-1)?1:0; <br />} <br />if (isNN) {<br /> ...<br />}<b
2011-04-16 11:12:00 965
原创 android sdk安装问题——a folder failed to be renamed or moved on SDK install的处理方法
-=Warning !=-A folder failed to be renamed or moved.On Windows this typically meansthat a program is using that folder (for example Windows Explorer or your anti-virus software.)Please momentarily deactivate your anti-virus softwarePlease also close any r
2011-02-27 01:58:00 5378 1
原创 JavaScript实现缩略图
<br />js客户端缩略图函数说明:<br />参数:imgD图片对象,width_s缩略图的宽,height_s缩略图的高<br />使用方法:<br />在html的img标签中加入onLoad事件调用DrawImage()方法。<br /> <br /><html> <head> <title>JS实现缩略图</title> <mce:script language="JavaScript"><!-- function DrawImage(ImgD, width_s,
2011-02-11 21:14:00 628
获取屏幕颜色的小工具
2011-01-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人