首页
归档
留言
足迹
更多
电台
视频
直播
壁纸
友联
蓝奏
卡密
关于
推荐
南城下载
在线解析
小 游 戏
模拟烟花
在线学习
模拟黑客
短 视 频
在线影视
Search
1
TurboWarp软件Mac和Windows下载
482,138,954 阅读
2
GoCut剪辑神器 v2.9.17
412,602,536 阅读
3
自定义网站右键
63,715,648 阅读
4
江南丧尸HD
58,526,033 阅读
5
亮剑 2005
41,001,569 阅读
活在当下
游戏影音
游戏人生
观影听音
当下网络
网络代码
工具软件
登录
/
注册
Search
标签搜索
分享
推荐
观影
代码
影评
游戏
typecho
软件
影视
电影
GTA5
Windows10
电视
美化代码
激活
影音
开发
API
源码分享
系统
南城小巷
累计撰写
78
篇文章
累计收到
292
条评论
首页
栏目
活在当下
游戏影音
游戏人生
观影听音
当下网络
网络代码
工具软件
页面
归档
留言
足迹
电台
视频
直播
壁纸
友联
蓝奏
卡密
关于
推荐
南城下载
在线解析
小 游 戏
模拟烟花
在线学习
模拟黑客
短 视 频
在线影视
用户登录
登录
注册
搜索到
35
篇与
的结果
2022-05-25
自定义网站右键
直接说方法,非常简单,将下面的代码放入页脚文件 foot.ph p或者 footer.php 最下面即可:<!-- 自定义右键 --> <style type="text/css"> a {text-decoration: none;} div.usercm{background-repeat:no-repeat;background-position:center center;background-size:cover;background-color:#fff;font-size:13px!important;width:130px;-moz-box-shadow:1px 1px 3px rgba (0,0,0,.3);box-shadow:0px 0px 15px #333;position:absolute;display:none;z-index:10000;opacity:0.9;border-radius: 5px;} div.usercm ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;display:block} div.usercm ul li{margin:0px;padding:0px;line-height:35px;} div.usercm ul li a{color:#666;padding:0 15px;display:block} div.usercm ul li a:hover{color:#fff;background:rgba(9,145,113,0.88);border-radius: 5px} div.usercm ul li a i{margin-right:10px} a.disabled{color:#c8c8c8!important;cursor:not-allowed} a.disabled:hover{background-color:rgba(255,11,11,0)!important} div.usercm{background:#fff !important;} </style> <div class="usercm" style="left: 199px; top: 5px; display: none;"> <ul> <li><a href="https://www.vnc360.cn/"><i class="fa fa-home fa-fw"></i><span>首页</span></a></li> <li><a href="javascript:void(0);" onclick="getSelect();"><i class="fa fa-file fa-fw"></i><span>复制</span></a></li> <li><a href="javascript:void(0);" onclick="baiduSearch();"><i class="fa fa-search fa-fw"></i><span>百度</span></a></li> <li><a href="javascript:void(0);" onclick="googleSearch();"><i class="fa fa-google fa-fw"></i><span>谷歌</span></a></li> <li><a href="javascript:history.go(1);"><i class="fa fa-arrow-right fa-fw"></i><span>前进</span></a></li> <li><a href="javascript:history.go(-1);"><i class="fa fa-arrow-left fa-fw"></i><span>后退</span></a></li> <li style="border-bottom:1px solid gray"><a href="javascript:window.location.reload();"><i class="fa fa-refresh fa-fw"></i><span>刷新</span></a></li> <li><a href="https://www.vnc360.cn/index.php/Union-of-Friends.html"><i class="fa fa-user fa-fw"></i><span>和我当邻居</span></a></li> <li><a href="https://www.vnc360.cn/index.php/message.html"><i class="fa fa-pencil fa-fw"></i><span>给我留言吧</span></a></li> </ul> </div> <script type="text/javascript"> (function(a) { a.extend({ mouseMoveShow: function(b) { var d = 0, c = 0, h = 0, k = 0, e = 0, f = 0; a(window).mousemove(function(g) { d = a(window).width(); c = a(window).height(); h = g.clientX; k = g.clientY; e = g.pageX; f = g.pageY; h + a(b).width() >= d && (e = e - a(b).width() - 5); k + a(b).height() >= c && (f = f - a(b).height() - 5); a("html").on({ contextmenu: function(c) { 3 == c.which && a(b).css({ left: e, top: f }).show() }, click: function() { a(b).hide() } }) }) }, disabledContextMenu: function() { window.oncontextmenu = function() { return !1 } } }) })(jQuery); function getSelect() { "" == (window.getSelection ? window.getSelection() : document.selection.createRange().text) ? layer.msg("请选择需要复制的内容!") : document.execCommand("Copy") } function baiduSearch() { var a = window.getSelection ? window.getSelection() : document.selection.createRange().text; "" == a ? layer.msg("请选择需要百度的内容!") : window.open("https://www.baidu.com/s?wd=" + a) } function googleSearch() { var a = window.getSelection ? window.getSelection() : document.selection.createRange().text; "" == a ? layer.msg("请选择需要谷歌的内容!") : window.open("https://www.google.com/search?q=" + a) } $(function() { for (var a = navigator.userAgent, b = "Android;iPhone;SymbianOS;Windows Phone;iPad;iPod".split(";"), d = !0, c = 0; c < b.length; c++) if (0 < a.indexOf(b[c])) { d = !1; break } d && ($.mouseMoveShow(".usercm"), $.disabledContextMenu()) }); </script>注意:配合弹窗提醒食用更佳, 引入 layer.js 官方CDN源: https://cdn.staticfile.org/layer/3.1.1/layer.js代码中网站地址改成自己的博客地址引用 fontawesome 图标官方CDN源: https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
2022年05月25日
63,715,648 阅读
12564 评论
115,464 点赞
2022-05-25
给typecho注册加一个输入密码的功能
typecho自带的注册只有输入用户名和邮箱两个内容,并没有输入密码这个功能,所以这边就捣鼓了下。实现方法直接要展示的文件里放入以下代码即可,CSS部分可以自行优化,本站是放在 header.php 页头里面。<form stop-propagation id="registerForm" class="j-dropdown" action="<?php $this->options->registerAction(); ?>" method="post" name="register"> <div class="form-item"> <div>用户名</div> <input class="username" placeholder="请输入用户名" type="text" maxlength="16" name="name" autocomplete="off" /> </div> <div class="form-item"> <div>邮箱</div> <input class="mail" placeholder="请输入邮箱" type="text" name="mail" autocomplete="off" /> </div> <div class="form-item"> <div>输入密码</div> <input type="password" class="w-100" id="password" name="password" autocomplete="current-password" placeholder="输入密码" required=""> </div> <div class="form-item"> <div>确认密码</div> <input type="password" class="w-100" id="confirm" name="confirm" autocomplete="current-password" placeholder="再次输入密码" required=""> <div class="form-item"> </div> <button type="submit">注 册</button> </div> </form> 另外也可以直接在系统文件 admin/register.php 文件里找到以下代码<div class="typecho-login"> <h1><a href="https://laolion.com" class="i-logo">laolion</a></h1> <form action="<?php $options->registerAction(); ?>" method="post" name="register" role="form"> <p> <label for="name" class="sr-only"><?php _e('用户名'); ?></label> <input type="text" id="name" name="name" placeholder="<?php _e('用户名'); ?>" value="<?php echo $rememberName; ?>" class="text-l w-100" autofocus /> </p> <p> <label for="mail" class="sr-only"><?php _e('Email'); ?></label> <input type="email" id="mail" name="mail" placeholder="<?php _e('Email'); ?>" value="<?php echo $rememberMail; ?>" class="text-l w-100" /> </p> 在下面放入代码也可以实现<p> <input type="password" class="text-l w-100" id="password" name="password" autocomplete="current-password" placeholder="输入密码" required=""> </p> <p> <input type="password" class="text-l w-100" id="confirm" name="confirm" autocomplete="current-password" placeholder="再次输入密码" required=""> </p>
2022年05月25日
7,771,890 阅读
15486 评论
115,464 点赞
2022-05-21
api接口整合
樱花:https://www.dmoe.cc/random.php晓晴博客:https://acg.toubiec.cn/random.phpUnsplash Image API:https://source.unsplash.com/random夏沫博客:https://cdn.seovx.com/?mom=302https://cdn.seovx.com/d/?mom=302https://cdn.seovx.com/ha/?mom=302搏天api:https://api.btstu.cn/sjbz/api.php姬长信API:----每日bing:https://api.isoyu.com/bing_images.php----美女图片壁纸:https://api.isoyu.com/mm_images.php----网红专栏壁纸:https://api.isoyu.com/beibei_images.php----动态IP签名图片:https://api.isoyu.com/ip_images.php?signature=早安----ARU(阿鲁)表情包:https://api.isoyu.com/ARU_GIF_S.php樱道:https://api.r10086.com/动漫综合1.php (网站中有更多api接口)小歪API:----二次元动漫:https://api.ixiaowai.cn/api/api.php----mc酱动漫:https://api.ixiaowai.cn/mcapi/mcapi.php----高清壁纸:https://api.ixiaowai.cn/gqapi/gqapi.php保罗|API:https://api.paugram.com/wallpaper/墨天逸:https://api.mtyqx.cn/tapi/random.phpEEE.DOG:https://api.yimian.xyz/img岁月小筑:https://img.xjh.me/random_img.php东方Project:https://img.paulzzh.tech/touhou/randomxyg随即图:https://api.likepoems.com/星港随机图片API:https://xg.x-xh.cn/?p=251(网站中有更多api接口)2、api网站整合2.1 樱花网址:https://www.dmoe.cc/随机二次元图片API2.2 晓晴博客网址:https://www.toubiec.cn/318.html随机二次元图片接口源码项目地址:https://www.toubiec.cn/99.html2.3 Unsplash Image API官方网址:https://source.unsplash.com/API地址:https://source.unsplash.com/random简单的嵌入Unsplash图片,可以登录Unsplash账号设置,也可以自定义筛选接口的图片类型2.4 夏沫博客网址:https://cdn.seovx.com/在线古风美图二次元API接口2.5 搏天api网址:https://api.btstu.cn/doc/sjbz.php随机输出各类壁纸2.6 姬长信API网址:https://api.isoyu.com/姬长信API For Docker 一个基于多种编程语言开源免费不限制提供生活常用,出行服务,开发工具,金融服务,通讯服务和公益大数据的平台.2.7 樱道网址:https://img.r10086.com/の随机图片API接口ฅ•ﻌ•ฅ2.8 小歪API网址:https://api.ixiaowai.cn/图片API,文字API,二维码API,随心所动不再单调2.9 保罗|API网址:https://api.paugram.com/help/wallpaper生成适合 Single 主题的白底动漫壁纸2.10 墨天逸网址:https://api.mtyqx.cn/随机图片API2.11 EEE.DOG网址:https://www.eee.dog/tech/rand-pic-api.html本API基于华为云对象存储,使用华为CDN云加速,全球平均下载速度达10MB/s。API中已收录1100+张二次元图片,20+张Bing壁纸(每日自动抓取),150+张二次元头像,10+张图床上传图片。2.12 岁月小筑网址:https://img.xjh.me/随机图片API2.13 东方Project网址:https://img.paulzzh.tech/随机图片API2.14 xyg随即图(本站)网址:https://api.likepoems.com/随机图片API2.15 星港随机图片API网址:https://xg.x-xh.cn/?p=251随机图片API3、自建随机图api准备图片—>书写路径—>书写php文件在img文件夹里新建 img.txt ,文件中直接写图片的URL地址,如:https://static.likepoems.com/2020/09/19/14d4607426a4a4e341f8144a56fbac570.jpg https://static.likepoems.com/2020/09/19/ad30a36bd3c3d6bfd07f0357fa25ab710.jpg 新建 index.php 文件。文件内容如下:<?php //存放api随机图链接的文件名img.txt $filename = "img.txt"; if(!file_exists($filename)){ die('文件不存在'); } //从文本获取链接 $pics = []; $fs = fopen($filename, "r"); while(!feof($fs)){ $line=trim(fgets($fs)); if($line!=''){ array_push($pics, $line); } } //从数组随机获取链接 $pic = $pics[array_rand($pics)]; //返回指定格式 $type=$_GET['type']; switch($type){ //JSON返回 case 'json': header('Content-type:text/json'); die(json_encode(['pic'=>$pic])); default: die(header("Location: $pic")); } ?> 然后放在服务器里面的api文件夹里,绑定域名,记得开启php环境访问路径:你的域名 /api/img
2022年05月21日
108,382 阅读
0 评论
28,563 点赞
PHP开发API教程-登陆注册
首先连接sql,这里写一个conn.php文件,连接变量名为$conn如图1然后编写登录部分这里先获取GET传输的参数账号-user密码-passsql查询语句,查看表中是否存在此数据如图2,这里我写了上传用户IP然后写注册部分这里同样先获取GET传输部分账号-user密码-password判断账号是否存在不存在就写入数据表并输出注册成功存在则输出账号已存在源码:https://wwd.lanzouh.com/iW6Yx056qb1a
2022年05月21日
12,989 阅读
1256 评论
2,646 点赞
2022-05-21
为网站手机移动端添加下边栏导航菜单
折腾了好几个星期终于实现了,太不容易了。给网站手机移动端添加下边栏,非常简单的实现方式,下面直接上教程。首先,在页脚文件 foot.php 或者 footer.php 文件的最下面放入以下代码:<nav class="nav-shouji"> <div class="nav-item"> <div class="img"> <a href="https://laolion.com/admin/login.php"><img src="https://laolion.com/img/login.png"></a> </div> </div> <div class="nav-item"> <div class="img"> <a href="https://laolion.com/shuo.html"><img src="https://laolion.com/img/tea.png"></a> </div> </div> <a class="nav-item"> <div class="img"> <a href="https://laolion.com/"><img src="https://laolion.com/img/home.png"></a> </div> </a> <div class="nav-item"> <div class="img"> <a href="https://laolion.com/contribute.html"><img src="https://laolion.com/img/bizhi.png"></a> </div> </div> <div class="nav-item"> <div class="img"> <a href="https://laolion.com/music.html"><img src="https://laolion.com/img/music.png"></a> </div> </div> </nav>以上代码中的菜单链接和图标可以自行更改。然后在 CSS 文件(JOE主图的CSS文件是在 assets/css/joe.min.css 里最下面放入以下代码即可/*手机端底部菜单*/ @media (min-width: 768px) { .nav-shouji { display: none !important; } } .nav-shouji{ display: flex; position: fixed; bottom:0; z-index:99; height: 55px; width: 100%; background: var(--background); flex-shrink: 0; font-size: 14px; } .nav-shouji .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; color: var(--main); } .nav-item:nth-child(3) { transform: translateY(-20px); background: var(--background); border-radius: 50%; height: 75px; width: 75px; flex-shrink: 2; box-shadow: 0 -3px 4px rgba(0,0,0,.1); } .nav-shouji .nav-item .img { height: 24px; overflow: hidden; } .nav-item:nth-child(3)>.img{ height: 30px; margin-bottom: 5px; } .nav-shouji .nav-item img { width: 24px; height: 24px; overflow: hidden; }
2022年05月21日
2,461 阅读
12548 评论
5 点赞
1
2
3