摘要: 在eclipse中操作svn时有可能会报Previous operation has not finished; run 'cleanup' if it was interrupted错误,提交和更新都会失败,因为有进程没有完成,cleanup也不行,这个时候就需要去找到这个未完成的进程并删除。具体 阅读全文
posted @ 2017-01-22 11:06 小晓峰 阅读(3548) 评论(0) 推荐(0) 编辑
摘要: package com; import java.awt.BasicStroke;import java.awt.Color;import java.awt.Font;import java.awt.Graphics2D;import java.awt.image.BufferedImage;imp 阅读全文
posted @ 2017-01-22 10:30 小晓峰 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1.hibernate中首先进行初始化,将对应的表名和类名以键值对的方式存放到map中 private Map<String, String> mappings;//全局变量 /** * 根据数据库表名获取实体类 */ public void initMappings() { if (mapping 阅读全文
posted @ 2017-01-20 15:18 小晓峰 阅读(6113) 评论(1) 推荐(0) 编辑
摘要: 源码如下:exp.js var idTmr; function getExplorer() { var explorer = window.navigator.userAgent ; //ie if (explorer.indexOf("MSIE") >= 0) { return 'ie'; } / 阅读全文
posted @ 2016-12-05 14:54 小晓峰 阅读(6978) 评论(0) 推荐(1) 编辑
摘要: print.js printArea.js printArea.css 阅读全文
posted @ 2016-12-05 14:47 小晓峰 阅读(575) 评论(0) 推荐(0) 编辑