摘要:
一、实现效果 对方案可以添加多张图片,并在图片上进行标注。并且可以通过下方的缩略图切换方案图片 (demo) 二、效果图 三、页面元素 <div class="w-full overflow-auto p-2" style="height: calc(100% - 7rem)"> <div cl 阅读全文
摘要:
效果图 代码 const barWidth = 30; //柱子宽度 const barData = [ 476, 13, 235, 2, 402, 258, 387, 306, 8, 31, 734, 39, 762, 225, 31, 18 ]; //柱子数据 const lineData = 阅读全文
摘要:
版本:5.2.10 一、引入@antv/g2 import { Chart } from "@antv/g2"; 二、初始化 # container里类似echarts,可以用id也可以用refs let chart = new Chart({ container: "pie-chart", aut 阅读全文
摘要:
通过 html 标签设置 cache-control 不推荐,不靠谱 <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Cache-C 阅读全文
摘要:
http { ... server { listen 80; server_name localhost; location / { root /opt/web/dist; if ($http_user_agent ~* (mobile|nokia|iphone|ipad|android|samsu 阅读全文
摘要:
9.1 安装依赖 #全局安装prisma cnpm install prisma -g #添加开发依赖 cnpm install prisma --save-dev #创建 Prisma 架构文件模板,设置 Prisma ORM 项目 npx prisma init #安装并生成 Prisma Cl 阅读全文
摘要:
一、连接工具 (1)(推荐,免费)FinalShell FinalShell SSH工具,服务器管理,远程桌面加速软件,支持Windows,macOS,Linux,版本4.3.10,更新日期2023.12.31 - FinalShell官网 (hostbuf.com) (2)XShell (有家庭和 阅读全文
摘要:
地址:http://47.116.162.120:8080/ 18年写的东西 效果图: 阅读全文
摘要:
1、nvm install 安装失败 D:\test\nextapp> nvm install 18.20.0 Downloading node.js version 18.20.0 (64-bit)... Extracting node and npm... ERROR moving file: 阅读全文
摘要:
运行服务时报错 sudo systemctl start ComServer.service sudo systemctl status ComServer.service × ComServer.service - MESAPI services Loaded: loaded (/etc/syst 阅读全文