首页 软件开发 代码片段 ( Page 68 )

代码片段 8064

#Perl
从 Yahoo.com 获取股票数据(csv格式)

#!/usr/bin/perl # # Script to download a table of daily stock data in .csv format # from y…

2015-12-14 776

#Perl
Perl 使用 Mail::POP3Client 发送邮件

use Mail::POP3Client; $mail = new Mail::POP3Client("username", "password", "pop3.yourserve…

2015-12-14 339

#HTML
实现发送短信验证码后60秒倒计时

<!DOCTYPE html> <html> <head> <script src="http://libs.baidu.com/jque…

2015-12-14 659

#CSS
css3实现自动旋转动画效果

<!-- HTML5基本文档结构 //--> <!DOCTYPE html> <html> <head> <meta char…

css
2015-12-14 647

#CSS
简单的代码条用

html,body{ font-size:12px; font-family:"寰蒋闆呴粦";} .topbar{height: 40px; background: #2d363…

css
2015-12-14 136

#CSS
定义变量

/* 变量定义 */ :root { --main-color: #06c; } /* 变量使用 */ #foo h1 { color: var(--main-color); }

css
2015-12-14 534

#CSS
js获取URL参数信息

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/ht…

css
2015-12-14 313

#CSS
html5+CSS3实现的炫酷超链接特效

/* Curtain */ .link-curtain { background: rgba(149,165,166,0.3); } .link-curtain a { overf…

css
2015-12-14 884

#CSS
IE滴FUCK-BUG

1 IE6中绝对定位位置错误 BUG 在ie6中 . 如果参照物没有触发haslayout . 那么“绝对定位的容器”的left和bottom就会有问题 解决 在“相对定位的父容器…

css
2015-12-14 599

#CSS
纯CSS制作云图标

<div class="logo"> <div></div> <div></div> <div></d…

css
2015-12-14 960

#CSS
多说的评论头像特效大全css打造最强评论特效

#ds-reset .ds-avatar img,#ds-reset .ds-avatar img:hover{ -webkit-animation-fill-mode: both…

css
2015-12-14 608
1 66 67 68 69 70 672