会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mrt_yy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
23
下一页
2020年6月12日
mysql 数据库更新
摘要: mysql bin 下mysql_upgrade.exe 目录执行 mysql_upgrade -u root -p --force
阅读全文
posted @ 2020-06-12 09:06 mrt_yy
阅读(156)
评论(0)
推荐(0)
2020年6月10日
plist 文件 https直接下载ipa
摘要: /**********************html***********************/ <a href="itms-services://?action=download-manifest&url=https://shouyin.nails888.com/proipad.plist"
阅读全文
posted @ 2020-06-10 16:09 mrt_yy
阅读(1661)
评论(0)
推荐(0)
UrlScheme
摘要: UrlScheme是可以自定义的:IOS:http://ask.dcloud.net.cn/article/64Android:http://ask.dcloud.net.cn/article/409 setTimeout(function() { var args = plus.runtime.a
阅读全文
posted @ 2020-06-10 10:18 mrt_yy
阅读(422)
评论(0)
推荐(0)
2020年6月3日
"vue-socket.io": "^3.0.7"
摘要: 最新版本 3.0.9 不好使 nodejs var app = require('express')();var http = require('http').Server(app);var io = require('socket.io')(http);app.get('/');const fun
阅读全文
posted @ 2020-06-03 16:34 mrt_yy
阅读(413)
评论(0)
推荐(0)
2020年5月29日
npm @next tag alpha
摘要: 虽然自从leftpad事件之后,NPM取消了npm unpublish和npm publish -f操作,但是我们错误地把测试版发布成正式版之后,不要惊慌,要稳住,因为我们能赢。 概念 首先介绍几个概念: version 作为开发者,版本号肯定不陌生,发布到npm后,每一个版本号都对应了其资源文件,
阅读全文
posted @ 2020-05-29 08:46 mrt_yy
阅读(2037)
评论(0)
推荐(0)
2020年5月22日
uniapp webview传值
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>本地网页</title> </head>
阅读全文
posted @ 2020-05-22 00:00 mrt_yy
阅读(824)
评论(0)
推荐(0)
2020年5月12日
ie8 和 以上浏览器 input 监听事件
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script src="js/jq1.7.js" type="text/javascript" charset="utf-8"></script> </head>
阅读全文
posted @ 2020-05-12 15:02 mrt_yy
阅读(496)
评论(0)
推荐(0)
图片上传转base64
摘要: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title>图片转base64</title> </head> <body> <input type='file' class='file'> <div class="Img
阅读全文
posted @ 2020-05-12 14:23 mrt_yy
阅读(199)
评论(0)
推荐(0)
ajax multipart/form-data 上传
摘要: var s = document.getElementById('file').files[0];//$(this)[0].files[0] var formData = new FormData(); formData.append("file", s); $.iBoxWait(); $.ajax
阅读全文
posted @ 2020-05-12 11:41 mrt_yy
阅读(5632)
评论(0)
推荐(0)
2020年5月7日
nodejs 微信证书 request 使用
摘要: let request = require('request');//当然我们引用要写在最上面,但为了看的清楚点就一步一步走吧 request({ //请求地址 url:'https://api.mch.weixin.qq.com/secapi/pay/refund', //还记得准备的证书吗这里就
阅读全文
posted @ 2020-05-07 14:35 mrt_yy
阅读(675)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
23
下一页
公告