PHP版<?php // 设置时区 date_default_timezone_set('Asia/Shanghai'); function Sec2Time($time){ if(is_numeric($time)){ $value = array( "years" => 0, "days" =&g...
粗体/斜体**粗体** *斜体* 粗体 斜体高亮有两种方式,一种是用 < code > 包住,一种使用 `` 包住。<code>第一种</code> `第二种` 第一种 第二种标题# 一级标题 ## 二级标题 ### 三级标题 一级标题二级标题三级标题列表- 无序列表 * 无序列表 1. 有序列表 2. 有序列表 无序列表无序列表有序列表有序列...
安装PHP拓展sudo apt-get install -y php php-fpm php-curl php-gd php-intl php-mbstring php-mysql php-imap php-opcache php-sqlite3 php-xml php-xmlrpc php-zip 查看php版本 验证是否成功php -v 安装Nginxsudo apt-get insta...
注册管理地址:https://accounts.zerotier.com/ Linux安装指令curl -s https://install.zerotier.com/ | sudo bash 添加开机自启sudo systemctl enable zerotier-one.service 启动zerotier-one.servicesudo systemctl start zerotier...