上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 1.安装java环境,配置环境变量 2.下载gitBlit 链接:https://pan.baidu.com/s/107qVvSS8TmTH8NDzREqu7g 提取码:4l2s 这是免安装的文件夹,可以直接在上面搭建基于gitblit的git服务器 1) 进入目录:D:\gitblit-1.8.0 阅读全文
posted @ 2018-09-27 22:08 一叶*秋 阅读(3351) 评论(0) 推荐(0) 编辑
摘要: 删除隐藏的.git文件 0.git init 1.git add. 2.git commit -m "添加项目" 3.git remote rm origin 4.git remote add origin http://zhuxiuwu@192.168.10.86:10101/r/vue/zhdj 阅读全文
posted @ 2018-09-27 16:13 一叶*秋 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 查询用户名及邮箱 $ git config user.name $ git config user.email 设置用户名及邮箱 $ git config --global user.name "xxx" $ git config --global user.email "xxx" 修改远程仓库路径 阅读全文
posted @ 2018-09-27 15:06 一叶*秋 阅读(112) 评论(0) 推荐(0) 编辑
摘要: class B { constructor (){ console.log('boonook'); } } let b = new B(); b.constructor B.prototype.constructor // true//// 等同于 //装饰器 阅读全文
posted @ 2018-09-26 17:50 一叶*秋 阅读(155) 评论(0) 推荐(0) 编辑
摘要: const _arr = [1, 2, 3, 4, 5, 5, 5, 5];console.log(..._arr);//解构console.log(new Set(_arr));//去重值是唯一的 /// console.log([...new Set(_arr)])//去重值是唯一的 阅读全文
posted @ 2018-09-26 17:11 一叶*秋 阅读(111) 评论(0) 推荐(0) 编辑
摘要: ///组件生命周期 挂载到html文档中//this.$watch可以下载mounted和update这种但是不能在methods中 mounted () { this.$watch('value.show',newValue=>{ if (newValue){ this.value.formDat 阅读全文
posted @ 2018-09-26 16:40 一叶*秋 阅读(2450) 评论(0) 推荐(0) 编辑
摘要: beforeCreate(创建前) created(创建后) beforeMount(载入前) mounted(载入后) beforeUpdate(更新前) updated(更新后) beforeDestroy(销毁前) destroyed(销毁后) computed:{/****实现某一属性的实时 阅读全文
posted @ 2018-09-26 16:24 一叶*秋 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.constructor():构造函数 执行时间:组件被加载前最先调用,并且仅调用一次 作用:定义状态机变量 注意:第一个语句必须是super(props),正确定义状态机代码如下 constructor(props) { super(props); this.state = { content: 阅读全文
posted @ 2018-09-26 16:23 一叶*秋 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 使用前提返回的是一个promiss对象 阅读全文
posted @ 2018-09-26 15:51 一叶*秋 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 点击事件 阅读全文
posted @ 2018-09-25 23:50 一叶*秋 阅读(3719) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

博客侧边栏公告广告位招租