上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页
摘要: 记录时间: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 阅读(1) 评论(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 阅读(1) 评论(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 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 记录时间:2024-03-16 一、RealDeviceDriver模块实现 service/device-driver/log-device-info.ts import { LogTerminalInfoDir, ConfigLogDBDeviceFunction, ConfigLogDBDev 阅读全文
posted @ 2024-03-15 00:15 lizhigang 阅读(1) 评论(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 阅读(5) 评论(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 阅读(1) 评论(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 阅读(1) 评论(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 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 记录时间:2024-02-29 一、useSystemService模块实现 service/system/useTerminalService.ts import * as config from '@/config' import { Terminal, Receipt } from '@/ty 阅读全文
posted @ 2024-02-29 16:26 lizhigang 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 记录时间:2024-02-29 一、useSystemUtil模块实现 utils/system/useCommonUtil.ts import { hydate, serveWebApi } from '@/common' // 获取当前格式化时间(毫秒级) const getNowFormatD 阅读全文
posted @ 2024-02-29 16:18 lizhigang 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页