网站首页 站内搜索

搜索结果

查询Tags标签: LH,共有 10条记录
  • Linux 系统管理 - 内存和磁盘管理

    1、查看内存 free -m #MBfree -g #GBtop 2、磁盘分区查看fdisk -l #/dev/sda /dev/sdb /dev/sdcls -l /dev/sd? #多少硬盘ls -l /dev/sd?? #多少分区df -h #推荐使用du /etc/passwd #实际占用空间大小ls -lh /etc/passwd #预分配空间大小 #du和ls -lh的区别…

    2022/5/2 7:16:07 人评论 次浏览
  • linux查看文件大小 ---- du -sh * 与 ls -lh

    问题:du -sh * 与 ls -lh 显示文件大小不一样 在Linux下查看文件大小可以用ls -lh,也可以使用du -sh *。但是有时候,命令返回的文件大小不一样,这是为什么呢?两者的概念: du -sh * 计算的是文件存储到磁盘中占用了多少空间,计算的是占了多少个blockls -lh 计算的是…

    2022/2/10 7:12:50 人评论 次浏览
  • Linux常用命令

    一、常用命令清单 man help cd pwd ls tree mkdir mv rm alias unalias vi vim touch tail head 1、Linux bash命令行 bash命令行解释器或者翻译官,命令行输入命令都是由bash解释执行的. 命令行提示符 [root@lh ~]# [root :命令行提示符@前面的字符代表当前登录的用户(…

    2021/11/8 7:14:17 人评论 次浏览
  • Linux常用命令

    一、常用命令清单 man help cd pwd ls tree mkdir mv rm alias unalias vi vim touch tail head 1、Linux bash命令行 bash命令行解释器或者翻译官,命令行输入命令都是由bash解释执行的. 命令行提示符 [root@lh ~]# [root :命令行提示符@前面的字符代表当前登录的用户(…

    2021/11/8 7:14:17 人评论 次浏览
  • Balanced Binary Tree

    Code link: https://leetcode.com/problems/balanced-binary-tree/ Constraint:The number of nodes in the tree is in the range [0, 5000]. This means we can use recursion?Idea: Note the definition of height and depth might be differnt from the official def…

    2021/7/29 6:06:03 人评论 次浏览
  • Balanced Binary Tree

    Code link: https://leetcode.com/problems/balanced-binary-tree/ Constraint:The number of nodes in the tree is in the range [0, 5000]. This means we can use recursion?Idea: Note the definition of height and depth might be differnt from the official def…

    2021/7/29 6:06:03 人评论 次浏览
  • 使用xmlhttp为网站增加域名查询功能

    2019/6/29 21:12:57 人评论 次浏览
  • 使用XMLHTTP发送超长XML表单数据

    2019/6/29 21:12:49 人评论 次浏览
  • XMLHTTP下载远程数据输出到浏览器

    2019/6/29 21:10:33 人评论 次浏览
  • XMLHTTP资料

    2019/6/29 21:08:37 人评论 次浏览
扫一扫关注最新编程教程