摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 abcd KHG DETT dre ssae rtE [root@PC1 test]# awk '{$1 = toupper(substr($1, 1, 1)) sub 阅读全文
posted @ 2024-11-07 23:56 小鲨鱼2018 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 001、函数体内的变量名不可以和形参同名 a、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int max(int a, int b) { int k = 100; return a > b ? 阅读全文
posted @ 2024-11-07 15:38 小鲨鱼2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int max(int a, int b) // 创建一个名为max的函数 { int k = 100; if(a > b) { return 阅读全文
posted @ 2024-11-07 13:04 小鲨鱼2018 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Hifi和ONT 有什么区别 阅读全文
posted @ 2024-11-07 00:56 小鲨鱼2018 阅读(4) 评论(0) 推荐(0) 编辑