摘要: sheet1 格式 Sub 统计人数() 'A为号码C姓名 D时间 Dim j As Integer j = 1 For i = 2 To 100000 Step 1 If Range("a" & i).Value Range("a" & i + 1).Value Then j = j + 1 Sheets("sheet3").Range("a" & j).V... 阅读全文
posted @ 2016-12-16 14:31 珍惜des 阅读(573) 评论(0) 推荐(0) 编辑
摘要: setInterval(function(){document.getElementsByTagName("li")[0].click()},1000); 阅读全文
posted @ 2016-10-23 19:10 珍惜des 阅读(171) 评论(0) 推荐(0) 编辑
摘要: var bg_colour = Math.floor(Math.random() * 16777215).toString(16); bg_colour = "#" + ("000000" + bg_colour).slice(-6); document.bgColor = bg_colour; 阅读全文
posted @ 2016-05-07 18:29 珍惜des 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 效果: 阅读全文
posted @ 2016-05-06 14:33 珍惜des 阅读(215) 评论(0) 推荐(0) 编辑
摘要: html css js 阅读全文
posted @ 2016-04-30 18:35 珍惜des 阅读(291) 评论(0) 推荐(0) 编辑
摘要: html代码。 <!DOCTYPE HTML> <html> <head> <style type="text/css"> body,#content,#te,#sa,#main-content,ul,li{margin:0 auto;padding:0;font-weight:bold;font- 阅读全文
posted @ 2016-04-16 15:47 珍惜des 阅读(383) 评论(0) 推荐(0) 编辑
摘要: div{width:100px;height:100px;background:yellow; transition-property:width; transition-duration:1s; transition-timing-function:linear; // transition-ti 阅读全文
posted @ 2016-04-11 11:58 珍惜des 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Windows下搭建PHP开发环境 - pharen - 博客园 Román Cortés Pizza Amore! | Playground from ZURB CSS 多浏览器兼容性问题及解决方案 - v.e.n.u.s - 博客园 CSS制作水平垂直居中对齐 - ゞ╃漃瘼青賰 - 博客园 CS 阅读全文
posted @ 2016-04-11 11:30 珍惜des 阅读(248) 评论(0) 推荐(0) 编辑