• 2024-09-19How to use the shell, terminal and the advanced tools
    Howtousetheshell,terminalandtheadvancedtoolsIntroduction‍WhyuseEnglishinsteadofChinesewhenwritingablog?Astimegoesby,themoreIhavelearned,themoreIhavetohandlewiththeEnglishdocumentsorpapers.So,Irealizeditwasti
  • 2024-09-19How to use the shell, terminal and the advanced tools
    Howtousetheshell,terminalandtheadvancedtoolsIntroduction‍WhyuseEnglishinsteadofChinesewhenwritingablog?Astimegoesby,themoreIhavelearned,themoreIhavetohandlewiththeEnglishdocumentsorpapers.So,Irealizeditwasti
  • 2024-09-19How to use the shell, terminal and the advanced tools
    Howtousetheshell,terminalandtheadvancedtoolsIntroduction‍WhyuseEnglishinsteadofChinesewhenwritingablog?Astimegoesby,themoreIhavelearned,themoreIhavetohandlewiththeEnglishdocumentsorpapers.So,Irealizeditwasti
  • 2024-09-19How to use the shell, terminal and the advanced tools
    Howtousetheshell,terminalandtheadvancedtoolsIntroduction‍WhyuseEnglishinsteadofChinesewhenwritingablog?Astimegoesby,themoreIhavelearned,themoreIhavetohandlewiththeEnglishdocumentsorpapers.So,Irealizeditwasti
  • 2024-06-20Reflective Journal Final
    Firstofall,Iwouldliketothankmyteachers,LiuFulanandZhouMengchen,fortheirguidancethroughoutthesemester.Iamalsoverygratefultotheteachersforgivingmethisopportunitytolearndigitalmultimodalwritingsystematically.AlthoughI
  • 2024-03-25sql注入点判断
    #1.万能注入'or1=1--'#select*fromuserswhereusername=''or1=1--'andpassword='admin4'#一·数字型注入判断#1.?id=1'#select*fromuserswhereid=1';数字型则报错#2.?id=1and1=1select*fromuserswhereid=1and1=1;#正
  • 2024-03-15MIT课程missing semester笔记
    title:missingsemesternotesDay1-课程概览与shell使用shell打开终端时,会看到一个提示符missing:~$你的主机名是missing当前所在的位置是~(表示“home”)$符号表示您现在的身份不是root用户,root用户会是#希望传递的参数中包含空格(例如一个名为My
  • 2024-02-01shell编程
    1.在/tmp下新建一个名为missing的文件夹。mkdir/tmp/missing2.用man查看程序touch的使用手册mantouch3.用touch在missing文件夹中新建一个叫semester的文件touch用于修改文件的时间属性,如果没有目标文件,则会新建一个目标文件touch/tmp/missing/semest
  • 2023-12-20CS_Education 学习笔记——第一讲
    第1讲课程概览与shell课堂笔记shell通过空格分隔参数。shell,特别是Bash(BourneAgainShell)是本身类似于一种编程语言。路径是描述计算机上文件位置的方式。在Linux下所用空间都挂载在一个命名空间下。pwd(printworkingdirectory)打印当前所在路径cd(changedirectory
  • 2023-11-24计算机教育中缺失的一课 课后习题1
    20231124链接:计算机教育中缺失的一课1.本课程需要使用类Unixshell,例如Bash或ZSH。如果您在Linux或者MacOS上面完成本课程的练习,则不需要做任何特殊的操作。如果您使用的是Windows,则您不应该使用cmd或是Powershell;您可以使用WindowsSubsystemforLinux或者是Linux
  • 2023-10-30Annual Report on Fall Semester in 2023
    TodoListDecidethemilestonesinthisterm.Makeamajorpiplineofthistermaccompaniedwithtimeline.PlotagraphonpiplineofmilestonesbasedonthesubjectofDataVisualization.InformalPointsOctober12,2023:ChangedthesurnametoTar
  • 2023-06-191494. Parallel Courses II (Hard)
    Description1494.ParallelCoursesII(Hard)Youaregivenanintegern,whichindicatesthattherearencourseslabeledfrom1ton.Youarealsogivenanarrayrelationswhererelations[i]=[prevCoursei,nextCoursei],representingaprerequisiterelat
  • 2023-03-04The Missing Semester - 第五讲 学习笔记
    第五讲命令行环境课程视频地址:https://www.bilibili.com/video/BV1Dy4y1a7BW课程讲义地址:https://missing-semester-cn.github.io/2020/command-line/本机学习使用平
  • 2023-02-13MySQL按日期分组统计(按天统计,按月统计)
    以下为您演示MySQL常用的日期分组统计方法:按月统计(一)SELECTdate_format(r.pay_time,'%Y-%m')pay_time,r.pay_time,SUM(r.actual_payment)ASactu
  • 2023-02-13GROUP_CONCAT 增加序号
    GROUP_CONCAT增加序号 SELECTgroup_concat(concat(@j:=IF(@p=s.semester_id,@j+1,IF(@p:=s.semester_id,1,1)),'.',
  • 2023-02-12The Missing Semester of My CS Education
    kissthepost梦开始的地方梦破灭的地方梦再萌芽的地方VimShellSSHGitThrift
  • 2023-01-28The Missing Semester - 第三讲 学习笔记
    第三讲Vim课程视频地址:https://www.bilibili.com/video/BV1Dy4y1a7BW课程讲义地址:https://missing-semester-cn.github.io/2020/editors/本机学习使用平台:虚拟机ubu
  • 2023-01-27The Missing Semester - 第二讲 学习笔记
    第二讲Shell工具和脚本课程视频地址:https://www.bilibili.com/video/BV1Vv411v7FR本机学习使用平台:虚拟机ubuntu18.04.6主题一:Shell脚本我们已经学习来如何在
  • 2023-01-18The Missing Semester - 第一讲 学习笔记
    TheMissingSemester-第一讲学习笔记第一讲 课程概览与shell课程视频地址:https://www.bilibili.com/video/BV1Eo4y1d7KZ/?vd_source=87f9cb5d00dc916a8f510966777
  • 2023-01-15MIT missing semester 1 the Shell
    最近在看MIT的missingsemester,顺便做了一些记录,做的比较简洁,课程主页如下:https://missing.csail.mit.edu/2020/。###TheShell**1.Shell如何找到一个程序?**Shell是
  • 2023-01-11missing-semester-class01
    class01shell特点theyallowyoutorunprograms,givetheminput,andinspecttheiroutputinasemi-structuredway使用date#显示时间echohello#输入参
  • 2022-12-19计算机教育中缺失的一课
    今天推荐一门值得你补上的课程。对于大部分计算机专业相关的学生,在学校中学习了大量的专业课程,从编程语言到操作系统甚至到机器学习,但你在实际做项目或者工作中,却会被一些使
  • 2022-09-26【目录】
    编程语言【Java】面向对象课程笔记【Java】注解操作系统【操作系统】C语言预处理命令与内存模型【操作系统】GCC【操作系统】Makefile【操作系统】grepsedawk