相关文章
vite vite.config.js中的配置
vite打包依赖于 rollup和esbuild
rollup中文文档
esbulid中文文档
基本配置 import { defineConfig, loadEnv } from "vite";
import vue from "vitejs/plugin-vue";
import path from "path";import Components from "unplugin-vue-com…
建站知识
2024/11/8 6:43:50
【Linux】【C++17】filesystem 工具,常用集合
文章目录 1. std::experimental::filesystem::exists() 查找文件是否存在2. std::experimental::filesystem::is_directory() 判断是否是一个目录3. std::experimental::filesystem::create_directory() 单层级目录创建std::experimental::filesystem::create_directories 多层…
建站知识
2024/11/6 2:14:31
EwoMail结合gophish的钓鱼邮件指南
EwoMail邮箱搭建
1 . 一个域名 (域名购买 : godaddy) 2 . VPS一台 , 最好国外的 , 因为国内的VPS一般25端口都是封禁的.(实测 腾讯轻量应用服务器是没问题的 , 阿里云则不行) 系统为 Centos 7.x(任意版本均可) 搭建参考:http://doc.ewomail.com/docs/ewomail/insta…
建站知识
2024/11/9 21:08:35
uniapp +vue3 练习 首页页面展示 我的页面展示 登录展示 拨打固定的电话 页面跳转
uniapp拨打固定的电话 function Hotline() {// 拨打电话uni.makePhoneCall({phoneNumber: 19969547693})}页面跳转 //普通跳转function homepage() {uni.navigateTo({url: /pages/homepage/homepage});}//二、uni.redirectTo关闭当前页面,跳转到应用内的某个页面。…
建站知识
2024/11/6 10:29:37
UnrealEngine iOS 打包 —— 签名证书(cer、p12)生成
官方文档 docs.unrealengine.com/5.3/zh-CN/setting-up-ios-tvos-and-ipados-provisioning-profiles-and-signing-certificates-for-unreal-engine-projects
打开 ProjectSettings -> Platforms -> iOS 可以看到签名证书配置 需要拓展名为 .cer 和 .p12 的一对证书和密钥…
建站知识
2024/11/8 0:23:31