古越剑箫

学习是一种习惯

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
上一页 1 2 3 4 5 6 7 ··· 18 下一页

2020年8月26日

摘要: shell 流程控制语句 阅读全文
posted @ 2020-08-26 15:44 古越剑箫 阅读(186) 评论(0) 推荐(0) 编辑

摘要: shell test判断 阅读全文
posted @ 2020-08-26 15:43 古越剑箫 阅读(156) 评论(0) 推荐(0) 编辑

摘要: shell printf 阅读全文
posted @ 2020-08-26 15:41 古越剑箫 阅读(128) 评论(0) 推荐(0) 编辑

摘要: shell 数组 阅读全文
posted @ 2020-08-26 15:40 古越剑箫 阅读(109) 评论(0) 推荐(0) 编辑

摘要: shell运算符 阅读全文
posted @ 2020-08-26 15:37 古越剑箫 阅读(133) 评论(0) 推荐(0) 编辑

摘要: #!/bin/bash # shell 变量 echo "Hello World !" user_name=张三 #输出变量名 echo ${user_name} ###字符串拼接 echo "你好,"${user_name}"" echo "你好,${user_name}" #提取字符串长度 echo ${#user_name} #截取字符串,索引从0开始 address="... 阅读全文
posted @ 2020-08-26 15:36 古越剑箫 阅读(109) 评论(0) 推荐(0) 编辑

2020年8月16日

摘要: Windows10搭建ELK日志收集平台 阅读全文
posted @ 2020-08-16 15:38 古越剑箫 阅读(2030) 评论(0) 推荐(0) 编辑

2020年4月4日

摘要: jvm类加载 阅读全文
posted @ 2020-04-04 17:50 古越剑箫 阅读(142) 评论(0) 推荐(0) 编辑

2020年3月27日

摘要: 最近看到一道题目,尝试分析一下 public class TestBuMa { public static void main(String[] args){ int i=1; String str="Hi"; Integer num=2; int[] arr={1,2,3,4}; MyData myData=... 阅读全文
posted @ 2020-03-27 16:53 古越剑箫 阅读(199) 评论(0) 推荐(0) 编辑

2020年3月25日

摘要: HashMap源码 阅读全文
posted @ 2020-03-25 17:48 古越剑箫 阅读(200) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 18 下一页