上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: 在页面样式内加入*{-webkit-touch-callout:none; /系统默认菜单被禁用/-webkit-user-select:none; /webkit浏览器/-khtml-user-select:none; /早期浏览器/-moz-user-select:none;/火狐/-ms-us 阅读全文
posted @ 2020-06-30 11:24 mrt_yy 阅读(2825) 评论(1) 推荐(0) 编辑
摘要: plus.sqlite.openDatabase({ name: 'db1', path: '_doc/db1.db' }); function selectSql({ sql, successed, failed }) { plus.sqlite.selectSql({ name: 'db1', 阅读全文
posted @ 2020-06-23 14:57 mrt_yy 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1.创建表CREATE TABLE IF NOT EXISTS UserTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,password TEXT UNIQUE,email TEXT) //PRIMARY KEY 主键 UNIQUE 唯一索引 阅读全文
posted @ 2020-06-23 13:47 mrt_yy 阅读(146) 评论(0) 推荐(0) 编辑
摘要: var vInfo = plus.push.getClientInfo(); var vInfoData = JSON.stringify(vInfo); console.log(vInfoData); 获取ClientId CID plus.push.addEventListener('recei 阅读全文
posted @ 2020-06-23 11:07 mrt_yy 阅读(952) 评论(0) 推荐(0) 编辑
摘要: (function() { var test = '0123456789'; var add = function(num) { num += num; if(num.length == 10240) { test = num; return; } add(num); } add(test); va 阅读全文
posted @ 2020-06-19 08:50 mrt_yy 阅读(308) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=device-width,initial-scale=1,minimu 阅读全文
posted @ 2020-06-15 10:22 mrt_yy 阅读(208) 评论(0) 推荐(0) 编辑
摘要: mysql bin 下mysql_upgrade.exe 目录执行 mysql_upgrade -u root -p --force 阅读全文
posted @ 2020-06-12 09:06 mrt_yy 阅读(147) 评论(0) 推荐(0) 编辑
摘要: /**********************html***********************/ <a href="itms-services://?action=download-manifest&url=https://shouyin.nails888.com/proipad.plist" 阅读全文
posted @ 2020-06-10 16:09 mrt_yy 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 最新版本 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 阅读(403) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页