问题标签 [measurement-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 调试 National Instruments Measurement Studio(未加载符号)
我遇到了ScatterGraph
来自 NI Measurement Studio 2015 的问题,请参阅后台工作人员:确保 ProgressChanged 方法在执行 RunWorkerCompleted 之前已完成。
现在我想调试ScatterGraph
.
但我找不到以下 dll 的 pdf 文件:
- NationalInstruments.UI.WindowsForms.dll
- NationalInstruments.UI.dll
- NationalInstruments.Common.dll
National Instruments 不提供吗?或者我在哪里可以找到它们?
sql-server - 如何在 SQL 查询中使用 IP 地址而不是服务器名称
例如,如何在 Sql 查询中使用 ipaddress 而不是服务器名称。
而不是[serverName].[databaseName].[dbo].[TableName]
我想从xx.xx.xxx.xx
IP 地址系统获取信息。
而不是 serverName 我想从这台安装了 MSSQL 服务器的 PC 获取数据。
c# - 测量工作室图表,集合被修改异常
我对测量工作室 dll 的图形(我有很少的此类实例)有疑问。在发生了几次之后,我得到Collection was modified; enumeration operation may not execute.
了但异常未处理,所以我无法确切地看到它发生在哪里。我在互联网上发红是因为我没有在 UI 线程中提供图形,但我认为我不在 UI 线程之外:
我得到的确切错误:
你有什么想法来解决这个问题吗?