问题 出在 /htdocs/include/common.inc.php ,头部被加了函数,如果从搜索引擎等过来。就会转向
操作方法:1.删除函数。 2. 将此文件设为只读不可写。
PHP
问题 出在 /htdocs/include/common.inc.php ,头部被加了函数,如果从搜索引擎等过来。就会转向
操作方法:1.删除函数。 2. 将此文件设为只读不可写。
datetime, 可视化,可以点选日历。
但更建议设置成BigInt, 长度设成13位,保险点,方便以后维护。
Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
这个实质是Chrome问题。
我碰上的场景是后台CSS没加载成功。网页变形了。
CTRL+F5刷新无效,最后找到那个CSS文件,直接访问,再强制刷新,加载成功。
再回头刷新网页,恢复正常。
hr – Horizontal-ruleul
ul – unorder lists
element, and point to a specific image’s URL using the
attribute.
An example of this would be:
Note that
elements are self-closing.
All
elements must have an
attribute. The text inside an
attribute is used for screen readers to improve accessibility and is displayed if the image fails to load.
Note: If the image is purely decorative, using an empty
attribute is a best practice.
Ideally the
attribute should not contain special characters unless needed.
注意:img不需要加闭合, hr也是如此。
计划一周完成responsive-web-design课程练习。
https://www.freecodecamp.org/learn/responsive-web-design/
https://www.w3.org/TR/2011/WD-html-markup-20110113/hr.html
参考这里的描述:
1.MYSQL 软件设置中,性能优化项,要根据机器内存来配置。
2. 添加定时任务,定时检查脚本。