我的投影仪 (Acer H6520BD) 具有即时关闭设置。当它打开时,当我按下电源时,投影仪会立即关闭。如果关闭即时关闭设置,投影机将保持活动状态数十秒。在此期间,灯发出微弱的光,我听到风扇运转的声音。
手册和软件都没有提供任何一种模式的缺点或优点。
据我观察,即时关闭具有立即关闭的优势,而非即时关闭则没有优势。然而,即时关闭默认情况下是关闭的。他们选择这种明显劣质的模式作为默认模式似乎是有原因的。
所以我的问题是:即时关闭有什么隐藏的缺点吗?立即关闭灯可能不好吗?
我已经成功安装了 Apache 2、MySQL 和 PHP。
mysql --version
mysql Ver 14.14 Distrib 5.7.27, for Linux(x86_64) using EditLine wrapper
apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2019-08-26T13:43:29
php -v
PHP 7.0.33-0ubuntu0.16.04.6 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33-0ubuntu0.16.04.6, Copyright (c) 1999-2017, by Zend Technologies
我想将文件保存在htdocs
文件夹中,但在我的/opt/
目录中没有/opt/lampp/
目录。
bash-4.3$ pwd
/opt
bash-4.3$ ls
google
跑灯。
当我在本地主机中打开一个名为 eduwatch 的特定项目文件夹时(其他项目工作正常),出现以下错误。
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Apache/2.4.25 (Debian) Server at localhost Port 80
我继续检查 Apache 日志,发现了这个,
::1 - - [23/Apr/2019:08:56:44 +0530] "GET /eduwatch/ HTTP/1.1" 500 799 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0"
这是另一个名为 bl 的工作项目目录的日志,只是为了比较。799 对 521。
::1 - - [23/Apr/2019:09:00:16 +0530] "GET /bl/ HTTP/1.1" 200 521 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0"
我无法从此日志中推断出任何内容。谁能帮忙?
我有一家电子商务商店,我注意到在随机时间间隔内会创建两次订单,有时是 3 次。我在 Apache 的访问日志中发现了一些奇怪的东西,这似乎是原因:
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:09 +0200] "POST /da/index.php?option=foo&task=orders.ajaxCheckActionPermissions HTTP/1.1" 200 218 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:18 +0200] "POST /da/ordrer HTTP/1.1" 303 456 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:20 +0200] "GET /da/ordrer HTTP/1.1" 200 13158 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:22 +0200] "GET /da/index.php?option=foo&task=shop.ajaxGetShoppingCart&_=1554702922260 HTTP/1.1" 200 762 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:18 +0200] "POST /da/ordrer HTTP/1.1" 303 456 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:23 +0200] "GET /da/ordrer HTTP/1.1" 200 13158 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
SAME.IP.ADDRESS - - [08/Apr/2019:07:55:24 +0200] "GET /da/index.php?option=foo&task=shop.ajaxGetShoppingCart&_=1554702924422 HTTP/1.1" 200 761 "http://www.example.org/da/ordrer" "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
第二个 POST 是原始表单提交,后面的 2 个 GET 正常运行。但是,下一个 POST 与上一个 POST 具有相同的时间戳。
我认为这可能是一个表单提交按钮被按下了两次,但我有 JS 阻止了这种情况,更不用说整个结帐页面都由 JS 提供支持,所以用户无法完成结帐过程,所以它不可能是双击。
会不会是 Apache 的配置问题?或者完全不同的东西?我对 Apache 不是很了解,但我会按要求提供信息。
我正在运行一个 LAMP 堆栈: