~$ 存档

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  514 随笔 :: 26 文章 :: 15 评论 :: 62万 阅读
< 2025年3月 >
23 24 25 26 27 28 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 29
30 31 1 2 3 4 5

06 2021 档案

摘要:ansible 简介 ansible 是什么? ansible是新出现的自动化运维工具,基于Python开发,集合了众多运维工具(puppet、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。 ansible是基于 paramiko 开发的,并且基于模 阅读全文
posted @ 2021-06-29 13:42 LuoTian 阅读(195) 评论(0) 推荐(0) 编辑

摘要:在shell中常用的特殊符号罗列如下:# ; ;; . , / \ 'string'| ! $ ${} $? $$ $* "string"* ** ? : ^ $# $@ `command`{} [] [[]] () (()) || && {xx,yy,zz,...}~ ~+ ~- & \<...\ 阅读全文
posted @ 2021-06-18 15:34 LuoTian 阅读(405) 评论(0) 推荐(0) 编辑

摘要:package main import ( "bytes" "crypto/sha256" "encoding/binary" "fmt" "log" "strconv" "time" ) type Block struct { Height int64 PrevBlockHash []byte D 阅读全文
posted @ 2021-06-15 14:04 LuoTian 阅读(630) 评论(0) 推荐(0) 编辑

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