上一页 1 ··· 179 180 181 182 183 184 185 186 187 ··· 205 下一页
摘要: 任务: uos.docfile的content字段是longblob类型,通过Web点击链接能下载到存储在这个字段里的文件。Web点击链接类似如下形式: http://localhost:8080/dld/downloadDocument.html?id=81&&filename=jfreechar 阅读全文
posted @ 2014-12-17 11:01 逆火狂飙 阅读(1515) 评论(0) 推荐(0) 编辑
摘要: 任务: uos.docfile的content字段是longblob类型的,通过页面将文件存储到这个字段里。 页面代码: <div class="box"> <div class="box-head"> <h2>Upload a document</h2> </div> <form name="fo 阅读全文
posted @ 2014-12-17 10:56 逆火狂飙 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 在MySQL数据库里某表有一个blob字段,当上传文件超过1M的时候出现下面的错误: PreparedStatementCallback; SQL [insert into uos.docfile(remark,content,email,addtime,filename) values ('654 阅读全文
posted @ 2014-12-17 10:47 逆火狂飙 阅读(1095) 评论(0) 推荐(0) 编辑
摘要: 这个错误是SpringMVC报出来的,见到它意味着html/jsp页面的控件名称 和 controller里函数的参数不符。 好比界面有个这样的form 而对应的函数参数应该这样写: 注意上述粗体字的一一对应关系。 阅读全文
posted @ 2014-12-17 09:08 逆火狂飙 阅读(102922) 评论(2) 推荐(2) 编辑
摘要: 1.由日期时间转化成字符串 上述代码使用的是SimpleDateFormat的format函数 2.由字符串转化成日期时间 上述代码使用的是SimpleDateFormat的parse函数。 3.得到几天前的日期 4.得到一个月的第一天,这个比较简单 5.得到一周的第一天 阅读全文
posted @ 2014-12-16 06:55 逆火狂飙 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 代码: StringBuilder sb = new StringBuilder(); sb.append(" insert into uosdetailfile ("); sb.append(" filename, "); sb.append(" content,"); sb.append(" a 阅读全文
posted @ 2014-12-16 06:44 逆火狂飙 阅读(42159) 评论(8) 推荐(0) 编辑
摘要: 使用Html5/Canvas绘制黑白山间野营Camping徽章。 阅读全文
posted @ 2014-12-14 16:20 逆火狂飙 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 代码: select t1.descid, IFNULL(t2.cnt,0) as countnew, t1.description from uosdesc t1 left outer join t2 on t1.descid=t2.descid order by countnew desc 说明 阅读全文
posted @ 2014-12-14 12:29 逆火狂飙 阅读(773) 评论(1) 推荐(0) 编辑
摘要: 使用HTML5/Canvas绘制古典火炮侧视图,上下箭头可调仰俯角。 阅读全文
posted @ 2014-12-13 18:53 逆火狂飙 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1.将Date类型变成年月日时分秒的形式 select date_format(claimDate,'%Y-%m-%d %H:%i:%s') as claimdate from t1 2.只要年月日的形式 select date_format(claimdate,'%Y-%m-%d') as new 阅读全文
posted @ 2014-12-07 00:21 逆火狂飙 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 ··· 179 180 181 182 183 184 185 186 187 ··· 205 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东