上一页 1 2 3 4 5 6 7 ··· 12 下一页

2016年8月10日

查询连续出现次数以及检索最大间隔周期----百度摘取

摘要: 似乎是彩票玩法。幸好我买彩票多年亏了很多 懂这个。不过你说的第三问,我是没看明白。前两问,估计你稍微修改一下就 出结果了 。1510 101511 101512 181513 181514 131515 121516 10 明显 10 号 最大间隔 是 1516-1511 是 5 期。 你说是间隔了 阅读全文

posted @ 2016-08-10 16:25 静以修身! 阅读(581) 评论(0) 推荐(0) 编辑

2016年7月12日

java操作文件(压缩文件,导出zip,删除zip,写入文件,读取文件)

摘要: //压缩文件(防止中文乱码 使用apache的ZipOutputStream包) private static void writeZip(String[] strs,String zipname,String temppath) throws IOException { String[] file 阅读全文

posted @ 2016-07-12 09:20 静以修身! 阅读(13978) 评论(0) 推荐(0) 编辑

ionic 参考

该文被密码保护。 阅读全文

posted @ 2016-07-12 09:10 静以修身! 阅读(1) 评论(0) 推荐(0) 编辑

2016年7月10日

orcle 按年度 月度 汇总

摘要: select mcorhr,dtype, sum(h01) as sums, datepart(year,(select left(mdate,4)+'-'+substring(mdate,5,2)+'-'+right(mdate,2))) as y, datepart(month,(select 阅读全文

posted @ 2016-07-10 20:39 静以修身! 阅读(208) 评论(0) 推荐(0) 编辑

orcle行转列

摘要: decode行转列 select name "姓名", sum(decode(subject, '语文', nvl(score, 0), 0)) "语文", sum(decode(subject, '数学', nvl(score, 0), 0)) "数学", sum(decode(subject, 阅读全文

posted @ 2016-07-10 20:37 静以修身! 阅读(292) 评论(0) 推荐(0) 编辑

2016年6月30日

ionic安装

该文被密码保护。 阅读全文

posted @ 2016-06-30 20:32 静以修身! 阅读(2) 评论(0) 推荐(0) 编辑

版本控制,批量修改文件重命名

摘要: package com.state.util; import java.io.File; public class VersionCtrl { private static String version="1.02";//版本号 public static String getVesrsion(){ 阅读全文

posted @ 2016-06-30 19:43 静以修身! 阅读(153) 评论(0) 推荐(0) 编辑

jquery格式化数字

摘要: $.format(1233443322, 3, ',') js代码: ;(function($) { $.extend({ format : function(str, step, splitor) { if(str==null){ str=''; } str = str.toString(); v 阅读全文

posted @ 2016-06-30 19:41 静以修身! 阅读(8186) 评论(0) 推荐(0) 编辑

2016年6月21日

js获取项目路径

摘要: var location=(window.location+'').split("/"); var basePath=location[0]+'//'+location[2]+'/'+location[3]; var purl=basePath+'/match/matchData'; 阅读全文

posted @ 2016-06-21 21:29 静以修身! 阅读(496) 评论(0) 推荐(0) 编辑

2016年6月20日

poi导出word转html转pdf转图片

该文被密码保护。 阅读全文

posted @ 2016-06-20 22:06 静以修身! 阅读(5) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 12 下一页

导航