随笔 - 272  文章 - 0  评论 - 283  阅读 - 142万
03 2017 档案
python程序打包
摘要:环境: CentOS6.5_x64Python版本 : 2.6 使用pyinstaller打包 pyinstaller可以将python程序打包成二进制文件,打包后的文件在没有python的环境中也可以执行(但要有相关底层libc相关so文件)。pyinstaller支持将python程序打包成单个 阅读全文
posted @ 2017-03-21 19:58 Mike_Zhang 编辑
ubuntu1604安装tensorflow
摘要:操作系统 :ubuntu-16.04.2-desktop-amd64tensorflow版本: 1.0.0python版本 : 2.7.12 开启ssh : 安装pip : 安装tensorflow : github地址:https://github.com/tensorflow/tensorflo 阅读全文
posted @ 2017-03-13 12:40 Mike_Zhang 编辑
使用python操作InfluxDB
只有注册用户登录后才能阅读该文。
posted @ 2017-03-12 19:01 Mike_Zhang 编辑
使用curl操作InfluxDB
摘要:这里列举几个简单的示例代码,更多信息请参考InfluxDB官方文档: https://docs.influxdata.com/influxdb/v1.1/ 环境: CentOS6.5_x64InfluxDB版本:1.1.0 创建数据库 curl -i -XPOST http://localhost: 阅读全文
posted @ 2017-03-11 09:25 Mike_Zhang 编辑
使用influx控制台工具操作InfluxDB
摘要:这里记录下influx控制台的简单使用,如需更多功能请参考InfluxDB官方文档: https://docs.influxdata.com/influxdb/v1.1/ 环境: CentOS6.5_x64InfluxDB版本:1.1.0 准备工作 启动服务器 执行如下命令: 示例如下: 启动控制台 阅读全文
posted @ 2017-03-07 18:51 Mike_Zhang 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示