会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhou
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
28
下一页
2018年9月30日
xrandr
摘要: ubuntu 外接显示器 xrandr常用命令(这里的VGA与LVDS分别换成第1步中的设备名,如VGA1、LVDS1):
阅读全文
posted @ 2018-09-30 13:33 静静别跑
阅读(874)
评论(0)
推荐(0)
2018年9月29日
mongodb
摘要: 数据库操作 1. 查看数据库: 2. 创建数据库: 3. 删除数据库: 集合(table)操作 1. 查看集合: 2. 创建集合: 在插入文档时,MongoDB 首先检查固定集合的 size 字段,然后检查 max 字段。 示例:创建固定集合 mycol,整个集合空间大小 6142800 KB, 文
阅读全文
posted @ 2018-09-29 17:45 静静别跑
阅读(118)
评论(0)
推荐(0)
2018年9月27日
cannot find package "golang.org/x/crypto/pbkdf2" in any of:
摘要: cannot find package "golang.org/x/crypto/pbkdf2" in any of: /Users/zhou/go/src/mos.market/vendor/golang.org/x/crypto/pbkdf2 (vendor tree) /usr/local/g
阅读全文
posted @ 2018-09-27 13:49 静静别跑
阅读(1273)
评论(0)
推荐(0)
2018年9月26日
Git remote 修改源
摘要: Git remote 修改源
阅读全文
posted @ 2018-09-26 17:31 静静别跑
阅读(150)
评论(0)
推荐(0)
git-gitignore
摘要: mac环境: - 写入git的配置文件里: 查看是否成功:
阅读全文
posted @ 2018-09-26 16:38 静静别跑
阅读(151)
评论(0)
推荐(0)
golang sort包 排序
摘要: []float64: []int: string: 复杂结构: 1. [][]int : 2. []map[string]int [{"k":0},{"k1":1},{"k2":2] : 3. []struct : 4. 复杂的时候,按float64类型排序:
阅读全文
posted @ 2018-09-26 14:00 静静别跑
阅读(8132)
评论(0)
推荐(1)
2018年9月16日
golang文件下载断点续传(下载客户端)
摘要: 客户端: 另外一个例子: 传送门:https://blog.csdn.net/luckytanggu/article/details/79830493 无断点续传:https://www.jianshu.com/p/b49cc19d26f0
阅读全文
posted @ 2018-09-16 20:25 静静别跑
阅读(3235)
评论(0)
推荐(0)
2018年9月14日
docker compose
摘要: makeFile: 编译 并推送到 docker.leaniot.cn仓库 make命令: docker compose 命令: yml文件: 。。。。略
阅读全文
posted @ 2018-09-14 19:51 静静别跑
阅读(206)
评论(0)
推荐(0)
2018年9月10日
influxdb
摘要: influxdb官方文档:https://docs.influxdata.com/influxdb/v1.6/introduction/getting-started/ docker安装 远程连接: 数据库与表操作: 增 insert weather,altitude=1000,area=北 tem
阅读全文
posted @ 2018-09-10 14:52 静静别跑
阅读(471)
评论(0)
推荐(0)
2018年9月6日
docker使用 命令
摘要: Dockerfile 使用Dockerfile生成镜像 生成容器:
阅读全文
posted @ 2018-09-06 19:24 静静别跑
阅读(149)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
28
下一页
公告