03 2024 档案

摘要:记录时间:2024-03-24 第一组: 在Vue项目中,与组件相关的问题涵盖了许多方面,从组件的设计、创建、通信、性能优化到错误处理。以下是一些推荐的与Vue组件有关的问题,可以帮助你更好地理解和使用Vue组件: 组件设计原则: 如何设计可重用和可维护的Vue组件? 组件的粒度应该如何控制?是应该 阅读全文
posted @ 2024-03-24 11:02 lizhigang 阅读(27) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-24 一、准备工作 【使用“文心一言”搜索】 vue3项目components文件夹vue内容怎么写 提供示例,要求script在前,并且使用script ts setup语法 在Vue 3项目中,如果你想要使用<script setup>语法和TypeScript来编写组 阅读全文
posted @ 2024-03-24 11:00 lizhigang 阅读(24) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-24 一、准备工作 【使用“文心一言”搜索】 vue3项目components和views文件夹分别放什么文件 在Vue 3项目中,components和views文件夹各自有不同的用途和存放内容。 components文件夹: 主要用于存放非路由组件和全局组件。这些组件是 阅读全文
posted @ 2024-03-24 10:40 lizhigang 阅读(226) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-20 文件结构 翻译 搜索 复制 阅读全文
posted @ 2024-03-20 09:42 lizhigang 阅读(7) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-20 文件结构 翻译 搜索 复制 阅读全文
posted @ 2024-03-20 09:27 lizhigang 阅读(2) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-19 暂不开源内容 阅读全文
posted @ 2024-03-19 09:17 lizhigang 阅读(6) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-19 暂不开源内容 阅读全文
posted @ 2024-03-19 09:16 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-19 一、base-data.ts // 基础数据 const BaseData = { // timeNames(按医院修改午别编码对应关系) // 上午,下午,全天 timeNames: { 上午: '1', 下午: '2', 全天: '0' }, // sexList 阅读全文
posted @ 2024-03-19 09:14 lizhigang 阅读(6) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-19 文件结构 business/index.ts // 基础部分 import * as BizBase from './biz-base' // 自定义部分 import * as BizCustom from './biz-custom' // 项目部分 import 阅读全文
posted @ 2024-03-18 17:02 lizhigang 阅读(7) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-18 一、系统架构五大核心 (1)store:集中式数据状态管理 (2)system:系统级工具与服务 (3)adapter:统一化接口适配器 (4)device-driver:模块化设备驱动器 (5)flow-page:配置化流程与页面 二、核心模块文件结构 三、系统架构 阅读全文
posted @ 2024-03-18 17:01 lizhigang 阅读(5) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-18 一、useFlowPage模块实现 types/page-config.ts // 定义 PageCheckDo 类型 interface PageCheckDo { function: string meaning: string msg: string voice 阅读全文
posted @ 2024-03-16 19:37 lizhigang 阅读(6) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/bill-validator-device.ts import { EventFunctionType, EventResultType } from '@/typ 阅读全文
posted @ 2024-03-16 19:00 lizhigang 阅读(0) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/pin-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:59 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/siu-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:58 lizhigang 阅读(4) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/bcr-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:58 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/ptr-document-device.ts import { EventFunctionType, EventResultType } from '@/types 阅读全文
posted @ 2024-03-16 18:56 lizhigang 阅读(4) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/ptr-receipt-device import { EventFunctionType, EventResultType } from '@/types' im 阅读全文
posted @ 2024-03-16 18:55 lizhigang 阅读(5) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-swipe-device.ts import { EventFunctionType, EventResultType } from '@/types' i 阅读全文
posted @ 2024-03-16 18:54 lizhigang 阅读(4) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-contactless-device.ts import { EventFunctionType, EventResultType } from '@/ty 阅读全文
posted @ 2024-03-16 18:53 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-inductive-device.ts import { EventFunctionType, EventResultType } from '@/type 阅读全文
posted @ 2024-03-16 18:52 lizhigang 阅读(4) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-ssc-motor-device.ts import { EventFunctionType, EventResultType } from '@/type 阅读全文
posted @ 2024-03-16 18:51 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑
摘要:一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-motor-device.ts import { EventFunctionType, EventResultType } from '@/types' import { EZMessag 阅读全文
posted @ 2024-03-16 18:49 lizhigang 阅读(2) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/crd-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:43 lizhigang 阅读(8) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-16 一、RealDeviceDriver模块实现 service/device-driver/log-device-info.ts import { LogTerminalInfoDir, ConfigLogDBDeviceFunction, ConfigLogDBDev 阅读全文
posted @ 2024-03-15 00:15 lizhigang 阅读(5) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-15 一、useDeviceDriver模块实现 types/map.ts interface StatusMap { [key: string]: string } interface NamedStatusMap { name: string value: Status 阅读全文
posted @ 2024-03-15 00:13 lizhigang 阅读(15) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-10 一、useAdapter模块实现 types/adapter.ts // 定义 AdapterParam 类型 interface AdapterParam { to: string from: string mode: string value: string ty 阅读全文
posted @ 2024-03-04 23:16 lizhigang 阅读(9) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-02 一、静态资源(初步方案) 1.public/web 2.public/inc (1)public/inc/css (2)public/inc/flash (3)public/inc/images (4)public/inc/voice 翻译 搜索 复制 阅读全文
posted @ 2024-03-02 23:20 lizhigang 阅读(2) 评论(0) 推荐(0) 编辑
摘要:记录时间:2024-03-01 一、 核心模块system组成 1.公共模块common 2.配置模块config 3.数据类型模块types 4.系统数据模块:store 5.系统服务service/system 6.系统工具utils/system 翻译 搜索 复制 阅读全文
posted @ 2024-03-01 18:50 lizhigang 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示