首页 > TAG信息列表 > myhome

vue之自定义指令(文本框获得焦点)

app.vue <template> <div> <h1>App 根组件</h1> <hr /> <!-- 使用组件 --> <my-home></my-home> </div> </template> <script> // 导入组件 import MyHome from './Home.vue' exp

vue之组件切换

app.vue <template> <div> <h1 class="mb-4">App 根组件</h1> <button type="button" class="btn btn-primary" @click="comName = 'MyHome'">首页</button> <button ty

9.压缩和解压类

gzip/gunzip指令 语法: gzip 文件 (压缩文件,只能将文件压缩为*.gz文件) gunzip 文件.gz (解压缩文件) # gzip压缩,将/home下的hello.txt文件进行压缩 gzip /home/hello.txt # gunzip解压缩,将/home下的hello.txt.gz文件进行解压缩 gunzip /home/hello.txt.gz zip/unzip指令 zip

Linux解压缩相关命令

Linux解压缩相关命令 运行级别: 0:关机 1:单用户 2:多用户无网络连接 3:多用户有网络连接 4:系统保留 5:图形界面 6:系统重启 通过init【0123456】来切换不同的运行级别 grep: grep [选项] 查找内容,源文件 -i:过滤大小写 -n:显示匹配行及行号 压缩与解压 gzip:压缩文件的 gunzip:用来左解

ZK实现SASL认证+Kafka连接ZK

ZK实现SASL认证+Kafka连接ZK 关键词:zk sasl kfaka 未授权认证 参考文档: 搭建Kafka集群时, 对ZooKeeper认证与权限控制 http://ohmycat.me/2019/05/08/kafka-with-zookeeper-authentication.htmlSASL authentication for ZooKeeper. https://cwiki.apache.org/confluence/di