
php
HeavyShell
这个作者很懒,什么都没留下…
展开
-
循环删除目录和文件函数
php,删除目录,删除文件原创 2015-06-19 13:26:05 · 444 阅读 · 0 评论 -
css3转盘抽奖示例-转指针
css代码:.draw-out{width:400px;height:400px;margin:30px auto;position:relative}.draw-out section{width:400px;height:1px;background:#d6d6d6;position:absolute;top:200px;left:0}.draw-out section.s2{transf原创 2015-10-22 17:38:06 · 2612 阅读 · 0 评论 -
jquery.rotate插件实现转盘抽奖示例
css代码:.draw-out{width:400px;height:400px;margin:30px auto;position:relative} .draw-bottom{width:400px;height:400px;position:relative} .draw-bottom section{width:400px;height:1px;background:#d6d6原创 2015-10-23 12:51:36 · 2124 阅读 · 0 评论 -
css3转盘抽奖示例-转底盘
上接:css3转盘抽奖示例-转指针css代码:.draw-out{width:400px;height:400px;margin:30px auto;position:relative}.draw-bottom{width:400px;height:400px;position:relative;transition:all 4s ease;-webkit-transition:al原创 2015-10-22 17:52:53 · 1138 阅读 · 0 评论 -
typecho非根目录404及搜索中文404解决办法
在搭建typecho开源博客过程中,遇到如下两个问题:1 搭建完成后,访问根域名正常如:http://typecho.abc.com/或http://typecho.abc.com/均正常;但是当访问其他路径时报404如:http://typecho.bac.com/index.php/start-page.html2 搜索框搜索时不生效,输入中文搜索时报错404页面不存在上述两个...原创 2019-09-27 11:58:24 · 1908 阅读 · 0 评论