随笔分类 -  java

java相关
摘要:mybatis中时间错误 1、SELECT * from table1 where create_time < '2017-12-18 23:59:59'; 2、SELECT * from table1 where create_time < '2017-12-18' '00:00:00'; 平时加 阅读全文
posted @ 2018-01-17 16:48 he0xff 阅读(129) 评论(0) 推荐(0)
摘要:参数说明 CellRangeAddress(起始行号,终止行号, 起始列号,终止列号). 阅读全文
posted @ 2018-01-10 16:15 he0xff 阅读(247) 评论(0) 推荐(0)
摘要:http://blog.jdriven.com/2016/02/urlrewritefilter-load-configuration-with-spring-resourceloader/ urlrewrite.xml放在 resources文件夹下 阅读全文
posted @ 2017-10-12 20:05 he0xff 阅读(3467) 评论(0) 推荐(0)
摘要:package com.aliyun; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Properties; public class PropertyConfigurer{ private stat... 阅读全文
posted @ 2016-12-23 14:09 he0xff 阅读(165) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ><ma 阅读全文
posted @ 2016-12-12 23:23 he0xff 阅读(252) 评论(0) 推荐(0)
摘要:(1)解决方式 阅读全文
posted @ 2016-12-12 23:17 he0xff 阅读(303) 评论(0) 推荐(0)
摘要:(1)struct2中post上传文件大小 2M ,需配置 <constant name="struts.multipart.maxSize" value="104857600" />这样子 可以 默认为10M (2)解决1: 在tomcat_home\conf\server.xml 中的Conne 阅读全文
posted @ 2016-12-11 23:08 he0xff 阅读(136) 评论(0) 推荐(0)
摘要:Android INSTALL_FAILED_UID_CHANGED http://stackoverflow.com/questions/16277422/android-install-failed-uid-changed 有说是 java的bug,application 删除之后删除不干净;再 阅读全文
posted @ 2016-09-19 17:23 he0xff 阅读(207) 评论(0) 推荐(0)