如何从Web服务器检查计算机系统信息 [英] How to check Computer system information from web server

查看:125
本文介绍了如何从Web服务器检查计算机系统信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究一个程序,该程序要收集系统信息以确定计算机是否与软件兼容.我想将该程序添加到网站上,以供访问者检查他们的机器.到目前为止,它已被上传到Web服务器.但是它只检查Web服务器,而不是检查用户计算机.我是否缺少连接功能或某些连接到用户计算机的东西,例如可能连接到本地主机或类似的东西.任何建议或帮助将不胜感激.谢谢.

I am working on a program that i want to gather system information in order to determine if the computer is compatible with software. I would like to add the program to a website for visitors to check their machine. so far it had been uploaded to a web server. but instead of checking the users machine, it only checks the web server. Am i missing like a connect function or something to connect to the user machine, like possibly to connect to localhost or something of the sort. Any advice or help will be greatly appreciated. Thanks.

推荐答案

您希望从客户端计算机获取什么样的信息?

What sort of information are you looking to obtain from the client machine?

您可以在Javascript中检查操作系统客户端:

You can check the operating system client-side in Javascript:

http://www.programmersheaven.com/mb/java-script/215704/215704/how-to-retrieve-clients-system-info/

不幸的是,如果不在客户端计算机上运行,​​就无法检查RAM,硬盘空间之类的东西,因此您的安装包将需要验证这些要求.

Unfortunately you can't check things like RAM, hard disk space without running on the client machine, so your installation package would need to verify these requirements.

这篇关于如何从Web服务器检查计算机系统信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆