摘要: 下载安装剪映 下载地址: https://www.capcut.cn/ 1,打开剪映 点击开始创作 2,导入音频 3,选择文件 4,这里有一个加号,点击添加素材 5,各个按钮用途 6,例子(剪掉其中一段,并将两段拼接) 7,选择导出的格式等 文档参考资料: https://jingyan.baidu 阅读全文
posted @ 2023-01-11 17:41 蔷薇花盛开 阅读(920) 评论(0) 推荐(0) 编辑
摘要: 这是一个通过nacos获取数据库配置然后自动对比数据库和topic区别的工具,头和尾去掉也就是“*********************”前后去掉中间部分是单独的数据库对比脚本,用的时候要注意一下不要粘错。 #!/bin/sh#sql,mq对比工具 project=要上线的项目名称dataId=$ 阅读全文
posted @ 2022-12-09 14:51 蔷薇花盛开 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 主机角色 主机名称 ip地址 client client eth0 192.168.4.10/24 代理服务器 DNS服务器 proxy eth0 192.168.4.5/24 eth1 192.168.2.5/24 web1服务器 web1 eth1 192.168.2.11/24 web2服务器 阅读全文
posted @ 2022-05-15 23:04 蔷薇花盛开 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 一台独立的数据库服务器 yum install -y mariadb mariadb-server mariadb-devel systemctl enable --now mariadb firewall-cmd --set-default-zone=trusted setenforce 0 se 阅读全文
posted @ 2022-05-15 20:47 蔷薇花盛开 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 防火墙 sed -i '/SELINUX/s/enforcing/permissive/' /etc/selinux/config setenforce 0 firewalld-cmd --set-default-zone=trusted ****************************** 阅读全文
posted @ 2022-05-15 19:04 蔷薇花盛开 阅读(49) 评论(0) 推荐(0) 编辑
摘要: ]# hostname ]# which hostname #查询命令对应的程序 ]# cat -n /etc/shells #显示行号 ls -l /etc/passwd #长格式显示 Ctrl + l:清空整个屏幕 Ctrl + u:从光标处清空至行首 Ctrl + w:往回删除一个单词(以空格 阅读全文
posted @ 2022-05-14 16:56 蔷薇花盛开 阅读(55) 评论(0) 推荐(0) 编辑
摘要: cat查看文本文件内容,适合查看内容较少文件 ]# ls /root/ ]# cat /root/anaconda-ks.cfg ]# cat /root/initial-setup-ks.cfg ]# cat /etc/passwd less查看文本文件内容,适合查看内容较多文件 [root@lo 阅读全文
posted @ 2022-05-14 16:30 蔷薇花盛开 阅读(48) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示