05 2022 档案

摘要: 阅读全文
posted @ 2022-05-27 09:05 李林林 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-26 08:34 李林林 阅读(41) 评论(0) 推荐(0)
摘要:package com.qx.file; import com.sun.org.apache.bcel.internal.generic.NEW; import java.io.*; import java.util.ArrayList; import java.util.Scanner; /** 阅读全文
posted @ 2022-05-26 01:48 李林林 阅读(67) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-25 09:07 李林林 阅读(21) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-05-24 16:01 李林林 阅读(84) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-24 11:16 李林林 阅读(44) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-24 11:00 李林林 阅读(29) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-24 10:53 李林林 阅读(25) 评论(0) 推荐(0)
摘要:1、参考C语言中文网:http://c.biancheng.net/view/852.html 2、 https://www.bilibili.com/video/BV115411S7zZ 阅读全文
posted @ 2022-05-24 09:42 李林林 阅读(40) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-23 17:20 李林林 阅读(15) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-23 16:21 李林林 阅读(15) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-23 16:15 李林林 阅读(32) 评论(0) 推荐(0)
摘要:恢复内容开始 恢复内容结束 阅读全文
posted @ 2022-05-23 11:15 李林林 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-23 01:44 李林林 阅读(15) 评论(0) 推荐(0)
摘要:1. 如果之前已经挂载hgfs,先取消挂载 sudo umount /mnt/hgfs 2. 重新用以下命令挂载即可下面命令中的uid和gid需要根据你的ubuntu用户uid来决定,输入id命令即可查询 sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o 阅读全文
posted @ 2022-05-15 23:25 李林林 阅读(433) 评论(0) 推荐(0)
摘要:1.使用BurnAware Pro软件刻录光盘遇到的相关知识 上面标有CD-RW的碟子可以擦写。 CD-R(一次性录入)、CD-RW(可擦写) 是称为CD盘,可刻录CD、MP3音频文件,VCD视频文件和数据光盘。 DVD+R(一次性录入)、 DVD+RW(可擦写)、 DVD-R(一次性录入)、 DV 阅读全文
posted @ 2022-05-15 10:37 李林林 阅读(211) 评论(0) 推荐(0)
摘要:1.tar命令:将多个文件归档 2.压缩归档 3.总结 阅读全文
posted @ 2022-05-13 15:36 李林林 阅读(99) 评论(0) 推荐(0)
摘要:1.题目 2.实现 package com.qx.pta; public class PtaOneUtil { /** * 1.求N的阶乘 * 2.求(N-M)的阶乘 */ public static double N(double N) { if (N == 1 || N == 0) { retu 阅读全文
posted @ 2022-05-13 10:26 李林林 阅读(60) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-13 08:51 李林林 阅读(21) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-13 08:41 李林林 阅读(85) 评论(0) 推荐(0)
摘要:1.FileinputStream的使用 package com.qx.lll; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; public clas 阅读全文
posted @ 2022-05-13 07:35 李林林 阅读(26) 评论(0) 推荐(0)
摘要:1.date调节时间 2.at延时执行程序 3.crontab命令:定时执行程序 阅读全文
posted @ 2022-05-12 22:42 李林林 阅读(38) 评论(0) 推荐(0)
摘要:1.&符号和nohub命令:后台运行程序 2.nohup命令:使进程与终端分离 3.Ctrl + Z,jobs,bg 和 fg命令,控制进程的前后台切换 4.小结 5.jobs命令:显示后台进程状态 阅读全文
posted @ 2022-05-12 00:27 李林林 阅读(29) 评论(0) 推荐(0)
摘要:1.top进程的动态列表 2.安装系统监控软件 glances iftop htop https://blog.csdn.net/ba__lu/article/details/80557947 yum install epel* -y yum install python-pip python-de 阅读全文
posted @ 2022-05-11 17:24 李林林 阅读(128) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-11 15:30 李林林 阅读(19) 评论(0) 推荐(0)
摘要:一、Main(重点设定) 二、Aduanced(高级设置) 三、Security(安全启动) 四、Boot(启动选项) 五、Exit(退出) 阅读全文
posted @ 2022-05-11 11:16 李林林 阅读(2526) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-08 23:32 李林林 阅读(25) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-07 17:14 李林林 阅读(28) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-07 01:41 李林林 阅读(30) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-04 09:16 李林林 阅读(26) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-04 08:45 李林林 阅读(39) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-04 08:33 李林林 阅读(22) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-03 09:23 李林林 阅读(33) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-03 08:54 李林林 阅读(32) 评论(0) 推荐(0)
摘要:1.权限的原理 2.chmod:修改文件的访问权限 阅读全文
posted @ 2022-05-02 18:28 李林林 阅读(34) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-02 10:06 李林林 阅读(45) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-01 18:16 李林林 阅读(30) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-01 18:00 李林林 阅读(220) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-01 17:52 李林林 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-01 10:10 李林林 阅读(36) 评论(0) 推荐(0)
摘要:1.sudo命令,以root身份运行命令 2.Linux下的用户组织 3.用户管理命令 阅读全文
posted @ 2022-05-01 09:06 李林林 阅读(49) 评论(0) 推荐(0)