会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一叶*秋
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
2018年9月28日
CryptoJS文件加密与解密
摘要: const CryptoJS = require('crypto-js'); //引用AES源码js const key = CryptoJS.enc.Utf8.parse("1234123412ABCDEF"); //十六位十六进制数作为密钥 const iv = CryptoJS.enc.Utf
阅读全文
posted @ 2018-09-28 23:21 一叶*秋
阅读(19480)
评论(1)
推荐(0)
2018年9月27日
gitBlit构建本地仓库
摘要: 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 一叶*秋
阅读(3471)
评论(0)
推荐(0)
git blit添加项目
摘要: 删除隐藏的.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 一叶*秋
阅读(993)
评论(0)
推荐(0)
git操作
摘要: 查询用户名及邮箱 $ 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 一叶*秋
阅读(127)
评论(0)
推荐(0)
2018年9月26日
Class类
摘要: class B { constructor (){ console.log('boonook'); } } let b = new B(); b.constructor B.prototype.constructor // true//// 等同于 //装饰器
阅读全文
posted @ 2018-09-26 17:50 一叶*秋
阅读(176)
评论(0)
推荐(0)
set的使用
摘要: 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 一叶*秋
阅读(132)
评论(0)
推荐(0)
this.$watch(),this.$set(),this.$nextTick()=>{})
摘要: ///组件生命周期 挂载到html文档中//this.$watch可以下载mounted和update这种但是不能在methods中 mounted () { this.$watch('value.show',newValue=>{ if (newValue){ this.value.formDat
阅读全文
posted @ 2018-09-26 16:40 一叶*秋
阅读(2503)
评论(0)
推荐(0)
vue的生命周期函数
摘要: beforeCreate(创建前) created(创建后) beforeMount(载入前) mounted(载入后) beforeUpdate(更新前) updated(更新后) beforeDestroy(销毁前) destroyed(销毁后) computed:{/****实现某一属性的实时
阅读全文
posted @ 2018-09-26 16:24 一叶*秋
阅读(171)
评论(0)
推荐(0)
react 生命周期函数
摘要: 1.constructor():构造函数 执行时间:组件被加载前最先调用,并且仅调用一次 作用:定义状态机变量 注意:第一个语句必须是super(props),正确定义状态机代码如下 constructor(props) { super(props); this.state = { content:
阅读全文
posted @ 2018-09-26 16:23 一叶*秋
阅读(419)
评论(0)
推荐(0)
ES6中的async函数
摘要: 使用前提返回的是一个promiss对象
阅读全文
posted @ 2018-09-26 15:51 一叶*秋
阅读(363)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
公告
博客侧边栏公告广告位招租