Loading...
说明:Aria2作为一款linux下的下载神器,可以下载http资源、种子文件、磁力链接等,功能强大,就不过多介绍了。安装CentOS 7+/Debian 6+/Ubuntu 14.04+推荐Debian 7 x64,这个是我一直使用的系统,我的脚本在这个系统上面出错率最低。执行下面的代码下载并运行脚本:mwget -N --no-check-certificate https://raw....
html5用视频制作背景图, handsome视频动态背景图今天突发奇想想用视频做背景 然后研究了一下就有了以下代码,把下面代码填写到开发者设置->自定义输出head 头部的HTML代码里面就行了<style> video { position: fixed; right: 0px; bottom: 0px; ...
给自己的网站添加新年灯笼HTml代码<!-- 灯笼 1 --> <div class="deng-box"> <div class="deng"> <div class="xian"></div> <div class=&quo...
handsome主题修改之归档页折叠效果懒得写教程了想自己折腾的去Google《折叠面板 Bootstrap》直接上代码复制粘贴省事 <?php /** * 文章归档 * * @package custom */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; $this->need('component/header.php'); ?&...
1. 首先是css.print { width: 100%; white-space: nowrap; overflow: hidden; -webkit-animation: dy 3s steps(60, end) infinite; animation: dy 3s steps(50, end) infinite; } @-webkit-ke...