上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: axios.js 阅读全文
posted @ 2019-10-10 14:28 智走 阅读(218) 评论(0) 推荐(0)
摘要: 常用js工具类 阅读全文
posted @ 2019-10-10 10:04 智走 阅读(430) 评论(0) 推荐(0)
摘要: improt java.io.*;public class Gitsvn { public static final String GITSVN = ".keep"; private static void check(File path) throws Exception { File[] files = path.li... 阅读全文
posted @ 2019-10-09 18:10 智走 阅读(2221) 评论(0) 推荐(0)
摘要: import Vue from 'vue' import qs from 'qs' import axios from 'axios' axios.defaults.baseURL = 'http://192.168.2.75:9501/internal/'; axios.defaults.headers['Content-Type'] = 'application/x-www-form-urle 阅读全文
posted @ 2019-10-08 14:59 智走 阅读(180) 评论(0) 推荐(0)
摘要: main.js配置 import axios from 'axios' axios.defaults.baseURL = 'http://www.zhizous.cn:81/test';//请求的域名 // axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded; charset=UTF-8... 阅读全文
posted @ 2019-09-30 02:29 智走 阅读(273) 评论(0) 推荐(0)
摘要: vue.js安装指定版本的依赖提示:以安装JQ依赖为例提示:以安装JQ依赖为例指定版本npm install jquery@3.0.1 --save局部安装npm install jquery@3.0.1 --save //将模块下载到当前命令行所在目录全局安装npm install jquery@ 阅读全文
posted @ 2019-09-30 00:55 智走 阅读(754) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/dennyxiao/p/10429349.html 阅读全文
posted @ 2019-09-29 14:56 智走 阅读(128) 评论(0) 推荐(0)
摘要: 进入Preferences(首选项) -> Settings-User(设置) ,添加 "update_check": false 阅读全文
posted @ 2019-09-06 09:56 智走 阅读(705) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/abb5f6bf92c3 强烈推荐阅读至少能了解一点点原理 https://blog.csdn.net/qq_43486273/article/details/83272500 1.使用过滤器解决跨域问题 access-control-allow- 阅读全文
posted @ 2019-08-29 00:19 智走 阅读(1251) 评论(0) 推荐(0)
摘要: //js判断当前移动设备平台 var isiOs = false; var isAndroid = false; var isWindowsPhone = false; if(/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) { isiOS = true; } else if(/(Android)/i.test(naviga... 阅读全文
posted @ 2019-08-23 17:56 智走 阅读(2526) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页