问题标签 [hardware]
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.
memory - 在 64 位机器上安装 32 位操作系统是否会提高带宽?
Knuth最近反对64 位系统,他说对于适合 4 GB 内存的程序,“它们实际上丢弃了一半的缓存”,因为指针是 32 位系统上的两倍。
我的问题是:可以通过在 64 位机器上安装 32 位操作系统来避免这个问题吗?是否有任何带宽密集型基准可以证明这种情况下的优势?
visual-studio-2008 - 好的开发显卡和一般的游戏显卡有区别吗?
作为参考,这适用于 Visual Studio 2008,其中有相当数量的 WinForms 与 VS 设计器一起工作。
在相同的价格范围内,您是否会在开发设备中寻找某些规格,而不是在游戏机中获得什么规格?
编辑:我问的原因是在我的笔记本电脑上我可以正常运行中低端游戏,有时在应用程序之间切换时仍有相当长的时间重绘。(我在浏览器上平均打开大约 20 个标签,并且喜欢一次打开 10-15 个应用程序),并且与 VS 设计器一起处理诸如 TableLayoutPanel 之类的事情需要 10-15 秒进行更改等等。我想要一个非常流畅的体验。
performance - 哪些硬件变化对 WebLogic 性能影响最大?
在为 WebLogic 服务器请求硬件时,哪种硬件最能提高其性能?我应该给它大量内存、CPU、快速硬盘吗?操作系统将是 Redhat 4 Standard 或 Enterprise。
windows - 窗户温度监视器
作为客户端应用程序的一部分,我需要有一个报告温度信息(主板、CPU、HDD)的部分。我知道有独立的应用程序,例如 CPUID 的硬件监视器,但同样,这些是独立的,我需要可以与之交互的东西。
有没有这样的应用程序有 API 或开源,所以我可以利用他们的源代码?除了需要在 Windows XP 上运行之外,我还有其他语言首选项。谢谢。
security - 7 次或 35 次擦除如何工作?为什么要使用这些方法?
7 遍和 35 遍擦除如何以及为何起作用?一个简单的全零重写不应该足够吗?
3d - gpu, old hardware, 3d acceleration and a lib
i am writing a 2d lib which will have 3d acceleration but i'd like to do it in a way that it will efficiently run on older HW. Possibly typedefs to hide options/functions that your targeted mode does not support. (also there may be emulation func turned on)
What are some of the things older HW do? here is a list of questions and things i know of.
- Tiles, this will be unsupported. Its to old, my lib will support pixel access
- Single pixel buffer with scrolling. Example GBA
- multiple surface with surface to surface quick blt (no stretch)
- multiple surface with surface to surface quick blt with stretch (maybe this was emulated? does any HW stretch images for you?)
- HW pixel fill (i thought i saw the option in DX)
- HW transparent colour? (colour which is transparent, thought i seen in DX specs)
- Textures, older use to be a power of 2. The width does not have to be the same power of 2 as height? (example 64x256), does any require them to be the same
- Textures, newer HW can have them any width and height (or is this a lie?)
- Textures can be in crazy formats (ARGB 8888, ABGR 8888, ABGR 2 10 10 10)
Also, i cannot do a texture to texture blit? as in copy 60x40 from texture A to B in HW ? Also can textures be in palette? (i wont support this) and finally i should keep in mind about shaders 8)
What else am i missing?
sql-server-2008 - Win2k8 + SQL Server 2008 x64 - AMD Quad Opteron vs Intel Quad Xeon - 真正的基准
我们正在获得新的服务器。试图弄清楚 AMD 与英特尔的圣战。有没有什么地方可以找到这两个处理器系列的无偏见性能比较?我是否应该停止担心这个并将其归档到“没关系”类别中。
apache - SSL 大于 40 位的电子商务应用程序的系统要求
我需要定义使用 SSL(超过 40 位)构建电子商务 Web 应用程序的系统要求硬件和软件。我没有使用 SSL 的经验,所以我不知道如何配置或我需要什么 apache 版本。这是我的想法:
操作系统 Linux
Web 服务器:Apache
DBMS:MySQL 5.0 或更高版本
应用服务器:Tomcat 5.5 或更高版本
Java 1.5 或更高 版本
内存:576 MB
磁盘空间:10 GB
数据传输限额:75GB
双核 AMD Opteron(tm) 处理器 270
有谁知道我需要哪个 Apache/Tomcat 版本来支持 SSL(超过 40 位)
提前致谢!
css - 防止屏幕烧伤
我编写了一个帮助台监视器应用程序,该应用程序设计用于支持部门的大等离子屏幕上,该应用程序有 5 个围绕它旋转的视图,大多数屏幕的内容不同,但它们有一些共同的组件,是一个silverlight控件和一个CSS背景图像。
我担心一段时间后这些会被烧到屏幕上,我已经研究了解决这个问题的技术,有些人建议每隔几秒将图像移动一个像素或显示不同的视图。
我只是不知道这些技术是否足够。
确保我在 1-50% 的时间内使用不同的 CSS 背景和一点银光动画真的可以解决这个问题吗?在其他 99-50% 的时间里,相同的图像会出现在相同的位置。