bash shell for循环1到100 . 前言用bash shell写程序时,经常会用到for循环,特别是从1到100这种需求,这里记录几种shell中从1到100的循环方法方法类c语言[html] view plaincopyprint?for((i=1;i<=100;i++))doecho$idonefor ((i=1; i<... shell 2023-06-07 60 点赞 0 评论 90 浏览
win8系统进程多导致运行反应慢简单适用的优化方法 Windows 8给用户带来了新的开始屏幕、应用商店等新功能,同时也带来了性能上的提升。不过有不少用户在使用Windows 8的时候遇到了一些问 Windows 8 2022-04-10 109 点赞 1 评论 165 浏览