自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

myeclipse8.5没有software update解决方法.

In some situations you may not be able to install or update software using the menu commands in the Help menu. In these situations you will automatically be redirected to the classic update manager . ...

2010-08-06 15:40:41 124

原创 myeclipse8.5下载

下载地址: http://downloads.myeclipseide.com/downloads/products/eworkbench/galileo/myeclipse-8.5.0-win32.exe使用迅雷等p2p工具即可.

2010-08-06 10:17:42 162

不用disabled属性也让select失效

2010-08-04 14:23:34 493

敲回车键自动切换text

function document.onkeydown(){ if(event.keyCode==13) event.keyCode=9;}相当于敲下回车键替换成Tab键,如果需要继续判断的话 可以使用document.activeElement.type==”button” 取得获得焦点的控件...

2010-08-04 14:21:51 154

解决: js向后台传参数出现乱码

前台js代码块中对各个变量进行编码处理如下:var typeselect = form2.typeselect.value;//var typeselect = document.getElementById('typeselect').value;//怎么获得值得自己用自己的方式, 不一定要像我酱紫..typeselect=encodeURI(typeselect);...

2010-08-03 16:50:00 106

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除