问题标签 [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 - 从命令行界面获取系统信息
我正在尝试创建一个脚本,该脚本在运行时将输出该计算机规格的文本文件。
是否有提供命令行界面的程序以在 Windows 操作系统上生成包含简化计算机规范的文本文件?
只是基本的消费者信息。即:RAM、CPU、HDD 等。我不需要或想要关于计算机的每一个细节。
我知道 MSinfo32、DxDiag、Speccy 提供导出功能,但 Speccy 不通过 CLI 提供自动化,另外两个只是导出所有系统信息的全局。其中大部分是个人的,对于我需要的东西来说是不必要的。
我能想到的唯一两种解决方法是使用 Windows 等效的 grep/cat/awk 命令来仅筛选出必要的信息。看到每个系统显然会有不同的规格,这可能会被证明是相当乏味的。或者,使用一个程序(如果存在)来指定要收集哪些规范以及省略哪些规范。
datetime - Pentaho:获取系统信息 - 获取上个月
正如标题所示,我想使用获取系统信息中的给定月份来获取上个月。我用Get System Info
step 来获取今天的月份和年份,然后我想从那里得到上个月。这样它就会是动态的,我可以在任何一天运行它并且仍然可以获得正确的过滤器,而不是制作硬编码的年份和月份。这可能吗?如果是这样,我该怎么做?
powershell - 如何在 powershell 中使用 System IO 来获取不带限定符的文件夹名称
我的目的是通过文件夹递归并通过拍摄日期 - 文件夹名称重命名图片文件。
如果我使用以下方法在包含照片的目录中运行该代码,则该代码有效:
在下面的示例中,我将如何仅获得“Windows”。任何其他解决方案都会有所帮助。谢谢。
Get-Item:
BaseName : explorer
Mode : -a---
Name : explorer.exe
Length : 2871808
DirectoryName : C:\Windows
Directory : C:\Windows
IsReadOnly : False
Exists : True
FullName : C:\Windows\explorer.exe
Extension : .exe
CreationTime : 27.04.2011 17:02:33
CreationTimeUtc : 27.04.2011 15:02:33
LastAccessTime : 27.04.2011 17:02:33
LastAccessTimeUtc : 27.04.2011 15:02:33
LastWriteTime : 25.02.2011 07:19:30
LastWriteTimeUtc : 25.02.2011 06:19:30
Attributes : Archive
assembly - 使用引导加载程序获取计算机信息
我正在研究操作系统开发,我想知道如何获取计算机信息,如主板型号、硬盘大小、处理器速度等。
也许我可以使用一些 BIOS 中断,但我找不到任何人。
PD:没有操作系统,我应该能够从用 NASM 编写的引导加载程序中获取此信息。
cmd - 如何根据 wmic 输出计算脚本中的总系统负载?
当我在 Windows 7 上使用下面提到的命令行或在笔记本电脑上的 cmd.exe shell 中使用类似的命令行时,我得到如下信息:
在服务器类机器上做同样的事情给了我这样的东西:
- 为什么输出可能不同的一些背景知识......
在笔记本电脑(德语 Windows)上执行 systeminfo 如下所示:
在服务器上执行相同操作如下所示:
--后台程序结束。
我现在的问题是:
我怎样才能一直得到shell上系统负载的总和?(而不是服务器案例中提供的每个处理器列表)
也许一些 cmd.exe 魔法是可能的,或者在这种情况下,除了 'wmic' 之外的其他东西会更好地为我服务。我可能想坚持使用标准程序和工具,而不是添加第三方软件。因此,该解决方案有望无处不在。
android - 我如何知道哪个版本的 Android 生成了系统映像?
我拥有来自死机 Android 设备的所有文件和目录。除了它死时内部驱动器上的内容之外,我没有关于该设备的更多信息。什么文件可以表明现在死机的设备在死机时正在运行什么操作系统?
ssas - 在 SSAS 上查询维度/事实表 ID
我有带有分析表格模型的 SSAS 服务器。它有几个维度和事实表。
我想为处理维度/事实表创建动态 XMLA 代码。使用 SSMS,我可以编写示例 XMLA,如下所示:
我在哪里可以找到 SSAS 上模型的 DatabaseID / DimensionID 信息,以便我可以将其用于动态脚本?是否有任何 DMV(或类似的)可以向我返回此类信息?
go - golang执行命令出错
我试图在 Golang 中获取操作系统名称 下面是我的代码。
但是当我执行代码时,我收到了这条消息
命令是对的。当我尝试单独执行命令时,它工作正常。帮助我解决这个问题 提前致谢。
c++ - Qt check if current process is 32 or 64 bit
I have a 32bit and a 64bit version of my application and need to do something special in case it's the 32bit version running on 64bit Windows. I'd like to avoid platform specific calls and instead use Qt or boost. For Qt I found Q_PROCESSOR_X86_32 besides Q_OS_WIN64 and it seems this is exactly what I need. But it doesn't work:
This puts out nothing when running the 32 bit App on my 64 bit Windows 7. Do I misunderstand the documentation of these global declarations?
Since there's some confusion: This is not about detecting the OS the app is currently running on, it's about detecting the "bitness" of the app itself.
c# - C# Win. Form - How to get "System Summary" from "msinfo32"
I am creating a utility software in which it stores all the details of the PC and i managed to find a program which contains all the details i want "msinfo32". The problem at this very moment is i don't know how to get this information in the software as fast as possible.
Please help me with a piece of code snippet
Thanks in advance