会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北极的大企鹅
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
47
48
49
50
51
52
下一页
2016年10月14日
org.eclipse.ui.PartInitException: Unable to open editor, unknown editor ID: org.xmen.ui.text.XMLTextEditor
摘要: 无法打开struts模式的编译xml的编译器,然后打开.project文件,编辑最后一行,找到<natures>结点,增加一条<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature> 调出.proj
阅读全文
posted @ 2016-10-14 15:01 北极的大企鹅
阅读(656)
评论(0)
推荐(0)
2016年10月13日
如何让编译器实现struts2的xml提示
摘要: 首先,选择pereference >搜索xml 找到xml Catalog 点击右侧的add添加 下载好对应的dtd文档,然后在本地的WEB-INF下建立一个dtd文件夹,将dtd拷入。 Add-->Location里添加的就是拷入的这个dtd,key Type选uri key就是下载dtd的地址:
阅读全文
posted @ 2016-10-13 16:55 北极的大企鹅
阅读(457)
评论(0)
推荐(0)
Caused by: Unable to load configuration. - action - file:/C:/apache-tomcat-7.0.70/webapps/Structs/WEB-INF/classes/struts.xml:7:72 at com.opensymphony.xwork2.config.ConfigurationManager.getConfigurati
摘要: Unable to load configuration. - action - file:/C:/apache-tomcat-7.0.70/webapps/Structs/WEB-INF/classes/struts.xml:7:72 at org.apache.struts2.dispatche
阅读全文
posted @ 2016-10-13 11:51 北极的大企鹅
阅读(2729)
评论(0)
推荐(0)
2016年10月10日
Deployment failure on Tomcat 6.x. Could not copy all resources to D:\...\webapps\eptInfo. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or ma
摘要: tomcat服务并没有启动.工程中之前引了一个包,后来这个包被删除了,但是因为已经发布过这个工程了,所以classpath中就有这个包名了,这样发布的时候也会去找这个包但是已经不存在了,所以无copy. 解决办法:在eclipse的工程中点击右健选择properties-->java build p
阅读全文
posted @ 2016-10-10 11:28 北极的大企鹅
阅读(303)
评论(0)
推荐(0)
Deployment is out of date due to changes in the underlying project contents. Deployment is out of date due to changes in the underlying project contents. You'll need to manually 'Redeploy' the projec
摘要: 原因1:导入的jar包路径不对,造成第一个错误, 原因2:设置右键工程->属性->myeclipse->web->deployment选use workbenk defaul setting 路径设置正确然后关eclipse,然后开eclipse就可以了
阅读全文
posted @ 2016-10-10 11:25 北极的大企鹅
阅读(1089)
评论(0)
推荐(0)
deploy myeclipse j2ee project to server 按了没反应 怎么办
摘要: 解决办法: 1、如果工作空间的问题,那么需要删除你工作空间的一个文件就可以解决了。 这个文件在Myeclipse工作区(workspace) .metadata\.plugins\org.eclipse.core.runtime\.settings目录下的com.genuitec.eclipse.a
阅读全文
posted @ 2016-10-10 11:22 北极的大企鹅
阅读(918)
评论(0)
推荐(0)
基础的linux学习
摘要: 学习了这几个命令分享一下: 文本文件内搜索数据 grep -n -e pattern1 -e pattern2 file1 -n 搜索到的数据显示行号展示 -e pattern1 多个匹配模式下可以通过这个参数选择,多项关系为任一匹配。 排序命令 sort -t ':' -k 3 -n /etc/p
阅读全文
posted @ 2016-10-10 11:18 北极的大企鹅
阅读(163)
评论(0)
推荐(0)
2016年10月9日
如何更改myecelipse、eclipse的Project Explorer的背景颜色
摘要: 这个是我研究了很久发现的,因为myecelipse、eclipse本身是随着系统的颜色改变而改变的,windows系统都会随着系统改变而改变的,所以找了很多资料都没能改变它的背景色,今天发现了一个不错的方法并且成功的更改了这个操作位置的颜色,与大家分享一下,希望对大家有帮助(一个自学者的感言) 首选
阅读全文
posted @ 2016-10-09 18:17 北极的大企鹅
阅读(5862)
评论(0)
推荐(0)
Eclipse出现An error has occurred,See error log for more details的错误
摘要: 因为加入了Aptana组件所以一直报这个错误,用了cmd的方法依然不奏效,最后选择 Window > perferences > General > Startup and Shutdown >所有沟都去掉,问题就解决了
阅读全文
posted @ 2016-10-09 13:05 北极的大企鹅
阅读(621)
评论(0)
推荐(0)
2016年9月19日
mysql 经典错误解决方案 :Incorrect string value 'xE6x95x85xE4xBAx8B...' for column
摘要: 1、关闭当前服务器2、删除正在使用的数据库drop database 数据库名字;3、查看字符集, SHOW VARIABLES LIKE 'character_set_%'; 把所有latin1的都改为utf8 set character_set_client= utf8;4、重新部署项目5、重新
阅读全文
posted @ 2016-09-19 20:35 北极的大企鹅
阅读(1707)
评论(0)
推荐(0)
上一页
1
···
47
48
49
50
51
52
下一页
公告
阅读 -
79万