2023年1月19日
摘要: 下载地址 https://files.cnblogs.com/files/blogs/745639/net6.0-windows.rar?t=1674114312 阅读全文
posted @ 2023-01-19 15:44 金科许俊 阅读(117) 评论(0) 推荐(0) 编辑
  2023年1月16日
摘要: /* * BACnet_AI 0 模拟输入。定义一个标准对象,其属性表示模拟输入的外部可见特征。 BACnet_AO 1 模拟输出。定义一个标准对象,其属性表示模拟输出的外部可见特征。 BACnet_AV 2 模拟值。定义一个标准对象,其属性表示模拟值的外部可见特征。 BACnet_BI 3 二进制 阅读全文
posted @ 2023-01-16 12:50 金科许俊 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1、动画 // property 动画要改变的图元的属性名 // accessType property的类型,枚举如下: // null 默认类型,如property为width,采用getWidth()和setWidth(value)的get/set或is/set方式存取。 // style 如 阅读全文
posted @ 2023-01-16 10:32 金科许俊 阅读(49) 评论(0) 推荐(0) 编辑
摘要: import { ElMessage } from 'element-plus' import { parse } from 'svgson' import JsonToView from './view' const TAU = Math.PI * 2 let StyleClasse = '' c 阅读全文
posted @ 2023-01-16 10:32 金科许俊 阅读(19) 评论(0) 推荐(0) 编辑
  2022年11月28日
摘要: 1、下载Erlang和 Rabbit https://d28dx6y1hfq314.cloudfront.net/828/1039/el/8/package_files/2279064.rpm?t=1669605802_12ad3355a4114c22e9b151acfe4484891078938e 阅读全文
posted @ 2022-11-28 11:52 金科许俊 阅读(1525) 评论(0) 推荐(0) 编辑
  2022年11月8日
摘要: 1、新建.service文件 cd /etc/systemd/system //进入改目录 touch Core.service // 新建Core服务文件 vi Core.service // 编辑 2、插入下面代码注意自己的服务名,以及项目地址 [Unit]Description=Core//项 阅读全文
posted @ 2022-11-08 18:39 金科许俊 阅读(239) 评论(0) 推荐(0) 编辑
  2022年6月1日
摘要: // 异步加载 const LoadObj = async (key?: string) => { LoadState.value = true var objStr, mtlStr var imgStrObj = {} let len = 0 const zp: any = (await geto 阅读全文
posted @ 2022-06-01 14:04 金科许俊 阅读(82) 评论(0) 推荐(0) 编辑
  2022年5月9日
摘要: menu public class Menu { /// <summary> /// id /// </summary> [Key, DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity), JsonIgnore] public in 阅读全文
posted @ 2022-05-09 19:31 金科许俊 阅读(144) 评论(0) 推荐(0) 编辑
  2022年5月2日
摘要: 下载mkcert https://github.com/FiloSottile/mkcert/releases/latest 管理员身份 cmd 命令目录下 mkcert-v1.4.4-windows-amd64.exe 192.168.1.212 localhost 127.0.0.1 ::1 / 阅读全文
posted @ 2022-05-02 17:40 金科许俊 阅读(743) 评论(0) 推荐(1) 编辑
摘要: 1、安装url重写组件 https://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads 2、刷新IIS 3、添加规则 阅读全文
posted @ 2022-05-02 16:36 金科许俊 阅读(75) 评论(0) 推荐(0) 编辑