02 2017 档案
JS验证两次输入密码是否相同
摘要:js中 <script>function check(){ with(document.all){if(input1.value!=input2.value){alert("false")input1.value = "";input2.value = "";}else document.forms 阅读全文
posted @ 2017-02-07 23:37 尴尬而不失礼貌的微笑 阅读(4436) 评论(0) 推荐(0)
配置 java web Tomcat
摘要:index.jsp-->换为默认的MyEclipse JSP Editor打开方法:window --》Preference--》general--》editors--》File Associations 中找到.jsp,下面选择即可MyEclipse JSP Editor 更改index.jsp默 阅读全文
posted @ 2017-02-03 13:58 尴尬而不失礼貌的微笑 阅读(172) 评论(0) 推荐(0)