上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 1、设置皮肤 <script type="text/javascript"><!-- CKEDITOR.replace("content", { skin: "kama", width:700, height:300 });//--></script> 2、设置值、获取值 var editor = 阅读全文
posted @ 2016-10-29 10:10 start逍遥 阅读(152) 评论(0) 推荐(0) 编辑
摘要: select DATE_FORMAT(f.upload_time,'%Y%u') weeks,count(*),sum(p.download_times),sum(p.collection_times),sum(p.click_times) from file_base f left join file_property p on f.property_id = p.id grou... 阅读全文
posted @ 2016-09-26 15:46 start逍遥 阅读(7718) 评论(0) 推荐(0) 编辑
摘要: 当需要查询返回 List<String> 阅读全文
posted @ 2016-09-23 15:06 start逍遥 阅读(109594) 评论(3) 推荐(2) 编辑
摘要: Spring MVC处理异常有3种方式: (1)使用Spring MVC提供的简单异常处理器SimpleMappingExceptionResolver; (2)实现Spring的异常处理接口HandlerExceptionResolver 自定义自己的异常处理器; (3)使用@ExceptionH 阅读全文
posted @ 2016-09-19 14:11 start逍遥 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 方法:1、文件转换成pdf(采用openoffice或者jacob) 2、抓取pdf首页图 第一步:采用jacob: a、下载jacob 注意区分32位,64位,否则不能用 将dll文件放在java bin目录下即可 jar包引入项目 b、转换pdf 第二步:抓取首页图: 第三步、搞定,加入自己的业 阅读全文
posted @ 2016-09-08 16:53 start逍遥 阅读(3691) 评论(1) 推荐(1) 编辑
摘要: 一, 用<![CDATA[ ]]>标识,例如: 二,转义 &lt; &gt; 也可以&gt;= 阅读全文
posted @ 2016-08-31 14:37 start逍遥 阅读(2903) 评论(1) 推荐(0) 编辑
摘要: <c:forEach items="${list}" var="tt" varStatus="status"> ${status.index} 下标 ${status.count}、${list.size()}总数 ${empty list} 空 ${!empty list} 非空 </c:forE 阅读全文
posted @ 2016-08-31 09:50 start逍遥 阅读(8824) 评论(0) 推荐(0) 编辑
摘要: svn在提交时报错信息如下: working copy is not up-to-date svn:commit failed(details follow): svn:file "xxxxx is out of date" item is out of date svn:item "xxxx" i 阅读全文
posted @ 2016-08-31 09:20 start逍遥 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 问题:SVN同步或者提交的时候出现类似错误信息: 解决:找到对应目录,删除隐藏文件.SVN 重新提交或更新 阅读全文
posted @ 2016-08-29 10:15 start逍遥 阅读(230) 评论(0) 推荐(0) 编辑
摘要: mybatis generator 可以提高开发速度,这个插件可以自动生成代码,创建DAO层相关代码,就像利用HIbernate反相生成一样,安装前可以先到百度网盘下载: 文件:MyBatisGenerator 地址:http://pan.baidu.com/s/1c0cjDEK eclipse m 阅读全文
posted @ 2016-08-26 15:07 start逍遥 阅读(1569) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页