随笔分类 -  jsp

摘要:**首先我们要知道,一个网站实现禁止复制粘贴的功能实现一般是采用jsp实现的。 一般通过以下语句进行实现:**var bodyMain = document.getElementById(‘bodyMain’ ); //实现禁止复制,将返回结果设置为FALSE... 阅读全文
posted @ 2018-05-07 15:47 legendaryhaha 阅读(319) 评论(0) 推荐(0)
摘要:myeclipse中,在写jsp代码后出现了Undefined attribute name (placeholder).和Undefined attribute name (autocomplete).问题百度了一下,说是头文件出了问题原来是:改为:问题解决!原因:... 阅读全文
posted @ 2018-05-05 20:14 legendaryhaha 阅读(2073) 评论(0) 推荐(0)
摘要:在myEclipse运行运行一个项目是出现了这个错误: The server does not support version 2.5 of the J2EE Web module specification原因:用到了servlet2.5 的规范,或新... 阅读全文
posted @ 2018-04-30 14:07 legendaryhaha 阅读(346) 评论(0) 推荐(0)