码迷,mamicode.com
首页 >  
搜索关键字:fff    ( 482个结果
从零开始的JS生活(二)——BOM、DOM与JS中的事件
上回书说道,JS中变量、运算符、分支结构、循环和嵌套循环等内容。本回就由本K给大伙唠唠JS中的BOM、DOM和事件。 一、“花心大萝卜”——BOM 1、震惊,FFF团为何对BOM举起了火把——BOM简介 BOM(Browser Object Model) 是指浏览器对象模型,在JS中BOM是个不折不 ...
分类:Web程序   时间:2017-04-16 13:59:32    阅读次数:220
hdu4719 Oh My Holy FFF[线段树优化dp]
Oh My Holy FFF Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1047 Accepted Submission(s): 291 P ...
分类:其他好文   时间:2017-04-14 17:43:32    阅读次数:248
css3制作有动画效果的面板
.show-panel .slide-panels{ right: 0px; } .slide-panels{ z-index: 101; background: #fff; position: fixed; top: 60px; bottom: 0px; right: -100%; -webkit ...
分类:Web程序   时间:2017-04-12 09:40:22    阅读次数:142
canvas 鼠标划线
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>canvas</title> <style> body{background: #000;} #c1{background: #fff;} </style> < ...
分类:其他好文   时间:2017-04-11 14:01:38    阅读次数:196
js实现100秒倒计时和简易时钟
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>100s倒计时</title> <style> body,div{margin:0;padding:0;} body{color:#fff;font:16px/1.5 \5fae\ ...
分类:Web程序   时间:2017-04-08 11:03:33    阅读次数:360
C# Common Log function
public int Log(string info) { info = "-----------------------------" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff") + "---------------------------... ...
分类:Windows程序   时间:2017-03-30 16:06:17    阅读次数:215
JS特效之下拉菜单
<style>.btn{ background-color:#06C; color:#FFF; padding:16px; font-size:16px; border:none; cursor:pointer; } .sel{ position:relative; display:inline-b ...
分类:Web程序   时间:2017-03-23 01:10:06    阅读次数:192
关于css方面的技巧
1.用span完成三角形的写法 span{ display: inline-block; width: 0px; height: 0px; border: 10px solid transparent; border-top: 10px solid #fff;} 2.多行文字超出以......的实行 ...
分类:Web程序   时间:2017-03-22 22:35:33    阅读次数:165
居中样式
每次都要纠结半天,这个居中。 一、子元素不固定 1 .pro-car-inner{//子元素 max-width:1000px; color:#fff; position:absolute; top:150px; left:0; bottom:0; right:0; margin:auto; }// ...
分类:其他好文   时间:2017-03-22 15:19:24    阅读次数:151
APICloud学习笔记之下拉刷新
1 api.setRefreshHeaderInfo({ 2 visible: true, 3 loadingImg: 'widget://image/refresh.png', 4 bgColor: '#ccc', 5 textColor: '#fff', 6 textDown: '下拉刷新...... ...
分类:Windows程序   时间:2017-03-21 17:38:35    阅读次数:194
482条   上一页 1 ... 17 18 19 20 21 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!