需求 添加一块新的硬盘,保存数据之用 VritualBox添加硬盘的方法略,添加好的,基本命令如下: fdis… 继续阅读 CentOS 8 添加新硬盘
Apache 更换SSL证书不匹配异常
环境 Windows 2008 + BT [apche + php cgi] 操作 在BT的界面上传了新申请的… 继续阅读 Apache 更换SSL证书不匹配异常
PHP 添加 Zookeeper 扩展
环境: Centos 7 + PHP 7.2 下载相应版本的扩展包 版本:zookeeper-0.7.2.tg… 继续阅读 PHP 添加 Zookeeper 扩展
Jenkins 安装与部署
下载地址 官方: https://pkg.jenkins.io/redhat/ https://jenkins… 继续阅读 Jenkins 安装与部署
PHP 调用GD库错误
错误信息: PHP Fatal error: Call to undefined function image… 继续阅读 PHP 调用GD库错误
Linux命令: lsof
作用 查看某个进程打开的文件句柄。可以跟踪进程所打开的socket、file、资源 用法 lsof -p 进程… 继续阅读 Linux命令: lsof
Win8.1安装httpd报错
信息如下: pi-ms-win-crt-runtimel1-1-0.dll缺失 直接安装VC redit.ex… 继续阅读 Win8.1安装httpd报错
Nginx 配置 TinkPHP 5.1
server { listen 8082; server_name 192.168.56.99; index … 继续阅读 Nginx 配置 TinkPHP 5.1
Golang 日期格式化
格式字符: const AcDateFormat string = “2006-01-02 15:04:05″… 继续阅读 Golang 日期格式化
Golang Http POST 发送PB数据
func ProtoWrite() { p1 := &behavior.Picture{ Filena… 继续阅读 Golang Http POST 发送PB数据