批量操作接口:[SW1]port-group g2[SW1-port-group-g2]group-member GigabitEthernet 0/0/10 to GigabitEthernet 0/0/20 清空接口配置:[SW1]clear configuration interface Gi ...
分类:
其他好文 时间:
2021-06-08 22:55:00
阅读次数:
0
1、前提:已经有uni-app项目 2、小程序版 Vant Weapp文档地址:https://youzan.github.io/vant-weapp/#/home 3、在项目中创建一个文件夹叫 wxcomponents,注意这个文件和pages文件夹平级。 4、前往https://github.c ...
分类:
移动开发 时间:
2021-06-08 22:52:25
阅读次数:
0
yum -y localinstall http://mirrors.ustc.edu.cn/mysql-repo/mysql57-community-release-el7.rpm yum install -y mysql-community-server if [ ! "$(cat /usr/b ...
分类:
数据库 时间:
2021-06-07 21:17:01
阅读次数:
0
create database zuoye; -- 创建数据库 use zuoye; -- 使?数据库 #创建?个库表 create table Student -- 学?表 ( Sno char(3) NOT NULL Primary key , -- 学号 ,设为主键,不允许空值 Sname c ...
分类:
数据库 时间:
2021-06-07 19:59:03
阅读次数:
0
官网注册git账号 下载git客户端 下载的比较快不传百度云了,一路安装默认配置即可 配置git git bash here进入git控制台 配置用户名 git config --global user.name "zyn" 配置作者邮箱 git config --global user.email ...
分类:
其他好文 时间:
2021-06-06 18:50:15
阅读次数:
0
https://sap.github.io/spartacus-docs/reference-app-structure/ 该概念在 SAP Spartacus 3.1 版本引入。 这个 Reference App Structure 是 SAP 推荐客户在搭建自己的 Spartacus Store ...
分类:
移动开发 时间:
2021-06-05 18:32:27
阅读次数:
0
空表示表格没有任何输出,null表示输出为null。 #方法一select sum(num)from( select num from my_numbers group by num having count(num)=1 order by num desc limit 0,1); #方法二sele ...
分类:
其他好文 时间:
2021-06-05 18:19:31
阅读次数:
0
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused” 需要两行命令解决问题主要原因是使用了proxy代理,我们只需要关闭代理 git config --global http.proxy //查看 ...
分类:
其他好文 时间:
2021-06-05 18:13:54
阅读次数:
0
关键字group by 、 Having的 用法 GROUP BY 我们可以先从字面上来理解,GROUP表示分组,BY后面写字段名,就表示根据哪个字段进行分组,如果有用Excel比较多的话,GROUP BY比较类似Excel里面的透视表。 GROUP BY必须得配合聚合函数来用,分组之后你可以计数( ...
分类:
数据库 时间:
2021-06-04 19:17:30
阅读次数:
0
Lambda integration with ALB HTTP(s) Lambda function must be registered in a target group ALB Multi-Header Values If a client connect to ALB, we can co ...
分类:
移动开发 时间:
2021-06-03 18:21:09
阅读次数:
0