首页
Search
1
免费typecho主题(joe)模板----持续更新
2,068 阅读
2
网站美化,功能教程(CSS美化教程)
1,690 阅读
3
【小熊猫blog】一键生成表白源码
1,277 阅读
4
Typecho博客设置robots文件
1,255 阅读
5
本站同款typecho主题模板----原版
1,014 阅读
源码下载
网站源码
新闻资讯
网站优化
技术教程
值得一看
网站美化
主题模板
typecho主题插件
wordpres主题插件
登录
/
注册
Search
标签搜索
服务器
博客
网站
32yun博客
问题
情感
百度
url
熊猫
type
宝塔
主题
Linux
PHP
链接
文章
首页
tabs-pane
tabs
hide
小熊猫
累计撰写
97
篇文章
累计收到
360
条评论
今日撰写
0
篇文章
首页
栏目
源码下载
网站源码
新闻资讯
网站优化
技术教程
值得一看
网站美化
主题模板
typecho主题插件
wordpres主题插件
页面
用户登录
登录
注册
搜索到
12
篇与
网站
的结果
2022-03-07
大气漂亮的二次元动漫app下载页html源码--网站源码
源码介绍带弹幕非常二次元,很适合那些做 二次元动漫网站 的 app下载界面 非常的好看实用,最主要的就是简洁,解压上传即可打开使用!{cloud title="网站源码" type="lz" url="https://wwe.lanzouy.com/ixnNE0156gwb" password=""/}
2022年03月07日
108 阅读
0 评论
2 点赞
2022-03-03
在线生成三端网站缩略图源码 网站缩略图演示图在线一键生成
源码本文是在线生成三端网站缩略图源码 网站缩略图演示图在线一键生成源码介绍这是一款可以在线生成手机、电脑、平板三合一网站缩略图的PHP源码,输入网址点击GO然后截图即可,需要在PHP环境下使用。下载地址{cloud title="下载地址" type="lz" url="https://wwe.lanzouy.com/iOGZH00xxr0j" password=""/}
2022年03月03日
57 阅读
0 评论
0 点赞
2022-02-26
幽灵404网页代码 跟随鼠标动画
小熊猫博客:(blog.32yunbk.cn)爱分享:{callout color="#f0ad4e"}介绍(不开回复可见,来了能否留个足迹,感谢支持){/callout}在某个网站上看到的,个人感觉不错,就叫人扒了下来,幽灵1会有浮动动画跟随鼠标动画{callout color="#f0ad4e"}截图{/callout}<!doctype html> <html> <head> <meta charset="utf-8"> <title>幽灵404页面</title> <script type="text/javascript" src="https://a-oss.zmki.cn/2020/20200101-cc0f0c1509531.js"></script> <style> html, body { background: #28254C; font-family: 'Ubuntu'; } * { box-sizing: border-box; } .box { width: 350px; height: 100%; max-height: 600px; min-height: 450px; background: #332F63; border-radius: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 30px 50px; } .box .box__ghost { padding: 15px 25px 25px; position: absolute; left: 50%; top: 30%; transform: translate(-50%, -30%); } .box .box__ghost .symbol:nth-child(1) { opacity: .2; animation: shine 4s ease-in-out 3s infinite; } .box .box__ghost .symbol:nth-child(1):before, .box .box__ghost .symbol:nth-child(1):after { content: ''; width: 12px; height: 4px; background: #fff; position: absolute; border-radius: 5px; bottom: 65px; left: 0; } .box .box__ghost .symbol:nth-child(1):before { transform: rotate(45deg); } .box .box__ghost .symbol:nth-child(1):after { transform: rotate(-45deg); } .box .box__ghost .symbol:nth-child(2) { position: absolute; left: -5px; top: 30px; height: 18px; width: 18px; border: 4px solid; border-radius: 50%; border-color: #fff; opacity: .2; animation: shine 4s ease-in-out 1.3s infinite; } .box .box__ghost .symbol:nth-child(3) { opacity: .2; animation: shine 3s ease-in-out .5s infinite; } .box .box__ghost .symbol:nth-child(3):before, .box .box__ghost .symbol:nth-child(3):after { content: ''; width: 12px; height: 4px; background: #fff; position: absolute; border-radius: 5px; top: 5px; left: 40px; } .box .box__ghost .symbol:nth-child(3):before { transform: rotate(90deg); } .box .box__ghost .symbol:nth-child(3):after { transform: rotate(180deg); } .box .box__ghost .symbol:nth-child(4) { opacity: .2; animation: shine 6s ease-in-out 1.6s infinite; } .box .box__ghost .symbol:nth-child(4):before, .box .box__ghost .symbol:nth-child(4):after { content: ''; width: 15px; height: 4px; background: #fff; position: absolute; border-radius: 5px; top: 10px; right: 30px; } .box .box__ghost .symbol:nth-child(4):before { transform: rotate(45deg); } .box .box__ghost .symbol:nth-child(4):after { transform: rotate(-45deg); } .box .box__ghost .symbol:nth-child(5) { position: absolute; right: 5px; top: 40px; height: 12px; width: 12px; border: 3px solid; border-radius: 50%; border-color: #fff; opacity: .2; animation: shine 1.7s ease-in-out 7s infinite; } .box .box__ghost .symbol:nth-child(6) { opacity: .2; animation: shine 2s ease-in-out 6s infinite; } .box .box__ghost .symbol:nth-child(6):before, .box .box__ghost .symbol:nth-child(6):after { content: ''; width: 15px; height: 4px; background: #fff; position: absolute; border-radius: 5px; bottom: 65px; right: -5px; } .box .box__ghost .symbol:nth-child(6):before { transform: rotate(90deg); } .box .box__ghost .symbol:nth-child(6):after { transform: rotate(180deg); } .box .box__ghost .box__ghost-container { background: #fff; width: 100px; height: 100px; border-radius: 100px 100px 0 0; position: relative; margin: 0 auto; animation: upndown 3s ease-in-out infinite; } .box .box__ghost .box__ghost-container .box__ghost-eyes { position: absolute; left: 50%; top: 45%; height: 12px; width: 70px; } .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left { width: 12px; height: 12px; background: #332F63; border-radius: 50%; margin: 0 10px; position: absolute; left: 0; } .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right { width: 12px; height: 12px; background: #332F63; border-radius: 50%; margin: 0 10px; position: absolute; right: 0; } .box .box__ghost .box__ghost-container .box__ghost-bottom { display: flex; position: absolute; top: 100%; left: 0; right: 0; } .box .box__ghost .box__ghost-container .box__ghost-bottom div { flex-grow: 1; position: relative; top: -10px; height: 20px; border-radius: 100%; background-color: #fff; } .box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) { top: -12px; margin: 0 -0px; border-top: 15px solid #332F63; background: transparent; } .box .box__ghost .box__ghost-shadow { height: 20px; box-shadow: 0 50px 15px 5px #3B3769; border-radius: 50%; margin: 0 auto; animation: smallnbig 3s ease-in-out infinite; } .box .box__description { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); } .box .box__description .box__description-container { color: #fff; text-align: center; width: 200px; font-size: 16px; margin: 0 auto; } .box .box__description .box__description-container .box__description-title { font-size: 24px; letter-spacing: .5px; } .box .box__description .box__description-container .box__description-text { color: #8C8AA7; line-height: 20px; margin-top: 20px; } .box .box__description .box__button { display: block; position: relative; background: #FF5E65; border: 1px solid transparent; border-radius: 50px; height: 50px; text-align: center; text-decoration: none; color: #fff; line-height: 50px; font-size: 18px; padding: 0 70px; white-space: nowrap; margin-top: 25px; transition: background .5s ease; overflow: hidden; } .box .box__description .box__button:before { content: ''; position: absolute; width: 20px; height: 100px; background: #fff; bottom: -25px; left: 0; border: 2px solid #fff; transform: translateX(-50px) rotate(45deg); transition: transform .5s ease; } .box .box__description .box__button:hover { background: transparent; border-color: #fff; } .box .box__description .box__button:hover:before { transform: translateX(250px) rotate(45deg); } @keyframes upndown { 0% { transform: translateY(5px); } 50% { transform: translateY(15px); } 100% { transform: translateY(5px); } } @keyframes smallnbig { 0% { width: 90px; } 50% { width: 100px; } 100% { width: 90px; } } @keyframes shine { 0% { opacity: .2; } 25% { opacity: .1; } 50% { opacity: .2; } 100% { opacity: .2; } } </style> </head> <body> <div class="box"> <div class="box__ghost"> <div class="symbol"></div> <div class="symbol"></div> <div class="symbol"></div> <div class="symbol"></div> <div class="symbol"></div> <div class="symbol"></div> <div class="box__ghost-container"> <div class="box__ghost-eyes"> <div class="box__eye-left"></div> <div class="box__eye-right"></div> </div> <div class="box__ghost-bottom"> <div></div> <div></div> <div></div> <div></div> <div></div> </div> </div> <div class="box__ghost-shadow"></div> </div> <div class="box__description"> <div class="box__description-container"> <div class="box__description-title">404错误!</div> <div class="box__description-text">看来我们找不到你要找的那一页</div> </div> <a href="/index.php" class="box__button">返回</a> </div> </div> <script> //based on https://dribbble.com/shots/3913847-404-page var pageX = $(document).width(); var pageY = $(document).height(); var mouseY=0; var mouseX=0; $(document).mousemove(function( event ) { //verticalAxis mouseY = event.pageY; yAxis = (pageY/2-mouseY)/pageY*300; //horizontalAxis mouseX = event.pageX / -pageX; xAxis = -mouseX * 100 - 100; $('.box__ghost-eyes').css({ 'transform': 'translate('+ xAxis +'%,-'+ yAxis +'%)' }); //console.log('X: ' + xAxis); });</script> </body> </html>
2022年02月26日
107 阅读
0 评论
0 点赞
2021-12-10
joe(执念)主题编辑器使用自己图床--小熊猫博客
小熊猫blog分享(blog.32yunbk.cn):前言: 目前很多人都在使用执念改过(joe)的模板,执念改过的模板的确有很多功能好用,但是你会发现很多都是他网站的广告,都能直接的进入他的网站,但不得不说好用,这也导致以前执念服务器天天被打,天天死, 虽然现在换了好的服务器,没有死过,但是还是要防止意外。 执念他在joe编辑器里最后一个加了一个图床上传,可以一键上传到他的图床网站并且返回到自己文章里显示图片,这样呢我们就不需要给文件添加附件,图片就不用存到服务器里,用他的图床也很方便,但是呢,我们还是有些人,喜欢用自己搭建的图床机进行上传,图片全部保存到github里边,这样即使执念哪天网站备案掉了,想不开了跑了( 虽然不会 ),就造成了很麻烦,如何修改,后边就不废话了直接上教程,毕竟我也是花了10块钱才向执念要来的修改,太狗了 :@(吐舌) 1.使用烟雨图床 使用执念改过的图床 原版的也可以 (原因下边说) 烟雨图床安装教程自行百度,就不多说了,很简单下载源码后,将install.sql导入到数据库之后修改APP/DataBase.php文件中的数据库连接,将Public目录设置为运行目录即可{tabs}{tabs-pane label="图床下载"}隐藏内容,请前往内页查看详情{/tabs-pane}{/tabs}必须修改使用本站同款主题主题下载地址,自行查看首页{tabs}{tabs-pane label="修改教程"}隐藏内容,请前往内页查看详情{/tabs-pane}{tabs-pane label="图片位置"}隐藏内容,请前往内页查看详情{/tabs-pane}{/tabs}使用烟雨图床(原版)找到api位置,添加防跨站代码,代码自行百度,就不多说了
2021年12月10日
669 阅读
20 评论
2 点赞
2021-11-22
网站关键词排名一直上不去什么原因
小熊猫博客(blog.32yunbk.cn)分享:网站关键词排名一直上不去什么原因? 一、首先查看我们网站本身是否有问题:网站的代码这些是否精简,Robots.txt书写是否正确,网站做没做301重定向和404错误页面,网站地图Sitemap是否提交百度等等。 二、网站程序方面的问题:我们归结为:网站程序是否不利于抓取等,有的网站采用动态程序,动态网页会加大搜索引擎抓取的难度。 三、网站加载的速度是否正常:也就是说我们的服务器在质量上面是否达到了相应的标准,服务器在运行上面是否稳定,人家的网站点开就直接出来,而你的却要加载一定的时间。 用户点开此网站发现加载的时间太长会直接关闭,搜索引擎蜘蛛也会由于抓取困难而放弃你的网站,就不会出现站长工具里面所出现的索引量,排名自然就上不去。 四、网站代码优化问题:网站结构会影响网站关键词的排名,结构清晰,利于搜索引擎抓取爬行,同时我们要对网站页面进行代码优化如:TDK的设置、图片alt属性的设置、关键词密度的布局等,关键词出现的频率一般在2%——8%之间,密度过高会造成关键词堆砌,密度过低就会降低网站和关键词的相关性,同时要注重用户体验度。 五、网站在核心关键词上面分布太广泛,直接导致网站的权重被分化严重,而相对应的关键词密度严重的下降和核心关键词发生冲突,站内冲突是最严重的,网站排名上不去也正常,如果网站的核心关键词数量比较多直接建议多建设几个网站或者做一个大型的网站。 六、网站内容建设问题:网站内容建设在网站优化中也非常重要,首先我们发布的内容要尽可能是原创或伪原创文章,很多网站采用采集、粘贴复制的方式填充网站内容,这样的行为是不好的,长久对网站的关键词排名就会造成一定的影响,尽管发布的频率很高,但是质量却很低,搜索引擎对这类网站也不喜欢,严重的话会进行降权处罚。七、链接建设:如果你的关键词排名一直不提升,你要看下是不是没有进行链接、外链建设、如友情链接、第三方平台发布链接等,链接建设可以提升网站的抓取及收录,对关键词排名也很重要。 网站关键词排名下降原因有哪些? 网站关键词在首页掉出后几页:如果只是一个关键词掉了,其他的词没有多大波动,这一般是网站被惩罚了。一般排在首页的都是网站的首页,权重较其他页面较高,所以排名掉的很多的话就得看看网站的外链是否出现大量增多和减少的情况。 网站关键词在首页掉出百名以外:如果只是个别的关键词排名掉了,说明是因为关键词的竞争而出现的情况,因为一个网站的关键词有多个,个别词排名掉是因为别人在竞争,这个词可能是人家的主要关键词,在你这里了可能是次要关键词,所以这个不需太过担心。 网站所有关键词全部掉没有了:这时候需要先Site首页,如果只能Site到首页,多半是因为网站的外链增长的过快被百度放到沙盒了,这个时候一定要坚持住,千万不要放弃,暴风雨过后一定会是彩虹;如果SITE也没有了,那就是网站被K了,你得找到原因,看是否作弊采集、有没有过多的垃圾外链等等,然后改正,把域名悬挂3个月清空后重新开站。
2021年11月22日
66 阅读
0 评论
0 点赞
1
2
3