上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 1.docker安装 查看链接:/LunuZ/p/17938851 2. jenkins安装 # 查询 docker search jenkins # 下载镜像 docker pull jenkins/jenkins # 查看镜像 docker imag 阅读全文
posted @ 2023-12-05 23:48 卷叶小树 阅读(109) 评论(0) 推荐(0) 编辑
摘要: (1)命令行配置ip地址(自动) read -p "please input 网卡名:" networknmcli connection modify $network ipv4.method auto connection.autoconnect yesnmcli connection up $n 阅读全文
posted @ 2023-10-02 16:59 卷叶小树 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 1.识别硬盘 命令:lsblk 分区模式:MBR(最多4个分区,2.2T) 、GPT(128个分区,18EB) 2.parted分区 parted /dev/sdb maktable gpt #指定分区 mkpart 创建分区 分区名称 等等步骤 print 查看分区 unit GB 调整显示单位 阅读全文
posted @ 2023-10-01 14:02 卷叶小树 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1.链接 mongo 127.0.0.1:27017 -u root -p root 阅读全文
posted @ 2023-09-07 18:18 卷叶小树 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.去除四个角的阴影 如上图去除4个角的阴影 方案:新建一个带圆角的矩形,将上图拖进去 阅读全文
posted @ 2023-09-01 11:28 卷叶小树 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1.sw.js const cacheName = 'pwa-demo'; // 需要缓存的静态资源 const staticAssets = [ './', './styles.css', './app.js' ]; self.addEventListener('install', async e 阅读全文
posted @ 2023-09-01 09:46 卷叶小树 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1.AbortController()addEventListener()时,可以配置一个信号,用于命令式地中止/删除监听器。当相应的控制器调用 .abort() 时,监听器会被移除: const button = document.getElementById('button'); const c 阅读全文
posted @ 2023-08-29 19:27 卷叶小树 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 1.nginx所在目录 sbin/nginx2.相关命令 nginx 修改配置文件测试命令: nginx -t nginx重启命令: nginx -s reload 3.Node.js应用和一个域名绑定在一起,nginx反向代理 testNode.conf配置如下 server { listen 8 阅读全文
posted @ 2023-08-08 19:49 卷叶小树 阅读(7) 评论(0) 推荐(0) 编辑
摘要: (1)copilot 激活 https://www.kdocs.cn/l/cfqzpm94GMfk# (2)快捷键使用 tab自动补全 ctrl+enter 意见面板 alt+]切换不同意见代码 (3)copilot 安装和使用 https://docs.github.com/zh/copilot/ 阅读全文
posted @ 2023-08-02 20:23 卷叶小树 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1.移动端测试安卓虚拟机:浏览器 more tools - remote device2.性能测试WebPageTest 网站 阅读全文
posted @ 2023-07-26 20:51 卷叶小树 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页