找到
60
篇与
幽默的小刘吖
相关的结果
- 第 11 页
-
推荐一个低价好用的cdn平台 经常在很多群看到对 CDN 有需求的初创博主寻求推荐 cdn 或 vps,在我入坑的适合也有过的经历,博客从裸奔,在到接入 CF 防护,在到托管,直到最后使用上正常的 CDN 今天给大家一个低价好用的CDN 「OICDN」 - 内容分发网络加速 官网:https://oicdn.cc/ 官网图片 这家可以为初创博主以及开源程序提供免费的 CDN 防护 cdn套餐如下: cdn套餐图片 免费申请条件: 拥有个人博客或开源程序网站或其他非盈利公益站点 (导航站 论坛 图床 等,接受 AFF 站点),总之就是有非盈利的网站想优化大陆用户访问 直接前往控制台注册然后正常选购公益套餐即可 大家快去看看吧!!! -
利用GitHub 0成本搭建静态网站 大家都知道,GitHub是全球最大的面向开源及私有软件项目的托管平台,github pages是github推出托管静态网站服务,今天教大家如何利用GitHub 0成本搭建静态网站 关于github pages GitHub Pages 是一项静态站点托管服务,它直接从 GitHub 上的仓库获取 HTML、CSS 和 JavaScript 文件,(可选)通过构建过程运行文件,然后发布网站。 一部手机或电脑、一个加速器 准备工作 搭建教程 我们先打开github官网,登录上你的账号,没有账号选择注册一个 https://github.com图片 然后新建一个存储库,名字叫:xxxx.github.io,xxxx处填你的github用户名,填其他均不可以,比如你的用户名是ass,那么这里就填ass.github.io。 注册账号并创建数据库图片 其他的不用管,点击确定即可。首次上传文件需要点击这里,之后就不需要这样 上传文件图片 把文件上传上去,然后点击上面的三个点,选择设置(也就是第七个) 设置图片 设置图片 然后选择Pages,选从分支部置 从分支部置图片 文件在哪个目录,这里就填哪个目前,然后点击就好了 选择文件目录图片 重新刷新这个界面,它会弹出这个界面,出现这个说明已经安装好了,之后改文件就可以更新网站了😊 完成搭建图片 使用建议 建议后期上传文件可以去浏览器下载github手机版,这样上传文件更快捷。一个github账号只能搭建一个网站,这点需要注意,大家快去搭建一个属于自已的网站吧!!! 本期内容就到这里了☺️,喜欢作者记得点赞+关注😚 -
情侣小站怎么搭建(宝塔面板篇) document.getElementById("spkj").style.height=document.getElementById("spkj").scrollWidth*0.76+"px"; 图片 今天分享怎么搭建情侣小站,首先我们先去下载源码。源码是开源的,大家可以去gitee下载,名字叫Like_Girl情侣小站,请遵守开源协议2.0 下载地址: 隐藏内容,请前往内页查看详情 配置要求: php版本:建议7.4 MYSQL版本:6.0以下 一台主机或服务器 我这里用服务器的宝塔面板给大家演示一下。 然后打开宝塔面板,上传你刚才下载的源码,并完成解压。 打开根目录下的admin文件夹,然后找到Config_DB.php文件,修改数据库信息。 接着修改安全码,这个安全码用于后续修改用户信息要用到的,请妥善管理。 图片 最后到数据库导入like_girl.sql文件,然后访问域名+admin进入后台 默认账号密码 用户名:admin 密码:loveww 恭喜你学会搭建情侣博客了 声明 1.本项目完全免费 有能力的朋友可以进行二次开发 但禁止以任何方式出售 一旦2.有用户反馈或者查出 一切后果需自行承担 3.闲鱼上的你可以帮助小白搭建 但是不得出售源码 需声明为开源项目 4.初衷就是学习交流 如果可以哄你对象开心 那也是一个不错的选择 祝使用愉快 -
简约好看的广告位源码 一个好看自适应的文字广告位代码,如果不需要太多位置可适当刪减代码。需要的拿~ 效果图 效果图图片 html代码 <style type="text/css"> .tp-ad-text1 {width:100%;padding-top:6px;box-sizing:border-box;overflow: hidden;background: rgba(255,255,255,.2);} .tp-ad-text1 a {color:#7fba00;font-size:14px;line-height:38px;text-align:center;border:1px dashed rgba(0,0,0,.2);padding:0 3px;box-sizing:border-box;float:left;width:11.5%;height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 0.5% 6px;text-decoration:none;transition:all .6s;} .tp-ad-text1 a:hover {font-weight: bold;color:#fff!important;background:#7fba00;transition: all .6s;} .tp-ad-text1 a:nth-child(2n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(2n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(3n) {color:#00a4ef;} .tp-ad-text1 a:nth-child(3n):hover {background:#00a4ef;border-color: #00a4ef;} .tp-ad-text1 a:nth-child(4n) {color:#0517c2;} .tp-ad-text1 a:nth-child(4n):hover {background:#0517c2;border-color: #0517c2;} .tp-ad-text1 a:nth-child(5n) {color:#601165;} .tp-ad-text1 a:nth-child(5n):hover {background:#601165;border-color: #601165;} .tp-ad-text1 a:nth-child(6n) {color:#ffb900;} .tp-ad-text1 a:nth-child(6n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(7n) {color:#0fc317;} .tp-ad-text1 a:nth-child(7n):hover {background:#0fc317;border-color: #0fc317;} .tp-ad-text1 a:nth-child(8n) {color:#601165;} .tp-ad-text1 a:nth-child(8n):hover {background:#601165;border-color: #601165;} .tp-ad-text1 a:nth-child(9n) {color:#fba78f;} .tp-ad-text1 a:nth-child(9n):hover {background:#fba78f;border-color: #fba78f;} .tp-ad-text1 a:nth-child(10n) {color:#13cf8f;} .tp-ad-text1 a:nth-child(10n):hover {background:#13cf8f;border-color: #13cf8f;} .tp-ad-text1 a:nth-child(11n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(11n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(12n) {color:#ffb900;} .tp-ad-text1 a:nth-child(12n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(13n) {color:#fba78f;} .tp-ad-text1 a:nth-child(13n):hover {background:#fba78f;border-color: #fba78f;} .tp-ad-text1 a:nth-child(14n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(14n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(15n) {color:#7fba00;} .tp-ad-text1 a:nth-child(15n):hover {background:#7fba00;border-color: #7fba00;} .tp-ad-text1 a:nth-child(16n) {color:#0fc317;} .tp-ad-text1 a:nth-child(16n):hover {background:#0fc317;border-color: #0fc317;} .tp-ad-text1 a:nth-child(17n) {color:#0517c2;} .tp-ad-text1 a:nth-child(17n):hover {background:#0517c2;border-color: #0517c2;} .tp-ad-text1 a:nth-child(18n) {color:#13cf8f;} .tp-ad-text1 a:nth-child(18n):hover {background:#13cf8f;border-color: #13cf8f;} .tp-ad-text1 a:nth-child(19n) {color:#ffb900;} .tp-ad-text1 a:nth-child(19n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(20n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(20n):hover {background:#f74e1e;border-color: #f74e1e;} @media screen and (max-width: 1198px){ .tp-ad-text1 a{ width: 24%; } } </style> 幽默的小刘吖:https://blog.lzchi.top/ <div class="tp-ad-text1"> <a href="https://blog.lzchi.top/" title="幽默的小刘吖" target="_blank">幽默的小刘吖</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">同款网站搭建</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> < -
两款好用的ssh工具 大家好,今天分享两款免费好用的手机ssh连接工具,大家快来看看 juiceSSH JuiceSSH是一个全功能的SSH客户端,专为安卓手机设计,支持SSH连接到远程服务器,包括多种认证方式,如密码、公钥和键盘交互。此外,JuiceSSH还支持SFTP协议,方便用户进行远程文件传输和管理 官网:https://juicessh.com/ 下载方式:http://m.danji100.com/app/121340.html 应用截图 juiceSSH图片 ServerBox ServerBox 是一款功能强大的全平台开源免费工具,专为服务器管理员与开发者设计。 它不仅支持 iOS、Android、macOS、Windows 及 Linux 系统,还通过 Flutter 框架精心打造,确保无缝跨平台体验。 github地址:https://github.com/LollipopKit/flutter_server_box 下载方式:http://m.danji100.com/app/185001.html 应用截图 ServerBox图片 大家可以按需使用,这两个都是免费的😝 本期内容就到这里了,喜欢作者记得点赞+关注😄