摘要: 控制器代码 /// <summary> /// 系统 API /// </summary> public class AppController : ControllerBase { /// <summary> /// 日志组件 /// </summary> private readonly ILo 阅读全文
posted @ 2023-09-21 00:23 金科许俊 阅读(69) 评论(0) 推荐(0) 编辑
 
摘要: 1、发布 2、拷贝 3、运行 cd /MySelf/Core_Jun ./Core.Jun.DataCollect 2>&1 阅读全文
posted @ 2023-03-26 13:39 金科许俊 阅读(70) 评论(0) 推荐(0) 编辑
 
摘要: 下载地址 https://files.cnblogs.com/files/blogs/745639/net6.0-windows.rar?t=1674114312 阅读全文
posted @ 2023-01-19 15:44 金科许俊 阅读(107) 评论(0) 推荐(0) 编辑
 
摘要: /* * BACnet_AI 0 模拟输入。定义一个标准对象,其属性表示模拟输入的外部可见特征。 BACnet_AO 1 模拟输出。定义一个标准对象,其属性表示模拟输出的外部可见特征。 BACnet_AV 2 模拟值。定义一个标准对象,其属性表示模拟值的外部可见特征。 BACnet_BI 3 二进制 阅读全文
posted @ 2023-01-16 12:50 金科许俊 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1、动画 // property 动画要改变的图元的属性名 // accessType property的类型,枚举如下: // null 默认类型,如property为width,采用getWidth()和setWidth(value)的get/set或is/set方式存取。 // style 如 阅读全文
posted @ 2023-01-16 10:32 金科许俊 阅读(45) 评论(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 金科许俊 阅读(18) 评论(0) 推荐(0) 编辑
 
摘要: 1、新建.service文件 cd /etc/systemd/system //进入改目录 touch Core.service // 新建Core服务文件 vi Core.service // 编辑 2、插入下面代码注意自己的服务名,以及项目地址 [Unit]Description=Core//项 阅读全文
posted @ 2022-11-08 18:39 金科许俊 阅读(233) 评论(0) 推荐(0) 编辑
  2024年9月22日
摘要: Vs2022 nuget 本地包路径不能含有大写字符,否则会报错NU1301 阅读全文
posted @ 2024-09-22 23:22 金科许俊 阅读(20) 评论(0) 推荐(0) 编辑
  2024年2月2日
摘要: 1、 安装WebView2 2、新建index.html 并下载echart.min.js到本地 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width 阅读全文
posted @ 2024-02-02 13:47 金科许俊 阅读(100) 评论(0) 推荐(0) 编辑
  2023年12月3日
摘要: import { decodeRGBE } from '@derschmale/io-rgbe'; //引入io-rgbe //读取Hdr文件 const ReadHdrFile = (buffer: ArrayBufferLike & { BYTES_PER_ELEMENT?: undefined 阅读全文
posted @ 2023-12-03 13:06 金科许俊 阅读(64) 评论(0) 推荐(0) 编辑
  2023年11月2日
摘要: 1、新建 full.ts // 导出Full对象 export const Full = { // 挂载函数 mounted(el: any, binding: any) { // 获取传入的函数 const handler = binding.value // 设置事件监听的参数 const op 阅读全文
posted @ 2023-11-02 01:01 金科许俊 阅读(378) 评论(0) 推荐(0) 编辑
  2023年9月16日
摘要: 1、发布应用程序 2、下载 instsrv.exe和srvany.exe https://files.cnblogs.com/files/blogs/745639/instsrsrvany.rar?t=1694794508&download=true 3、注册服务 1、以管理员身份运行cmd 2、i 阅读全文
posted @ 2023-09-16 00:34 金科许俊 阅读(71) 评论(0) 推荐(0) 编辑
  2023年7月10日
摘要: systemctl start mongodb.service 无法启动mongodb服务 1、删除data目录下 mongod.lock文件 2、执行 /usr/software/mongodb/bin/mongod -f /usr/software/mongodb/conf/mongo.conf 阅读全文
posted @ 2023-07-10 11:04 金科许俊 阅读(26) 评论(0) 推荐(0) 编辑
  2023年3月6日
摘要: 1、迅雷下载windows版本 win64_11gR2_database_1of2 和win64_11gR2_database_2of2 链接 Orcale 11 Linux 64 安装包下载 - 金科许俊 - 博客园 (cnblogs.com) 2、将win64_11gR2_database_2o 阅读全文
posted @ 2023-03-06 22:32 金科许俊 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (64-bit)http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_1of2. 阅读全文
posted @ 2023-03-06 18:02 金科许俊 阅读(855) 评论(0) 推荐(0) 编辑