logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决docker 容器时区不同步的方法

1、docker run -v /etc/localtime:/etc/localtime,centos、ubuntu下没问题,但此命令会在mac下报The path is not shared from OS X and is not known to Docker,可以采取下面的几个方法2、docker run -e TZ=Asia/Shanghai 这个好像最简单了3、自己制...

终于安装上了linux php oci8扩展

折腾了将近5个小时。终于把linux php oci8的扩展给安装上去了。在此感谢:http://blog.s135.com/post/411 1、首先到http://www.oracle.com/technetwork/topics/linuxsoft-082809.html下载 oracle-instantclient11.2-basic-11.2.0.2.0.i386.rpm

#linux#php#apache
python 获取linux 本机IP地址

#!/usr/bin/env python#coding: utf-8import psutilimport socketimport structimport fcntldef getip(ethname):s=socket.socket(socket.AF_INET, socket.SOCK_DGRAM)return socket.inet_ntoa(fcn

到底了