摘要:
1、 #include <stdio.h> int main(void) { signed short ss= 100; unsigned short us= 100; signed int si= 100; unsigned int ui= 100; signed long sl= 100; un 阅读全文
posted @ 2021-07-26 21:29
小鲨鱼2018
阅读(114)
评论(0)
推荐(0)
摘要:
1、 #include <stdio.h> int main(void) { int num = 100; printf("decimal: %d.\n\n", num); printf("octal: %o.\n", num); printf("octal: %#o.\n\n", num); pr 阅读全文
posted @ 2021-07-26 21:17
小鲨鱼2018
阅读(254)
评论(0)
推荐(0)
摘要:
1、测试数据 [root@centos79 test]# ls [root@centos79 test]# mkdir test1 [root@centos79 test]# touch test1/a.txt [root@centos79 test]# ll total 0 drwxr-xr-x. 阅读全文
posted @ 2021-07-26 10:49
小鲨鱼2018
阅读(2819)
评论(0)
推荐(0)
摘要:
1、测试数据 [root@centos79 test]# cat a.txt e r w i s g n c w d h x 2、awk [root@centos79 test]# cat a.txt e r w i s g n c w d h x [root@centos79 test]# awk 阅读全文
posted @ 2021-07-26 00:26
小鲨鱼2018
阅读(1393)
评论(0)
推荐(0)

浙公网安备 33010602011771号