问题标签 [system-information]
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.
windows - 找出给定用户模式故障转储的 CPU 型号
我的应用程序有一个崩溃转储。我的应用程序失败,因为某些用户说“无效指令”试图执行我在那里的一些 SSSE 指令。
在 WinDBG 中,我如何找出 CPU 型号,以便找到它的指令集,并支持指令集,或者更新应用程序的最低硬件要求?
这是输出!cpuid
:
google 说的其余命令可能有助于 (!errrec, !cpuinfo, !sysinfo) 打印“未找到导出”。
python - Windows下获取系统信息(CPU速度-总内存-显卡型号等)
我搜索了很多,但找不到任何有用的东西。这是否可以获得系统信息,例如;
在 Windows 下?我怎样才能达到这个输出?
编辑:platform.processor()
没有给出我想要的输出。所以这对我来说没用。
xamarin - Xamarin Forms - 当前的设备/系统类型是什么?
Microsoft Phone 10
当我意识到“UWP 是一个跨窗口逻辑”时,我正在调试我的应用程序,所以现在我正在使用我的计算机。
然而,一个问题出现在我的脑海中:
您如何知道/获取有关您的应用程序正在运行的系统类型的信息?
我的意思是这个问题,例如,我的应用程序当前是在手机上还是在计算机上运行?
感谢您的帮助 !
julia - 从 Julia 获取系统内存信息
有没有一种很好的方法可以在 julia 中获取当前系统信息(我的用例是内存,但基本上我也对我可以从top
在 linux 上运行获得的任何信息感兴趣)。
这就是我目前所拥有的:(基本上只是得到`free -m`的输出)<-我无法让我逃避反引号并保持代码突出显示......
Base 中有什么东西或任何更好的想法吗?
c# - C# Webservice 将数据从一个数据库复制到另一个数据库
我需要制作一个带有三个参数(DataTable dt、string connectionString、string table)的 web 服务,以将dt中的数据集成到给定的database.[table]中,但模式不同。
请问我该如何解决?
javascript - 将javascript中的长数字格式化为正确单位的最简单方法?
我正在构建一个可以在网站上显示系统信息的网络应用程序。它显示了运行“服务器”的电脑的硬件信息(温度、内存、cpu、风扇速度等)。它会打开一个显示此信息的 Web 服务器,该信息可通过网络访问。我正在使用流星、blazejs 和系统信息(https://github.com/sebhildebrandt/systeminformation)来做到这一点。系统信息将它从服务器获取的信息显示为长数字。这是我的html:
这在网站上显示
我想将长数字格式化为“总内存 X.yz GB”,并且对于不同的数据类似。是否有任何易于使用的库可供我使用?
这也是我的服务器 javascript 文件
和我的客户 javascript
macos - OSX 终端中的 CPU 线程状态
我需要 OSX 终端中每个 CPU 线程负载的信息。
有什么方法可以查看执行的线程负载吗?
PS:我看到了 Activity Monitor -> Window -> CPU Usage。
node.js - Node JS - Systeminformation, cpuTemperature function does not return temperature
I am working on a project where I want to access and display the temperature of my CPU. I found a tutorial where I via the "systeminformation" package can gain access to mutliple CPU stats. But when I use the cpuTemperature function it does not return the temperature, instead it returns "-1" and empty list and "-1".
Am I doing something wrong or is my CPU not supporting this type of event?
Tutorial I have used: https://github.com/sebhildebrandt/systeminformation
batch-file - 运行 systeminfo 后隐藏“加载处理器信息”
我对批处理文件有另一个问题(再次关于我的处理器速度跟踪器)。我想使用systeminfo,但是在信息显示之前,有一条令人讨厌的消息说
比一些难以辨认的文字说
其中 x 类似于“hyper-v”。
如何在不出现“正在加载 x 信息”的情况下使用 systeminfo?