Document
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 133 下一页
摘要: http://www.bazhuayu.com/plan 用户名:zxt2016 密码:123456 阅读全文
posted @ 2016-08-03 11:14 从未被超越 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 核心提示:大家一定经常在网络上看到很多网站的地址后缀都是用XX.HTML或者XX.ASPX等类似静态文件的标示来操作的吧,那么大家有怀疑过他真的是一个一个的静态生成的文件么,静态文件的生成的优缺有好有坏,对于访问量很大的网站,利用静态文件可提高服务器的运行稳定和速度... 大家一定经常在网络上看到很 阅读全文
posted @ 2016-08-03 09:58 从未被超越 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 网址:http://siteapp.baidu.com/ 阅读全文
posted @ 2016-07-28 14:18 从未被超越 阅读(556) 评论(0) 推荐(0) 编辑
摘要: http://www.webkaka.com/blog/archives/how-to-modify-a-web-page-to-be-responsive.html 一天完成把PC网站改为自适应!原来这么简单! 作者:Kaka 时间:2015-8-27 11:26:9 浏览:5279 评论:8 网 阅读全文
posted @ 2016-07-28 14:13 从未被超越 阅读(7155) 评论(1) 推荐(0) 编辑
摘要: --投资情况统计详情sqlselect BidRecord.*, RegInfo.UserName,UserInfo.phone,BorrowInfo.Title,BorrowInfo.BorrowCode from--(select * from [YYD_Account_MoneyRecord] 阅读全文
posted @ 2016-07-25 15:39 从未被超越 阅读(256) 评论(0) 推荐(0) 编辑
摘要: select COUNT(*) from YYD_Users_RegInfo where regTime between '2016-07-11 00:00:00' and '2016-07-11 23:59:59' union all select COUNT(*) from YYD_Users_ 阅读全文
posted @ 2016-07-25 15:38 从未被超越 阅读(272) 评论(0) 推荐(0) 编辑
摘要: select dtime1,SUM(fkje) as fkje,(select sum(borrow_amount) from yyd_borrow_borrowinfo where (status=10 or status=20) and loandate<=tongjitb.dtime1 --张 阅读全文
posted @ 2016-07-25 15:38 从未被超越 阅读(869) 评论(0) 推荐(0) 编辑
摘要: select --总注册人数(select COUNT(*) from [YYD_Users_RegInfo]) as TotalCount,--pc端注册人数(select COUNT(*) from [YYD_Users_RegInfo] where regPlatform ='pc') as 阅读全文
posted @ 2016-07-25 15:37 从未被超越 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 随心买统计查询 --随心买新增-当日人次select COUNT(*) from(select distinct userID from HUR_Product_Buy where createDate between '2016-07-12 00:00:00' and '2016-07-12 23 阅读全文
posted @ 2016-07-25 15:36 从未被超越 阅读(208) 评论(0) 推荐(0) 编辑
摘要: declare @time datetime set @time='2016-07-01' --最新的电Call记录统计查询--SELECT t.zuoxi1,t.PhoneCount,t.PhoneCountSC,t.zuoxi2,t.RegUserCount,t.zuoxi3,t.Recharg 阅读全文
posted @ 2016-07-25 15:35 从未被超越 阅读(326) 评论(0) 推荐(0) 编辑
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 133 下一页