上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: https://blog.csdn.net/lynchee/article/details/83065608 阅读全文
posted @ 2019-06-10 09:31 zklve2 阅读(231) 评论(0) 推荐(0) 编辑
摘要: for (int i = 0; i companyScheme) { if(i == 23) { return 23; } if(companyScheme[i]== companyScheme[i + 1]) { return DD( i +1, companyScheme); } else { return i; } } 阅读全文
posted @ 2019-04-30 09:52 zklve2 阅读(238) 评论(0) 推荐(0) 编辑
摘要: mysql select * ,count(1) from simccbillm18 group by MonthNum; SqlSer select col1,col2 from table group by col1 ,col2 阅读全文
posted @ 2019-01-23 08:50 zklve2 阅读(205) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/benben683280/article/details/79173336 阅读全文
posted @ 2019-01-18 14:57 zklve2 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 遍历 阅读全文
posted @ 2019-01-15 16:36 zklve2 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1 ^\s*\n 正则表达式 阅读全文
posted @ 2018-12-05 09:26 zklve2 阅读(1736) 评论(0) 推荐(0) 编辑
摘要: var formData = new FormData(); var name = $("input").val(); formData.append("file",$("#upload")[0].files[0]); formData.append("name",name); $.ajax({ url : Url, type : 'POST', data : formData, // ... 阅读全文
posted @ 2018-11-28 11:19 zklve2 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1 原因分析 https://www.zhihu.com/question/41818719 2 代码实现 1 注意点: 请求时 : header中 range 请求多少长度 代码要返回相应的长度 比如Byte 0-1 阅读全文
posted @ 2018-11-27 09:35 zklve2 阅读(3543) 评论(0) 推荐(1) 编辑
摘要: 基于Range 阅读全文
posted @ 2018-11-26 08:58 zklve2 阅读(141) 评论(0) 推荐(0) 编辑
摘要: UPDATE tab1 a INNER JOIN tab_game_version as b ON a.id=b.id SET a.advert_data=0 where a.advert_data is NULL sql server update tab set f = 1 from xxxxx 阅读全文
posted @ 2018-11-22 15:06 zklve2 阅读(3869) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页