#!/bin/bash cd /iflytek/client/kafka/kafka/bin echo "1--ZDR_RY_WWAB_RYHLXX" echo "2--ZDR_RY_WWAB__RX_ZJHM" read -p "please input 1-10:" num case $num ...
分类:
其他好文 时间:
2020-07-06 15:59:59
阅读次数:
55
原文地址:https://www.wjcms.net/archives/vue%E5%AE%89%E8%A3%85%E5%8F%8A%E5%88%9B%E5%BB%BA%E9%A1%B9%E7%9B%AE%E7%9A%84%E5%87%A0%E7%A7%8D%E6%96%B9%E5%BC%8F VU ...
分类:
其他好文 时间:
2020-07-04 22:58:08
阅读次数:
82
Count the number of segments in a string, where a segment is defined to be a contiguous sequence of non-space characters. Please note that the string ...
分类:
其他好文 时间:
2020-07-03 10:41:10
阅读次数:
59
#!/bin/bash ms=`date +%-H%M` if ((10#$1 <= 10#$ms));then echo "future time,please" exit 0 fi while ((10#$1 != 10#$ms)) do ms=`date +%H%M` if ((10#$1-1 ...
分类:
其他好文 时间:
2020-06-30 20:56:18
阅读次数:
74
1.修改主 vim /etc/my.cnf文件 # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html ...
分类:
数据库 时间:
2020-06-30 20:27:13
阅读次数:
69
#include <stdio.h>int main(){ int max(int x,int y); int a,b,c; printf("Please input two data:\n"); scanf("%d%d",&a,&b); c=max(a,b); printf("max is :%d ...
分类:
其他好文 时间:
2020-06-29 17:05:39
阅读次数:
202
组件是可复用的 Vue 实例,vue的核心就是组件的使用,玩好了组件才能将前面的基础更好的运用起来。组件使我们的项目解耦,更加符合vue的设计思想MVVM。组件系统是 Vue 的另一个重要概念,因为它是一种抽象,允许我们使用小型、独立和通常可复用的组件构建大型应用。仔细想想,几乎任意类型的应用界面都 ...
分类:
其他好文 时间:
2020-06-27 09:29:24
阅读次数:
56
#状压dp 又是一个状压dp题 这个题比较考察思维 So please 拿出一只不同颜色的笔和一个精神饱满的你 准备好脑子 ##题目大意: 新建的圆形动物园是亚太地区的骄傲。圆形动物园坐落于太平洋的一个小岛上,包含一大圈围栏,每个围栏里有一 种动物。如下图所示: 你是动物园的公共主管。你要做的是,让 ...
1、wc 统计文件行数的选项是(C ) A、-L B、-w C、-l D、-c 2、linux 用户创建命令(A ) A、useradd B、chown C、chmod D、groupadd 3、有一些文件某普通用户无法读取,说明其权限位缺少哪个权限(D ) A、w B、s C、x D、r 4、ba ...
分类:
其他好文 时间:
2020-06-26 16:36:02
阅读次数:
152
Linux安装Redis 6.0.5 ./install_server.sh报错 linux 安装Redis6.0.5时 进行到./install_server.sh时报错, This systems seems to use systemd. Please take a look at the p ...
分类:
系统相关 时间:
2020-06-26 12:35:09
阅读次数:
904