2020年8月10日

摘要: 1、redis基本类型: key value string类型:一般的键值对, set('name','张三') hash类型:一般用于存储对象, HMSET('user','name','张三'),user:对应的key, name:代表字段 field,张三:代表内容,存储容量40多亿个键值对 阅读全文
posted @ 2020-08-10 10:06 小肥猪。 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1、引入vuex,使用store存储,一般存储于内存中,刷新页面后会丢失。 用法: import Vuex from 'vuex' import config from '@/env/config'; Vue.use(Vuex) export default new Vuex.Store({ sta 阅读全文
posted @ 2020-08-10 09:54 小肥猪。 阅读(1617) 评论(0) 推荐(0) 编辑
摘要: git分支介绍,git日常开发使用 阅读全文
posted @ 2020-08-10 09:38 小肥猪。 阅读(237) 评论(0) 推荐(0) 编辑
摘要: oracle事务 阅读全文
posted @ 2020-08-10 09:34 小肥猪。 阅读(1075) 评论(0) 推荐(0) 编辑

导航