如何修复mysql数据库 2021年1月1日 Yooer Leave a comment 代码分享, 教程文章 mysql数据库如果遇到下列情况可能会损坏,导致某一个或多个表被锁定,在phpmyadmin中显示: 使用中 […] Continue reading
Google Voice 收发短信API函数 2020年12月17日2020年12月17日 Yooer Leave a comment 代码分享 自己写的新的接口,之前Google关闭了中间件,导致协议失效 重新更新接口 /**************** […] Continue reading
宝塔BT面板无法启动修复方法 2020年12月5日 Yooer Leave a comment 代码分享, 系统运维 如果BT宝塔面板无法启动,可以通过以下方法进行修复。 通过SSH登录服务器,输入以下命令: 3.x/4.x/5 […] Continue reading
免费API接口获取当前IP 2020年8月27日 Yooer Leave a comment 代码分享 找了几个接口,要么收费要么速度不够理想,主要目的是为了获取当前IP地址,提交给DNSPOD实现DDNS功能 / […] Continue reading
Win7/Win10 删除百度网盘盘符的三种方法 2020年8月13日 Yooer Leave a comment 代码分享 windows系统安装完百度网盘客户端后,会在“我的电脑”界面中生成一个百度网盘图标,很恶心,一直想删除但是找 […] Continue reading
Apache 强制 HTTP 全部跳转到 HTTPS 2020年8月13日 Yooer Leave a comment 代码分享 HTTP 80 强制转 HTTPS 全站采用https协议访问,所以需要http重定向到https,只需要在. […] Continue reading
解压缩 tar.bz2失败 提示错误 tar (child): bzip2: Cannot exec: No such file or directory 2020年8月5日 Yooer Leave a comment 代码分享, 系统运维 今天用tar命令解压文件的时候出错了,信息如下: tar (child): lbzip2: Cannot ex […] Continue reading
PHP PhantomJS库中使用代理 2020年7月25日 Yooer Leave a comment 代码分享 我想用PhantomJS做一些事情。我已经正确安装和配置了它,并且此示例有效(PHP PantomJS自己的示 […] Continue reading
php 操作mongo 部分技巧 2020年6月16日 Yooer Leave a comment Mongo, 代码分享 一个值对应多个字段查询 or and $sql=array( ‘$or’=>array( [“title […] Continue reading
php加密解密字符串 2020年6月15日 Yooer Leave a comment 代码分享 php 加密解密字符串 //函数名称:encrypt 函数作用:加密解密字符串 //加密 :encrypt(‘ […] Continue reading