06 2020 档案

摘要:ios_webkit_debug_proxy 介绍 ios_webkit_debug_proxy 是一个从usb到websocket的代理。允许开发者实时的向手机端safari和UIWebViews发送命令。 安装scoop 在powershell中运行Invoke-Expression (New- 阅读全文
posted @ 2020-06-19 22:39 shubin 阅读(2663) 评论(0) 推荐(0) 编辑
摘要:部署到相对目录 router.js的配置 Vue.use(Router) // 获得相对路径的方法 function getAbsolutePath () { let path = location.pathname return path.substring(0, path.lastIndexOf 阅读全文
posted @ 2020-06-08 11:23 shubin 阅读(1102) 评论(0) 推荐(0) 编辑
摘要:Date.prototype.format = function (fmt) { var o = { 'M+': this.getMonth() + 1, // 月份 'd+': this.getDate(), // 日 'h+': this.getHours(), // 小时 'm+': this 阅读全文
posted @ 2020-06-02 11:13 shubin 阅读(751) 评论(0) 推荐(0) 编辑
摘要:安装Chart.Js npm install vue-chartjs chart.js --save 引用Chart.Js import Chart from 'chart.js' 使用Chart.Js <template> <section class='content'> <div class= 阅读全文
posted @ 2020-06-02 11:03 shubin 阅读(2228) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示