摘要:
1、设置皮肤 <script type="text/javascript"><!-- CKEDITOR.replace("content", { skin: "kama", width:700, height:300 });//--></script> 2、设置值、获取值 var editor = 阅读全文
摘要:
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... 阅读全文
摘要:
当需要查询返回 List<String> 阅读全文
摘要:
Spring MVC处理异常有3种方式: (1)使用Spring MVC提供的简单异常处理器SimpleMappingExceptionResolver; (2)实现Spring的异常处理接口HandlerExceptionResolver 自定义自己的异常处理器; (3)使用@ExceptionH 阅读全文
摘要:
方法:1、文件转换成pdf(采用openoffice或者jacob) 2、抓取pdf首页图 第一步:采用jacob: a、下载jacob 注意区分32位,64位,否则不能用 将dll文件放在java bin目录下即可 jar包引入项目 b、转换pdf 第二步:抓取首页图: 第三步、搞定,加入自己的业 阅读全文
摘要:
一, 用<![CDATA[ ]]>标识,例如: 二,转义 < > 也可以>= 阅读全文
摘要:
<c:forEach items="${list}" var="tt" varStatus="status"> ${status.index} 下标 ${status.count}、${list.size()}总数 ${empty list} 空 ${!empty list} 非空 </c:forE 阅读全文
摘要:
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 阅读全文
摘要:
问题:SVN同步或者提交的时候出现类似错误信息: 解决:找到对应目录,删除隐藏文件.SVN 重新提交或更新 阅读全文
摘要:
mybatis generator 可以提高开发速度,这个插件可以自动生成代码,创建DAO层相关代码,就像利用HIbernate反相生成一样,安装前可以先到百度网盘下载: 文件:MyBatisGenerator 地址:http://pan.baidu.com/s/1c0cjDEK eclipse m 阅读全文