摘要: 1.merge a range of versions 把某些版本合并到当前本地目录。 首先把要改变的目录切换到当前本地目录,然后选择要合并的版本,如果当前版本比要合并的版本高,则不会改变文件。 如果勾选了“反向合并” reverse merge, 即在本地获得返向合并(回滚)后的状态,把某个或某几 阅读全文
posted @ 2017-04-01 16:20 tonggc1668 阅读(154) 评论(0) 推荐(0) 编辑
摘要: package com.yd.wmsc.util; import java.beans.BeanInfo; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.lang.reflect.F 阅读全文
posted @ 2017-03-24 12:06 tonggc1668 阅读(136) 评论(0) 推荐(0) 编辑
摘要: protected NamedParameterJdbcTemplate jdbcTemplate;public DataGrid query(QueryCriteria qc) { Class clazz = RivGeneralConfig.class; Integer currentPage = null; Integer pageSize... 阅读全文
posted @ 2017-03-20 09:43 tonggc1668 阅读(162) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.lang.StringUtils; public class StringUtil extends org.apache.commons.lang3.StringUtils { public static StringBuilder deleteLastSequence(StringBuilder sb, String suffix... 阅读全文
posted @ 2017-03-16 14:43 tonggc1668 阅读(194) 评论(0) 推荐(0) 编辑
摘要: package com.yundaex.utility.bean.filter; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang.StringUtils; import com.yundaex.common.basic.comm.TransitentCommBasePO; ... 阅读全文
posted @ 2017-03-16 14:38 tonggc1668 阅读(220) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.lang.StringUtils; public abstract class YDAssert { /**** * * @param expression * @param message */ public static void isTrue(boolean expressio... 阅读全文
posted @ 2017-03-16 10:12 tonggc1668 阅读(126) 评论(0) 推荐(0) 编辑
摘要: package com.yd.wmsc.copy; import java.util.*; public class TestCopy { public static void main(String[] args) throws CloneNotSupportedException { Name name = new Name("John", "Chen"); Pers... 阅读全文
posted @ 2017-03-15 16:26 tonggc1668 阅读(145) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.util.ArrayList; import java.util.List; import org.mybatis.generator.api.MyBatisGenerator; import org.mybatis.generato 阅读全文
posted @ 2017-03-15 13:59 tonggc1668 阅读(674) 评论(0) 推荐(0) 编辑
摘要: wms false ... 阅读全文
posted @ 2017-03-14 10:42 tonggc1668 阅读(1275) 评论(0) 推荐(0) 编辑
摘要: import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Method; import com.google.protobuf.Message; import com.google.protobuf.Message.Builder; import com.yundaex.common.exc... 阅读全文
posted @ 2017-03-13 17:21 tonggc1668 阅读(866) 评论(0) 推荐(0) 编辑