2021-01-12 windows server 2008 R2系统配置ASP和PHP windows server 2008 R2系统配置ASP和PHP ASP配置选择IIS,下一步。根据需要自行选择。安装完成后打开 C:inetpubwwwroot 新建index.asp也可以打文件放在其它盘,在IIS修改下路径即可。index.asp文件代码如下,保存,浏览器输入 http://localhost/index.asp<% Response.write("Hello,world") %> PHP配置打开PHP官网,下载压缩包。https://windows.php.net/download/根据下载的 PHP 安装包名称,下载并安装 Visual C++ Redistributable 安装包。PHP 安装包对应需下载和安装的 Visual C++ Redistributable 安装包如下表所示:PHP 安装包名Visual C++ Redistributable 安装包下载地址php-x.x.x-nts-Win32-VC16-x86.zipMicrosoft Visual C++ Redistributable for Visual Studio 2019php-x.x.x-nts-Wi... Gong 2021-01-12 -windows教程-,-网站搭建问题- 1,720 阅读 0 评论 2021年01月12日 1,720 阅读 0 评论
2021-01-07 壁纸分享-二次元 壁纸 图片 动漫 壁纸分享-二次元 壁纸 图片 动漫 Gong 2021-01-07 -壁纸分享- 53 阅读 0 评论 2021年01月07日 53 阅读 0 评论
2021-01-07 壁纸分享-二次元 壁纸 图片 动漫 壁纸分享-二次元 壁纸 图片 动漫 Gong 2021-01-07 -壁纸分享- 41 阅读 0 评论 2021年01月07日 41 阅读 0 评论
2021-01-07 壁纸分享-二次元 壁纸 图片 动漫 壁纸分享-二次元 壁纸 图片 动漫 Gong 2021-01-07 -壁纸分享- 28 阅读 0 评论 2021年01月07日 28 阅读 0 评论
2021-01-06 centos系统下服务器修改时间日期 centos系统下服务器修改时间日期 [line]centos系统装好后有时系统时间不正确。[/line]使用 date 命令查看时间。[root@localhost ~]# date 2021年 01月 06日 星期三 20:18:28 CST将时间设置为20点16分30秒。[root@localhost ~]# date -s 20:16:30 2021年 01月 06日 星期三 20:16:30 CST将日期设置为2022年7月18日[root@localhost ~]# date -s 07/18/22 2022年 07月 18日 星期一 00:00:00 CST使用 hwclock -w 命令将系统时间同步到硬件时间。hwclock --show : 查看硬件时间[root@localhost ~]# hwclock -w [root@localhost ~]# hwclock --show 2022年07月18日 星期一 00时02分19秒 -1.042103 秒 Gong 2021-01-06 -centos教程- 1,982 阅读 0 评论 2021年01月06日 1,982 阅读 0 评论