摘要:
1、非IE: XML DOM evaluate() 方法 http://www.w3school.com.cn/xmldom/met_document_evaluate.asp 2、IE: XML DOM selectSingleNode() 方法 http://www.w3school.com.c 阅读全文
摘要:
参考网址:http://blog.csdn.net/leidengyan/article/details/5503594 var str='1250' ; alert( Number(str) ); //得到1250 alert(parseInt(str)); //得到1250var str1=... 阅读全文
摘要:
需要给一个属性tabindex,例如:“tabindex="1"” 阅读全文
摘要:
环境 : 物理机:Win7_x64 ,VMware10.0.4 build-2249910 虚拟机:ubuntu10.04参考网址:http://jingyan.baidu.com/article/3c48dd34777079e10ae3585b.htmlZC: 全程FQ...0、sudo -i... 阅读全文
摘要:
背景:虚拟机安装ubuntu10.04,准备按照网上教程下载Android源码,然而 物理机FQ了,虚拟机(bridged网络模式)却依然是没FQ的状态...PS:之前装 Win7_x64虚拟机的时候,是怎么FQ的?把FQ软件直接放到虚拟机里面?不记得了...于是,采用 NAT的网络模式。参考网页:... 阅读全文
摘要:
1、Window --> Preferences --> General --> Startup and Shutdown -->找到"Automatic Updates Scheduler " 项去掉前面的勾。2、Window --> Preferences --> MyEclipse --> M... 阅读全文
摘要:
出现如下错误:“Errors occurred during the build.Errors running builder 'JavaScript Validator' on project '??? ???'.org.eclipse.wst.jsdt.internal.compiler.ast... 阅读全文
摘要:
1、JSP 页面中:(1) : (2) : (3) : 输出为:(1) : /Html5_Video_Simple_01(2) : ...\workspace__MyEclipse2013\.metadata\.me_tcat7\webapps\Html5_Video_Simple_01\(3) :... 阅读全文
摘要:
public class TreaponseHeader{ public static void setContentType(HttpServletResponse _response, String _strContentType) { // 这里的设置... 阅读全文
摘要:
public class TrequestHeader{ public static void setCharEncoding(HttpServletRequest _request, String _strEncoding)throws UnsupportedEncodingExcept... 阅读全文