EE
-
用java实现二分查找
/** *调用erfen方法,输入数据int[] s= {0,1,2,3,4,5}和8,输出方法的返回值 */ public class Erfen { public int se…
-
Ubuntu 私有化部署GitLab
从清华源下载gitlab 安装包 https://mirrors.tuna.tsinghua.edu.cn/gitlab-ee/ubuntu/pool/bionic/main/g/…
-
linux 中删除除第一次匹配特定字符串所在行之外的所有行
001、shell实现 root@PC1:/home/test2# ls test.txt root@PC1:/home/test2# cat test.txt ## 测试数据…
-
linux 系统中输出文本开头至匹配特定字符的行
001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt aa dd ss dd ff xv ef…
-
linux 系统中输出匹配特定字符至末尾的行
001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt aa dd ss dd ff xv ef…
-
spring5
1.什么是Spring? Spring 是于 2003 年兴起的一个轻量级的 Java 开发框架,由 Rod Johnson 创 建。 简单来说,Spring 是一个分层的…