04 2014 档案

摘要:这里说一种把myEclipse项目转成Eclipse项目继续开发1. 请首先确保你的eclipse是javaee版本的,或者已经安装看wtp插件2. 然后修改eclipse工程下的.project文件:3. 在中加入[html]view plaincopyorg.eclipse.wst.common... 阅读全文
posted @ 2014-04-23 11:32 飞起航 阅读(2600) 评论(0) 推荐(0)
摘要:页面: Action:适用于struts1.2,直接调用form的getMultipartRequestHandler方法。 HashtablefileMap=form.getMultipartRequestHandler().getFileElements();//遍... 阅读全文
posted @ 2014-04-15 16:40 飞起航 阅读(2730) 评论(0) 推荐(0)
摘要:数据库无法连接(JDBC)用户名密码正确,但是一直报错:Connection timed out后来知道了原因:我用的是BAE提供的云mysql数据库,对访问的IP有限制,所以在本机上无法连接。~~~~(>_(MysqlIO.java:276)at com.mysql.jdbc.Connection... 阅读全文
posted @ 2014-04-11 16:46 飞起航 阅读(23509) 评论(1) 推荐(0)
摘要:showModalDialog returnValue is undefined in GoogleChromePosted onAugust 22, 2012bybriancaosFor some reason, when using a JavascriptshowModalDialogfrom... 阅读全文
posted @ 2014-04-02 11:37 飞起航 阅读(2540) 评论(0) 推荐(0)