上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 59 下一页
摘要: windows10不能修改hosts解决方案(亲测) hosts文本解释: 有时候我们要破解一些软件与服务器通讯,所以通常都需要更改Hosts文件来达到目的,XP系统可以直接修改保存,但是Win10系统却提示没有权限去修改,那么我们要怎样办呢,我们修改的是c:\windows\system32\dr 阅读全文
posted @ 2021-07-15 16:07 红尘沙漏 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-15 14:13 红尘沙漏 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-14 22:13 红尘沙漏 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-13 09:47 红尘沙漏 阅读(15) 评论(0) 推荐(0) 编辑
摘要: package lambda; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.junit.Test; public class TestFunction { /* 阅读全文
posted @ 2021-07-12 22:40 红尘沙漏 阅读(674) 评论(0) 推荐(0) 编辑
摘要: Problem:Java利用快捷键查看源代码显示Source not found 出现问题的原因:JDK目录下缺失src.zip文件只有javafx-src.zip src.zip文件:Java所有类的源代码 下载src.zip地址:https://pan.baidu.com/s/1_SdoulFk 阅读全文
posted @ 2021-07-12 22:23 红尘沙漏 阅读(301) 评论(0) 推荐(0) 编辑
摘要: package lambda; import org.junit.Test; public class TestFunction { /** * lambda表达式计算求和 */ @Test public void Test() { MyFunction mf=(x)->++x; int m=mf. 阅读全文
posted @ 2021-07-11 23:51 红尘沙漏 阅读(3737) 评论(0) 推荐(0) 编辑
摘要: package lambda; import java.util.Comparator; import java.util.function.Consumer; import org.junit.Test; public class TestLambda2 { @Test public void t 阅读全文
posted @ 2021-07-11 22:51 红尘沙漏 阅读(57) 评论(0) 推荐(0) 编辑
摘要: package test; import java.util.ArrayList; import java.util.List; import org.junit.Test; public class MyInfo { @Test public void test2() { System.out.p 阅读全文
posted @ 2021-07-11 17:19 红尘沙漏 阅读(45) 评论(0) 推荐(0) 编辑
摘要: //测试类 package test; import java.util.ArrayList; import java.util.List; import org.junit.jupiter.api.Test; public class TestLambda { @Test public void 阅读全文
posted @ 2021-07-11 13:14 红尘沙漏 阅读(2075) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 59 下一页