相关文章
Electron-Vite 项目搭建(Vue)
前提条件 
Node.js: 确保已安装 Node.js 版本 18 或更高版本 (推荐使用最新稳定版)。Vite: 确保 Vite 版本为 4.0 或以上。包管理工具: 推荐使用 pnpm,但也可以使用 npm 或 yarn。 
安装 Electron-Vite 
首先,在项目中安装 electron-vite 作为开发依赖&a…            
建站知识
2025/10/24 22:18:46
C#使用HttpWebRequest下载文件
public static bool HttpDownloadFile(string downloadUrl, string localPath, log4net.ILog log) { bool bFlagDownloadFile  false; //log.Debug(“HttpDownloadFile–准备以HTTP的方式下载文件,url:[”  downloadUrl  “]本地文件:【”  localPath  “…            
建站知识
2025/10/28 7:10:27
谷粒商城—分布式高级①.md
1. ELASTICSEARCH 
1、安装elastic search 
dokcer中安装elastic search 
(1)下载ealastic search和kibana 
docker pull elasticsearch:7.6.2
docker pull kibana:7.6.2(2)配置 
mkdir -p /mydata/elasticsearch/config
mkdir -p /mydata/elasticsearch/data
echo "h…            
建站知识
2025/10/31 5:49:09
单目深度估计模型 lite-mono 测试
lite-mono 使用工业数据集kitti 进行训练,目的使用单目摄像头实现物体深度预测,关于kitti数据集的介绍和下载参考 
(二)一文带你了解KITTI数据集-CSDN博客文章浏览阅读2.7w次,点赞64次,收藏294次。文章介绍…            
建站知识
2025/10/30 12:50:18
设置IMX6ULL开发板的网卡IP的两种方法(临时生效和永久有效两种方法)
设置开发板网卡的IP,有两种方法。 
方法一:临时生效 
第一种方式是临时设置,只有本次有效,重启后又要重新设,命令为: 
ifconfig eth0 192.168.5.9设置成功后可以使用ifconfig命令来查看已设置的 IP 地址。 …            
建站知识
2025/10/28 14:46:32
pytest 生成测试报告
安装依赖 
pip  install  allure-pytest
pip  install  pytest
pip  install  pytest-html
pip  install  requests 
配置 allure 
下载 allure  并配置环境变量
D:\allure-2.28.0\bin配置到 path 
执行脚本 
在项目根目录创建  pytest.ini配置如下
[pytest]
#  指定  生成 报告…            
建站知识
2025/10/31 0:56:21
【C++】2.8 智能指针unique_ptr, shapre_ptr, weak_ptr
2.8 智能指针unique_ptr, shapre_ptr, weak_ptr 1. unique_ptr1.1 基本概念1.2 代码示例1.3 应用场合 2.shared_ptr2.1 基本概念2.2代码示例2.3 应用场合 3. weak_ptr3.1 基本概念3.2代码示例3.3应用场合 4.总结 1. unique_ptr 
1.1 基本概念 unique_ptr 是 C11 引入的智能指针…            
建站知识
2025/10/30 22:53:21
 

