仁科环境监控平台 温湿度采集 报错

news/2024/9/25 19:18:20
應用程式: Monitor.exe Framework 版本: v4.0.30319 描述: 處理序已終止,因為有未處理的例外狀況。例外狀況資訊: System.AccessViolationException 於 Gecko.SpiderMonkey.JS_ExecuteScript_Win32(IntPtr, IntPtr ByRef, Gecko.MutableHandleValue ByRef) 於 Gecko.SpiderMonkey.JS_ExecuteScript(IntPtr, System.String, Gecko.JsVal ByRef) 於 Gecko.SpiderMonkey.JS_EvaluateScript(IntPtr, System.String, UInt32, System.String, UInt32, Gecko.JsVal ByRef) 於 Gecko.AutoJSContext.EvaluateScript(System.String, Gecko.nsISupports, Gecko.nsISupports) 於 Gecko.AutoJSContext.EvaluateScript(System.String, Gecko.nsIDOMWindow) 於 RK.WebBrowser.WebBrowser+<>c__DisplayClass7_0.<EvaluateScript>b__0() 例外狀況資訊: System.Reflection.TargetInvocationException 於 System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean) 於 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[]) 於 System.Delegate.DynamicInvokeImpl(System.Object[]) 於 System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry) 於 System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(System.Object) 於 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 於 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 於 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) 於 System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry) 於 System.Windows.Forms.Control.InvokeMarshaledCallbacks() 於 System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) 於 Gecko.GeckoWebBrowser.WndProc(System.Windows.Forms.Message ByRef) 於 System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef) 於 System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef) 於 System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) 於 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef) 於 System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32) 於 System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) 於 System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) 於 System.Windows.Forms.Application.Run(System.Windows.Forms.Form) 於 RK.Monitor.Program.Main() 

 

 

 

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.ryyt.cn/news/59915.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈,一经查实,立即删除!

相关文章

2024 ICPC复习 20-30页

https://www.luogu.com.cn/problem/CF1703G首先这个题一定要意识到 他是一个折半的操作 1e9最多被操作30次 所以我么完全dp第二维可以放这个次数 然后 dp数组就开出来了 时间复杂度也就明确了 对于某一个箱子 可以使用好钥匙打开也可以不用 用坏钥匙 好钥匙打开就是 dp i j=dp…

3、静态链表

1、静态链表初始化 head指向-1代表当前为空链表,pool指向下一个可用空间(在数组下标为2的空间),2指向3,3指向4,最后的指向0表示没有下一个节点,以此链接起来。2、实现代码#include<stdio.h> #include<malloc.h>#define MAX_SIZE 20typedef char ElemType;type…

终极 Nginx 配置指南

转自:https://www.toutiao.com/article/7412444010868687412/?app=news_article_lite&timestamp=1726183629&use_new_style=1&req_id=20240913072708897999327556746BD261&group_id=7412444010868687412&share_token=d101eb4b-9c8a-45a3-82f8-a9020419cc3…

MBR30200PT-ASEMI开关电源专用MBR30200PT

MBR30200PT-ASEMI开关电源专用MBR30200PT编辑:ll MBR30200PT-ASEMI开关电源专用MBR30200PT 型号:MBR30200PT 品牌:ASEMI 封装:TO-247 安装方式:插件 批号:最新 最大平均正向电流(IF):30A 最大循环峰值反向电压(VRRM):200V 最大正向电压(VF):0.70V~0..90V 工作温…

学习笔记 - 知识图谱的符号表示方法

学习笔记 - 知识图谱的符号表示方法 说明:首次发表日期:2024-09-13 个人阅读学习并摘录成笔记知识表示的相关名词定义以下内容摘录自 Knowledge Graphs Applied 2.3小节,然后AI翻译+人工润色。实体(Entities)---表示知识的核心概念,其他所有东西都是围绕其构建的。实体可…

[极客大挑战 2019]BabySQL

启动靶机熟悉的界面测试发现or被过滤且输入#号无法起到注释作用猜测本靶机考点过滤查询关键词语句or,union,select,and,by和注释符# 测试后查询关键词发现过滤只是单次过滤 可以使用aandnd,oorr,uunionnion等绕过过滤 而#则可以用urlencode编码格式变成%23绕过,接下来我们进行…

[NLP/AIGC/GPT] RAG : 检索增强型生成技术,智能体的外挂知识库

1 概述 : RAG RAG 技术的概念、起源 大家每天都会看到各种 RAG 框架、论文和开源项目,也都知道 RAG (Retrieval-Augmented Generation) 是检索增强型生成。 但大家还记得 RAG 这个概念源自哪里吗? RAG 概念来自 Facebook AI Research在 2020 年的一篇论文:《** Retrieval-Au…