修改php . ini文件后,需要重启Web服务器,php才能启用新设置。
After modifying php.ini, you will need to restart your Web server so PHP picks up the new setting.
打开数据库并重新设置日志——alter database open resetlogs(注意,使用resetlogs打开后将创建联机日志文件)。
Open the database and reset the logs - alter database open resetlogs (Note after opening using resetlogs will create online log files).
编写一个测试清理方面,自动在每次测试后像在例子中那样重新设置方面从概念上来说是简单的,但是其细节超出了本文的范围。
Writing a test-cleanup aspect to automatically reset aspects like the one in the example after each test is conceptually simple, but the details are beyond the scope of this article.
应用推荐