`
文章列表
import org.springframework.security.web.util.AntUrlPathMatcher; import org.springframework.security.web.util.UrlMatcher; private UrlMatcher urlMatcher = new AntUrlPathMatcher(); //UrlMatcher 和 AntUrlPathMatcher 这两个类不见了 //取而代之的是 import org.springframework.util.AntPathMatcher; import or ...
显示乱码的主要原因,编辑器自带的字体里没有对中文的支持, 将字体换成有中文支持的即可,例如:为微软雅黑、宋体。。。。 字体转换位置 Ctrl+Alt+S     >     Appearance > 右边 Override default fonts by (not recommended) 勾上 > 然后选择字体 > 点击右下方 apply  搞定 以下附图 更改前中文显示均为小方块儿     更改后 显示正常 Enjoy!
mvn install:install-file -Dfile=E:\kaptcha-2.3.2.jar -DgroupId=com.google.code -DartifactId=kaptcha -Dversion=2.3.2 -Dpackaging=jar
硬盘C放不下,有的目录又不能删怎么办? 以下命令完美解决 执行命令前记下原始路径 再将请将目录剪切到你要存放的路径  实例: mklink /J “C:\Users\(你登录系统的用户名)\AppData\Roaming\Apple Computer\MobileSync\Backup” “D:\iTunes Backup\Backup
select * from table where  date_format(字段名称,'%Y%m%d')='20121211';%M 月名字(January……December)%W 星期名字(Sunday……Saturday)%D 有英语前缀的月份的日期(1st, 2nd, 3rd, 等等。)%Y 年, 数字, 4 位%y 年, 数字, 2 位%a 缩写的星期名字(Sun……Sat)%d 月份中的天数, 数字(00……31)%e 月份中的天数, 数字(0……31)%m 月, 数字(01……12)%c 月, 数字(1……12)%b 缩写的月份名字(Jan……Dec)%j 一年中的天数(001… ...
编辑器字体推荐 Segoe UI Semibold   ---------------Ctrl+Alt+ 和 Ctrl+Shift 系列 因为二者很多地方都是正反关系所以放在一起------------------- Ctrl+Shift+backspace(也就是退格键) 跳转到当前焦点的申明处或原始文件 Ctrl+Alt+C 将当前焦点上的字符串或数值 快速创建一个常量   例:"session" 生成 public static final String SESSION; Ctrl+Alt+V 将一个实例快速创建一个声明             例:new ...
  Code analysis Command Shortcut (Visual Studio) Shortcut (IntelliJ IDEA/ReSharper 2.x) Toggle code analysis in the current file Ctrl+Shift+Alt+8 Ctrl+Shift+Alt+8 Go to next code issue (error, warning or suggestion) Alt+PgDn
用jquery 写了一个前台分页 ajax 请求,返回 json 类型, 在点下一页第六七次的时候卡住了 错误很诡异: 1不报异常 2不返回请求 无奈半天先用排除法也就(Sysout方法)逐层排查 , 最后发现到DAO执行此方法时的return q.list();这个地方出了问题,  这就是copy代码的弊端啊。贴上代码以作提醒 public List<UserGeneral> getLimitUsers(int pageNum, int pageSize) throws Exception { String hql = "select * from U ...
Global site tag (gtag.js) - Google Analytics