上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 安装背景插件的问题 两个方法 一、将插件删除 二、Help->Find Action中搜索 ‘background’ 将BackgroundImage点为off即可(背景图一样有效) 阅读全文
posted @ 2020-06-21 21:47 悬剑丶 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 一.检查AppID,AppSecret是否正确 二.验证access_token http:GET(请使用https协议) https://api.weixin.qq.com/sns/auth?access_token=ACCESS_TOKEN&openid=OPENID 三.拉取用户信息使用get 阅读全文
posted @ 2020-06-10 17:56 悬剑丶 阅读(7911) 评论(0) 推荐(1) 编辑
摘要: 系统:linux 环境:mysql5.6 1.mysql配置文件的 bind-address=127.0.0.1没有注释或者删除把my.cnf 的 bind-address =127.0.0.1注释掉 或者修改成 bind-address =0.0.0.0 2.mysql权限问题登录MySQL数据库 阅读全文
posted @ 2020-05-27 16:39 悬剑丶 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 修改宝塔密码(testpasswd为要修改的密码) cd /www/server/panel && python tools.py panel testpasswd 查看宝塔登录信息 bt default 执行指令 bt 启动/停止/重启/卸载 /etc/init.d/bt start /etc/i 阅读全文
posted @ 2020-05-27 11:24 悬剑丶 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 一、停止kdevtmpfsi ps aux 杀死进程 kill -9 PID 二、删除定时任务 crontab -l 查看定时任务 crontab -r 删除所有定时任务 三、杀进程及端口 netstat -antp ps -aux | grep kinsing ps -aux | grep kde 阅读全文
posted @ 2020-05-21 14:29 悬剑丶 阅读(1726) 评论(0) 推荐(0) 编辑
摘要: 安装node.js(https://nodejs.org/en/download/)内置npm 检测进入cmd node-v 出现版本号即可 修改npm文件缓存及模块下载位置 npm config set cache "D:\Software\Node\npm_cache"npm config se 阅读全文
posted @ 2020-05-19 23:06 悬剑丶 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 页面内容 <!DOCTYPE html> <html> <body> <h1>XMLHttpRequest 对象</h1> <p id="demo"></p> <script> var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = 阅读全文
posted @ 2020-05-13 10:47 悬剑丶 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 获取APK签名 keytool -printcert -file 'file path'一般路径为apk解压包中META-INF\CERT.RSA 获取JKS签名 keytool -list -v -keystore 'file path'路径为.jks文件路径 微信签名工具 在微信开放平台下载,下 阅读全文
posted @ 2020-05-12 20:51 悬剑丶 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 递归查询 public function get_allagent($agentid=0,$ids=[]){ global $_W; $agent1 = pdo_fetchall("select id from " . tablename("ewei_shop_member") . " where 阅读全文
posted @ 2020-05-05 16:53 悬剑丶 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 精确至城市 (基于腾讯位置服务的IP定位,需申请KEY) <div class="leftnav" id="xj"></div> <iframe id="geoPage" width=0 height=0 frameborder=0 style="display:none;" scrolling=" 阅读全文
posted @ 2020-04-25 17:19 悬剑丶 阅读(399) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页