摘要: 目录说明设置提醒时间,及休息时间久坐提醒倒计时休息提醒倒计时休息到计时代码说明主窗体设置工作到计时休息倒计时安装包&源码高清图 久坐提醒桌面小程序: 干这行职业病比较多,之前用爱丽(即:玻璃酸钠滴眼液),用的时候挺舒服,缓解吧,不过治标不治本。 注意休息,加强锻炼非常有必要,每工作1小时,休息10分 阅读全文
posted @ 2023-08-08 09:01 VipSoft 阅读(5670) 评论(35) 推荐(41)
摘要: 软考系统架构设计师,备考分享,系统架构设计师 论文如何准备,论文如何写,论文结构如何组织,微服务架构设计、架构风格、设计模式、企业集成、可靠性设计 阅读全文
posted @ 2021-12-21 13:36 VipSoft 阅读(3806) 评论(16) 推荐(7)
摘要: 官方标准地图服务 http://bzdt.ch.mnr.gov.cn/ 阿里退款页 https://usercenter2.aliyun.com/refund/refund Mac 常用软件、快捷健、常用操作 和 Windows 对比: https://www.cnblogs.com/vipsoft 阅读全文
posted @ 2012-04-20 12:11 VipSoft 阅读(669) 评论(2) 推荐(1)
摘要: 经常在设置软件快捷健的时候发现被占用,但又不知道被谁占用了 解决方案 使用 OpenArk 下载地址:https://pan.baidu.com/s/1DFzSb5XMSAk2BHLK4wvY7A?pwd=6261 Github地址:https://github.com/BlackINT3/Open 阅读全文
posted @ 2025-11-14 13:09 VipSoft 阅读(65) 评论(0) 推荐(0)
摘要: 语雀文档,目前发现唯一不好的就是不能直接编写 Markdown 语法,可以借助 Typora 工具进行中转。 复制语雀内容 粘贴到 Typora 工具中 启用源码模式 返之也一样操作 方式2 使用 Edge yuque-helper 插件 ![image](https://img2024.cnblo 阅读全文
posted @ 2025-11-12 11:07 VipSoft 阅读(12) 评论(0) 推荐(0)
摘要: 右健属性 -> TortoiseSVN -> Settings -> General 加入要忽略的文件或文件夹 阅读全文
posted @ 2025-11-07 09:08 VipSoft 阅读(5) 评论(0) 推荐(0)
摘要: vue3-element-admin Unresolved function or method defineOptions() 这边的 defineOptions 是标红的 全局 pmports src\types\auto-imports.d.ts 添加: const defineOptions 阅读全文
posted @ 2025-11-06 15:35 VipSoft 阅读(3) 评论(0) 推荐(0)
摘要: MySQL 统计每个时间段的数量:https://www.cnblogs.com/vipsoft/p/19195343 在Mybatis中不建实体类,可以通过以下几种方式返回数据给前端: Mapper接口 public interface VipSoftOrderMapper { List<Map< 阅读全文
posted @ 2025-11-06 09:51 VipSoft 阅读(7) 评论(0) 推荐(0)
摘要: 数据库存放数据如下: SELECT t.start_time,t.end_time FROM vipsoft_order t MySQL SELECT CONCAT(LPAD(hour_range, 2, '0'), ':00~', LPAD(hour_range + 1, 2, '0'), ':0 阅读全文
posted @ 2025-11-06 09:10 VipSoft 阅读(6) 评论(0) 推荐(0)
摘要: VS 2017 项目文件不完整,缺少预期导入 输入: dotnet --info 缺少 .NET Core 2.0 运行时支持。安装:dotnet-runtime-2.0.0-win-x64.exe C:\Users\Jimmy>dotnet --info .NET Core SDK(反映任何 gl 阅读全文
posted @ 2025-11-04 19:58 VipSoft 阅读(9) 评论(0) 推荐(0)
摘要: Windows 11 常规设置 经典右键菜单: 试试按住【Shift】键的同时右击桌面 永久效方式:https://www.cnblogs.com/vipsoft/p/19188902 阅读全文
posted @ 2025-11-04 17:22 VipSoft 阅读(4) 评论(0) 推荐(0)
摘要: 要注意,它会删除你未选的本地目录。 选择 Update to revision Choose Items 选择你要更新的目录 阅读全文
posted @ 2025-11-04 10:08 VipSoft 阅读(7) 评论(0) 推荐(0)
摘要: Win + R 调出 cmd 窗体 复制以下命令 reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 重启资源管理器 taskkill /f /i 阅读全文
posted @ 2025-11-04 09:05 VipSoft 阅读(5) 评论(0) 推荐(0)
摘要: 点击实时扫描 添加文件 阅读全文
posted @ 2025-11-03 16:55 VipSoft 阅读(7) 评论(0) 推荐(0)
摘要: 设置 阅读全文
posted @ 2025-11-03 16:07 VipSoft 阅读(12) 评论(0) 推荐(0)
摘要: Webservice 调用带用户名密码的接口 ,CXF中 the namespace on the "definitions" element, is not a valid SOAP version报错!:https://www.cnblogs.com/vipsoft/p/19135628 CXF 阅读全文
posted @ 2025-10-23 15:05 VipSoft 阅读(7) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/vipsoft/p/17272728.html org.springframework.jmx.export.UnableToRegisterMBeanException: Unable to register MBean [SftpPool [max 阅读全文
posted @ 2025-10-20 12:38 VipSoft 阅读(10) 评论(0) 推荐(0)
摘要: CXF中 the namespace on the "definitions" element, is not a valid SOAP version报错! 阅读全文
posted @ 2025-10-11 17:40 VipSoft 阅读(8) 评论(0) 推荐(0)
摘要: String str="A\n" + "B\n" + "C"; 在Java中,有多种方式可以一行一行地读取文本。以下是几种常用的方法: 1. 使用 BufferedReader + FileReader String str = "A\n" + "B\n" + "C"; // 方法1:从字符串读取 阅读全文
posted @ 2025-09-30 15:34 VipSoft 阅读(247) 评论(0) 推荐(0)
摘要: Vue3 修改原有的多环境切换方式: https://www.cnblogs.com/vipsoft/p/19059258 Vue 多环境配置: https://www.cnblogs.com/vipsoft/p/16696640.html 创建文件 创建 public/app-settings.j 阅读全文
posted @ 2025-09-15 09:52 VipSoft 阅读(18) 评论(0) 推荐(0)
摘要: Vue 父页面调用子页面的方法 父页面 <el-col :lg="4" :xs="24" class="mb-[12px]"> <HospitalTree ref="hospitalTreeRef" v-model="queryParams.HospitalId__eq" @node-click=" 阅读全文
posted @ 2025-09-10 10:29 VipSoft 阅读(12) 评论(0) 推荐(0)
摘要: <script setup lang="ts"> //引用对象 + 扩展属性 const props = defineProps({ detailData: { type: Object, default: () => ({}), // 默认空对象,避免 undefined }, }); const 阅读全文
posted @ 2025-09-10 07:59 VipSoft 阅读(19) 评论(0) 推荐(0)
摘要: 设计一个问卷调查数据库时,需要考虑以下几个关键要素:问卷、问题、选项、用户回答等。以下是一个基本的数据库设计方案,使用关系型数据库(如MySQL、PostgreSQL)来实现。 1. 数据库表设计 1.1 问卷表 (surveys) 存储问卷的基本信息。 字段名 数据类型 描述 survey_id 阅读全文
posted @ 2025-09-08 16:40 VipSoft 阅读(80) 评论(0) 推荐(0)