摘要: 连接oracle:1. 创建新连接 2. 选择<Oracle Thin>,并选择驱动文件<ojdbc14.jar>,下一步 3. 输入userid password,connection type 选择默认Service,输入服务器ip、端口号、Service名称,点击finish,完成连接 阅读全文
posted @ 2018-10-12 15:44 偷懒曦 阅读(4625) 评论(0) 推荐(0)
摘要: 找到jar包所在的位置 有两个jar包冲突了,删掉struts2-core-2.3.35.jar就可以了 阅读全文
posted @ 2018-10-12 11:04 偷懒曦 阅读(321) 评论(0) 推荐(0)
摘要: 一、先检查本电脑安装的Tomcat是都能够正常运行 在Tomcat安装目录的bin目录下点击了shutdown.bat >然后再启动startup.bat,再在浏览器中输入http://localhost:8080/检查是否能够正常登陆使用Tomcat,如果可以正常使用 二、 1、打开eclipse 阅读全文
posted @ 2018-10-12 10:54 偷懒曦 阅读(1258) 评论(0) 推荐(0)
摘要: eclipse设置步骤: 1.在Window >Show View下点击Servers; 2.双击打开Tomcat,打开后在General Information下点击Open launch configuration 3.找到Argument >VM arguments在其内容的末尾加一个空格后追 阅读全文
posted @ 2018-10-12 10:42 偷懒曦 阅读(141) 评论(0) 推荐(0)