很简单主要是学习下cube.js 关于schema 的特殊处理了解下原理 以下部分代码参考了cube.js compiler 部分 参考项目 package.json { "name": "vm-scripts", "version": "1.0.0", "main": "index.js", "l ...
分类:
Web程序 时间:
2021-02-05 10:48:25
阅读次数:
0
1,初始化显示: ① beforeCreate() ② created() ③ beforeMount() ④ mounted() 2,更新状态:this.xxx = value ① beforeUpdate() ② updated() 3,销毁 Vue 实例:vm.$destory() ① bef ...
分类:
其他好文 时间:
2021-02-02 11:32:19
阅读次数:
0
cmd重启电脑命令是“shutdown -r now”,因为Windows系统自带一个名为“Shutdown.exe”的程序,可以用于关机操作,所以一般情况下Windows系统的关机都可以通过调用程序“shutdown.exe”来实现的。 本文操作环境:Windows7系统、DELL G3电脑。 推 ...
分类:
其他好文 时间:
2021-01-27 13:20:49
阅读次数:
0
cube.js 使用node vm 进行schema 的编译,提供了灵活的编译schema 的能力 cube.js 提供的全局对象 cube(), context() asyncModule() import && export 的处理 数据schema 定义的es6 文件,将会被编译为nodejs ...
分类:
Web程序 时间:
2021-01-26 11:42:53
阅读次数:
0
KVM is an acronym of “Kernel based Virtual Machine”, and is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor.It is ...
分类:
其他好文 时间:
2021-01-20 12:16:47
阅读次数:
0
Redis除了提供5种基本数据结构外,还提供了一些附加功能: 慢查询分析 Redis Shell Pipeline 事务与Lua Bitmaps HyperLogLog 发布订阅 GEO 慢查询分析 Redis客户端执行一条命令分为4个部分: 发送命令 命令排队 命令执行 返回结果 慢查询只统计步骤 ...
分类:
其他好文 时间:
2021-01-19 11:41:30
阅读次数:
0
一、进程管理 1、ps查看进程 [root@VM-4-16-centos ~]#ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.3 43596 3440 ? Ss Jan08 0:16 /usr/ ...
分类:
系统相关 时间:
2021-01-16 12:03:46
阅读次数:
0
Azure Storage Account(存储账户)包含所有Azure Storage的数据对象,包括Blob、Data Lake Gen2,File、Queue、Disk和Table等服务,该Storage Account为用户的Azure Storage数据提供了唯一的命名空间,可以通过HTT ...
分类:
其他好文 时间:
2021-01-16 12:00:10
阅读次数:
0
下载 wget https://archive.apache.org/dist/rocketmq/4.5.1/rocketmq-all-4.5.1-bin-release.zip 安装 unzip rocketmq-all-4.5.1-bin-release.zip 启动 cd rocketmq-a ...
分类:
编程语言 时间:
2021-01-13 11:00:51
阅读次数:
0
Linux下常用的关机命令有:shutdown、halt、poweroff、init;重启命令有:reboot。 一、命令 1、关机命令 1)halt 立刻关机 2)poweroff 立刻关机 3)shutdown -h now 立刻关机(root用户使用) 4)shutdown -h 10 10分 ...
分类:
系统相关 时间:
2021-01-11 11:03:30
阅读次数:
0