码迷,mamicode.com
首页 >  
搜索关键字:fff    ( 482个结果
python list tuple dict
很意外,我的博客居然有人访问,还有一位仁兄来评价,点赞,莫名感激一listname=["aaa","bbb","ccc","ddd","eee","fff","ggg","hhh","iii"]print(name)[‘aaa‘,‘bbb‘,‘ccc‘,‘ddd‘,‘eee‘,‘fff‘,‘ggg‘,‘hhh‘,‘iii‘]插入name.insert(4,"AAA")#4为在第几个元素前插入结果[‘aaa‘,‘b..
分类:编程语言   时间:2016-05-16 20:14:56    阅读次数:250
php2
编码转换string mb_convert_encoding ( string $str , string $to_encoding [, mixed $from_encoding ] )iconv(); 字符串处理array explode(".", "fff.ff.f") 按指定字符切割stri ...
分类:Web程序   时间:2016-05-16 12:45:41    阅读次数:179
一个简单版的波纹css3动画
ul{width: 300px;border: red;}ul li{width: 300px;height: 70px;line-height: 70px;background: #fff;text-align: center;cursor: pointer;overflow: hidden;bo ...
分类:Web程序   时间:2016-05-10 18:32:34    阅读次数:588
css 三角形
.ff{ border-style:solid; border-color:#fff #fff #f00 #fff; /* 向上*/ border-width:0px 60px 100px 60px; height:0; width:0; } <div class="ff"> </div> ...
分类:Web程序   时间:2016-05-10 09:44:53    阅读次数:195
JS平滑无缝滚动实现
本文我们实现纯JS方式的滚动广告效果。 先show一下成品: 首先是网页样式: 1. #demo { 2. background: #FFF; 3. overflow:hidden; 4. border: 1px dashed #CCC; 5. width: 1280px; 6. height:20 ...
分类:Web程序   时间:2016-05-05 22:22:08    阅读次数:220
echart 导出保存图片
var img = new Image(); img.src = myChart.getDataURL({ type:"png", pixelRatio: 2, backgroundColor: '#fff'});downloadWeibo(img,"微博平台-事件传播脉络",myChart.get... ...
分类:其他好文   时间:2016-05-05 22:08:20    阅读次数:457
跑马灯效果
html: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>跑马灯</title> <style type="text/css"> body { background: #FFF; } input { background: tr ...
分类:其他好文   时间:2016-05-01 20:29:45    阅读次数:433
下拉列表,鼠标移动上去改变颜色
<style> .test li{display:block;text-align:center;height:30px;}.test li:visited{color:#666;text-decoration:underline;}.test li:hover{color:#FFF; font-w ...
分类:移动开发   时间:2016-04-27 08:16:31    阅读次数:493
获取CACTI RRD文件每天峰值的SHELL
代码如下:url="/var/www/html/rra/150/9517.rrd /var/www/html/rra/256/11345.rrd /var/www/html/rra/150/9518.rrd" fff=`echo$url|awk‘{printNF}‘` for((i=1;i<=3;i++)) do criqi=`date+%s-d"2016-04-1100:00:00"` eriqi=`date+%s-d"2016-04-1123:59:00"` ccriqi=`echo"$..
分类:系统相关   时间:2016-04-24 18:56:28    阅读次数:403
文字搬运工
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>文字搬运工</title> <style type="text/css"> #box{ width: 750px; border: 5px solid #fff; ...
分类:其他好文   时间:2016-04-21 01:13:05    阅读次数:238
482条   上一页 1 ... 23 24 25 26 27 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!