上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: import com.google.common.util.concurrent.RateLimiter;import org.apache.commons.collections.MapUtils;import org.apache.commons.httpclient.HttpClient;im 阅读全文
posted @ 2019-05-15 14:03 zfzf1 阅读(293) 评论(0) 推荐(0) 编辑
摘要: <logger name="com.**.**.dao" level="DEBUG" additivity="false"> <appender-ref ref="Console"/></logger> 阅读全文
posted @ 2019-04-19 13:57 zfzf1 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-04-15 16:28 zfzf1 阅读(318) 评论(0) 推荐(0) 编辑
摘要: =vlookup(A3,$B$3:$C10,2,0) =vlookup(A3,B:C,1,0) 表达式写好后往下拖 其中A3 为待匹配的列, 第二个参数表示绝对的 匹配范围, 取的是左上角和右下角两个点的坐标(范围匹配可以只输入两列如H:I) 第三个为 匹配上后 取匹配范围第几列的值, 第4个默认取 阅读全文
posted @ 2019-04-03 11:56 zfzf1 阅读(161) 评论(0) 推荐(0) 编辑
摘要: select t.site_id,if(id=24,num,0)a,if(id=11,num,0)bFROM xx t 阅读全文
posted @ 2019-04-03 11:50 zfzf1 阅读(92) 评论(0) 推荐(0) 编辑
摘要: public enum DeviceAdTypeEnum { INSIDE(0, "aa"), BAIDU_POLY_PANEL(1, "bb"), QUICK_HAIR_CLOUD(2, "cc"); private Integer type; private String msg; privat 阅读全文
posted @ 2019-04-02 12:51 zfzf1 阅读(2081) 评论(0) 推荐(0) 编辑
摘要: --Top 10 网点 SELECT t.site_id FROM ( SELECT site_id, count(1), @curRank :=@curRank + 1 rank FROM express_order_stor t, (SELECT @curRank := 0) f WHERE t 阅读全文
posted @ 2019-03-29 21:47 zfzf1 阅读(2490) 评论(0) 推荐(0) 编辑
摘要: postUtil 阅读全文
posted @ 2019-03-26 11:36 zfzf1 阅读(494) 评论(0) 推荐(0) 编辑
摘要: maven server client 阅读全文
posted @ 2019-03-22 15:23 zfzf1 阅读(259) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/langzi7758521/article/details/80711386 protoc.exe --java_out=D:\aa aaaa.proto 阅读全文
posted @ 2019-03-20 16:52 zfzf1 阅读(1715) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页