上一页 1 2 3 4 5 6 7 8 ··· 63 下一页
摘要: http://www.bootcss.com/p/sco.js/#message 阅读全文
posted @ 2016-08-18 16:17 麦田守望者~ 阅读(696) 评论(0) 推荐(0) 编辑
摘要: https://cnodejs.org/topic/56ef3edd532839c33a99d00e 阅读全文
posted @ 2016-08-11 21:05 麦田守望者~ 阅读(958) 评论(0) 推荐(0) 编辑
摘要: alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).height());//浏览器时下窗口文档body的高度 alert($(document.body).outerHeight(true));//浏览器时下窗口文档body的总高... 阅读全文
posted @ 2016-07-28 10:41 麦田守望者~ 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 业务增长,给你的网站带来用户和流量,那随之机器负载就上去了,要不要做监控?要不要做负载均衡?用户复杂了,要不要做多终端兼容?要不要做CDN?数据量大了,要不要做分布?垂直分还是横向分?系统瓶颈在哪里?优化IO还是优化网络?整个系统复杂度上去了,成本怎么降低?你的能力在哪里?收入不变,算法优化一下成本降低20%,老板高不高兴?给不给你加工资?成本类的潜力挖掘殆尽,那收入类的挖掘完了没有?我们知不知... 阅读全文
posted @ 2016-07-26 17:25 麦田守望者~ 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2016-07-26 16:13 麦田守望者~ 阅读(104) 评论(0) 推荐(0) 编辑
摘要: http://www.ucai.cn/openclass#expired 阅读全文
posted @ 2016-07-26 16:08 麦田守望者~ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 22 阅读全文
posted @ 2016-07-21 11:17 麦田守望者~ 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 222 阅读全文
posted @ 2016-07-16 10:07 麦田守望者~ 阅读(115) 评论(0) 推荐(0) 编辑
摘要: $file = 'C:\WebSiteDirectory\CarparkWeixinBackend\Dplus.apk'; if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Typ... 阅读全文
posted @ 2016-07-14 17:54 麦田守望者~ 阅读(242) 评论(0) 推荐(0) 编辑
摘要: save_path=$save_path; $this->img_size=$img_size; } /** * 递归下载抓取首页及其子页面图片的方法 ( recursive 递归) * * @param String $capture_url 用于抓取图片的网址 * */ ... 阅读全文
posted @ 2016-07-12 15:51 麦田守望者~ 阅读(674) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 63 下一页