我在 Windows Server 2008 上使用 Web 平台安装程序安装了多个 drupal 7 站点。
直到知道他们工作没有任何问题,但最近内部服务器错误 500 开始出现(每隔这么多请求一次),现在它发生在任何 php 站点的所有请求中。
没有太多细节可以继续,从它工作到现在之间没有任何变化(反正我什么都不知道)
日志文件中充斥着诸如
[09-Aug-2011 09:08:04] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 261904 bytes) in Unknown on line 0
[09-Aug-2011 09:08:16] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 261904 bytes) in Unknown on line 0
[09-Aug-2011 09:08:16] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 261904 bytes) in Unknown …
Run Code Online (Sandbox Code Playgroud) 我正在寻找串行端口监控的 Wireshark。我更喜欢免费/开源软件,但如果价格合理,我愿意考虑商业解决方案。
它需要与 Windows Vista/7 兼容,并将用于监控同一台计算机上两个 com 端口之间的所有数据流量。
我正在开发需要通过 RS232 接口与硬件通信的软件。为了进行测试,我目前正在使用 2 个使用 RS232 电缆相互连接的 USB-TO-SERIAL 设备。(当然,两个 USB 设备都连接到同一台计算机)。
虽然完全可以通过这种方式进行测试,但我想知道是否无法在我的系统上创建 2 个虚拟 com 端口并将它们相互连接。
我使用的是 Windows 7 RC1