上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 阅读全文
posted @ 2018-03-14 10:00 小秒 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.安装setuptools pip install python-setuptools 2.创建一个简单的包 下载demo https://github.com/cp-m/py-sdk-demo.git 执行python setup.py bdist_egg即可打包一个test的包了。 看一下生成 阅读全文
posted @ 2018-03-12 15:22 小秒 阅读(4065) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-03-04 12:37 小秒 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 环境搭建参考地址:http://www.cnblogs.com/cp-miao/p/7505910.html 阅读全文
posted @ 2018-01-09 19:25 小秒 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: 接口获取docker centos 镜像的 tag 列表脚本 如果请求不成功会放回错误信息,让你去正确的地址取token。 根据下面信息去 GET token : http://b.p.xxx.cn:3000/v2/token?service=b.p.xxx.cn:5000&scope=reposi 阅读全文
posted @ 2017-10-26 12:55 小秒 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 还存在的问题,如果通过nginx 转发推过去的镜像,在web页面显示比较慢,需要等定时任务发现了才能及时显示出来,如果通过b.p.xxx.cn:5000加端口push 的镜像就比较快显示出来。只影响到显示,不影响正常使用。 获取代码:git clone https://github.com/SUSE 阅读全文
posted @ 2017-10-11 13:38 小秒 阅读(513) 评论(0) 推荐(0) 编辑
摘要: git clone --branch master https://github.com/openresty/lua-resty-redis.git yum install openssl openssl-devel wget http://tengine.taobao.org/download/t 阅读全文
posted @ 2017-09-11 17:15 小秒 阅读(901) 评论(0) 推荐(0) 编辑
摘要: yum -y install git yum -y install patch yum -y install pcre-devel yum install -y zlib-devel mkdir /opt/nginx/ && cd /opt/nginx/ wget https://openresty 阅读全文
posted @ 2017-08-17 16:03 小秒 阅读(1950) 评论(0) 推荐(0) 编辑
摘要: smbd : yum install samba samba-client samba-swat mount.cifs : yum -y install cifs-utils ##挂载nas 文件用的。 smdb部署 阅读全文
posted @ 2017-07-19 15:13 小秒 阅读(823) 评论(0) 推荐(0) 编辑
摘要: rsync : wget http://rsync.samba.org/ftp/rsync/src/rsync-3.1.1.tar.gz Sersync: wget https://raw.githubusercontent.com/wsgzao/sersync/master/sersync2.5. 阅读全文
posted @ 2017-07-19 15:11 小秒 阅读(452) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页