https://www.cnblogs.com/max1995/p/15410169.html
1.格式如下
1
|
|
2.例子
1
|
|
https://www.cnblogs.com/max1995/p/15410169.html
1
|
|
1
|
|
https://www.cnblogs.com/la-isla-bonita/p/3581362.html
CentOS 6.5
php配置文件的默认路径 /etc/php.ini
可查看
session.save_path = “/var/lib/php/session”
删除指定 session 即可强制退出已经登录的用户
https://www.cnblogs.com/Thenext/p/13780745.html
先到管理工具->服务,将“windows time”服务停止并设为手动启动。
打开虚拟机内的注册表,找到
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VBoxService项下的ImagePath键,将其值修改为system32\VBoxService.exe –disable-timesync
以上是针对虚拟windows系统。