随笔分类 -  java web

摘要:出现这个问题后使用“清理”功能,如果还不行,就直接到上一级目录,再执行“清理”,然后再“更新”。有时候如果看到某个包里面的文件夹没有SVN的标志,直接用“Ctrl+Delete”手工删除,然后“清理”,最后“更新”或“提交”。 网络摘抄1:错误信息Malformed file svn: E:\svn 阅读全文
posted @ 2016-09-23 15:58 godlovelian 阅读(179) 评论(0) 推荐(0) 编辑
摘要:使用Eclipse编辑jsp、js文件时,经常出现卡死现象,在网上百度了N次,经过N次优化调整后,卡死现象逐步好转,具体那个方法起到作用,不太好讲。将所有用过的方法罗列如下: 1、取消验证 windows–>perferences–>validation 把 除了manual 下面的全部点掉,bui 阅读全文
posted @ 2016-08-26 17:20 godlovelian 阅读(26317) 评论(0) 推荐(0) 编辑
摘要:1、找到项目工作空间目录,打开.project文件,并修改文件, 修改如下: 找到:<natures> </natures>代码段,在代码段中加入如下内容并保存: <nature>org.eclipse.wst.common.project.facet.core.nature</nature> <n 阅读全文
posted @ 2016-05-27 11:06 godlovelian 阅读(240) 评论(0) 推荐(0) 编辑
摘要:<% String test = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath(); System.out.println(test); %> 阅读全文
posted @ 2016-03-26 19:28 godlovelian 阅读(213) 评论(0) 推荐(0) 编辑
摘要:算术运算符 + 、 - 、 * 、 / (或 div )和 % (或 mod )关系运算符 == (或 eq )、 != (或 ne )、 (或 gt )、 = (或 ge )逻辑运算符 && (或 and )、 || (或 or )和 ! (或 not )验证运算符 empty 阅读全文
posted @ 2015-05-07 10:44 godlovelian 阅读(5073) 评论(0) 推荐(0) 编辑
摘要:MyEclipse安装插件的几种方法 本文讲解MyEclipse(MyEclipse10)的三种方法,以SVN为例 Eclipse update site URL:http://subclipse.tigris.org/update_1.8.x 下载地址:http://subclipse.ti... 阅读全文
posted @ 2014-12-04 11:03 godlovelian 阅读(174) 评论(0) 推荐(0) 编辑