
eclipse
夏天的风欧阳冰嫣
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu: eclipse tomcat unknown version of tomcat was specified
在ubuntu下,在eclipse中设置“Runtime Environment”, 配置tomcat时,提示“eclipse tomcat unknown version of tomcat was specified”。是权限问题,因为配置tomcat需要访问tomcat目录下的lib库。 通过如下命令:在/opt目录下:chmod -R 777 apache-tomc原创 2017-11-09 15:49:10 · 2402 阅读 · 1 评论 -
Eclipse+Tomcat问题
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.原因:把项目导入eclipse后,没有修改web.xml里面的内容,启动页面是原来的index.html.解决:修改web.xml内容:原创 2018-01-15 14:46:09 · 331 阅读 · 0 评论 -
博客制作笔记(2)_数据库添加和查询+页面参数传递
2018.1.16很棒!么么么哒!今天把数据库搞定了eclipse+mysql:1.数据库创建过程:添加到数据库:查询数据库:查询现在的数据个数: select count(*) from comment;删除表中的数据; delete from comment where id in (23,24,26,30);delete from comment where原创 2018-01-16 21:46:08 · 300 阅读 · 0 评论