摘要: 从头开始一个vtk.js项目 初始化项目 mkdir my-vtkjs-app cd my-vtkjs-app npm init 安装 @kitware/vtk.js 依赖 npm install @kitware/vtk.js 对于这个例子,我们将使用webpack来构建我们的应用程序。 npm 阅读全文
posted @ 2023-11-16 15:38 Ccxiaosong 阅读(1777) 评论(0) 推荐(1)
摘要: 若依框架文件的上传和预览(超简版) 一、上传: 1、首先创建一张上传文件的表 drop table if exists sys_file_info; create table sys_file_info ( file_id int(11) not null auto_increment commen 阅读全文
posted @ 2023-11-07 17:12 Ccxiaosong 阅读(15975) 评论(0) 推荐(1)