- 博客(7)
- 收藏
- 关注
原创 来看看vue中插件实现吧
插件是什么在vue的文档中有写插件的作用是为 【 Vue 添加全局功能 】同时对插件的功能范围没有严格的要求,主要有以下几种添加全局方法或者属性。如:vue-custom-element添加全局资源:指令/过滤器/过渡等。如 vue-touch通过全局混入来添加一些组件选项。如 vue-router添加 Vue 实例方法,通过把它们添加到 Vue.prototype 上实现。一个...
2020-07-13 13:33:09 267 1
原创 gitlab提交要求输入密码,密码正确提示没有权限
今天提交代码时,突然发现操作push要求输入密码,输入正确的密码后,还是不行,最后提示下面的错误错误提示:Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.首先从网上
2020-07-13 13:12:00 4314
原创 vue-cli打包之后的dist文件无法运行index.html
vue版本"vue": "^2.5.2","webpack": "^3.6.0",问题打包之后的 dist 文件下面包含 static 文件和 index.html 文件,直接打开index.html文件为空白,控制台会有很多错误解决方法build/util.js if (options.extract) { return ExtractTextP...
2018-03-29 15:22:01 5810
原创 webpack运行出错
问题:在使用webpack时,出现 ERROR in Entry module not found: Error: Can't resolve 'babel' in '/home/blog-demo/blog-demo01' BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders
2017-02-18 15:19:17 2040 1
原创 求两个数组的中位数,不合并数组
数组a,b的中位数是a[m1],b[m2],a[m1]=b[m2],则a[m1],b[m2]即为中位数a[m1]a[m1]>b[m2],舍弃a的右边,b的左边#include #include int SearchMid(int a[], int b[], int n);int main(){ int n=5; int a[5]={1,2,7,9,10}, b[5
2016-04-17 11:39:13 434
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人