2020年12月7日
摘要:
办公相关 Mathtype与word字号对照 https://blog.csdn.net/qq_34232889/article/details/57415337 Mathtype大小自动变大/变小 https://bbs.uestc.edu.cn/forum.php?mod=viewthread&
阅读全文
posted @ 2020-12-07 11:08
pipony
阅读(199)
推荐(0)
2020年10月1日
摘要:
参考链接:https://www.bilibili.com/video/BV1T7411m7Ta? 匿名内部类构造线程 package xuexi1; public class Thread1 { public static void main(String[] args) { //匿名内部类构造线
阅读全文
posted @ 2020-10-01 14:17
pipony
阅读(173)
推荐(0)
2020年9月28日
摘要:
参考链接:https://github.com/wind0926/JAVA2020 Java都是值传递 https://blog.csdn.net/bjweimengshu/article/details/79799485 Java 不能隐式执行向下转型,损失精度 显式转型:double x; fl
阅读全文
posted @ 2020-09-28 20:24
pipony
阅读(195)
推荐(0)
2020年9月23日
摘要:
参考链接:https://www.bilibili.com/video/BV12J41137hu?p=33 基本结构 两种方法,Scanner.Next()以及Scanner.NextLine(): public class TestScanner { public static void main
阅读全文
posted @ 2020-09-23 20:35
pipony
阅读(116)
推荐(0)
2020年9月18日
摘要:
目录 三者关系 String StringBuffer StringBuilder 三者关系 https://blog.csdn.net/jisuanjiguoba/article/details/82531868 https://www.runoob.com/w3cnote/java-differ
阅读全文
posted @ 2020-09-18 17:32
pipony
阅读(152)
推荐(0)
2020年9月17日
摘要:
参考链接:https://www.bilibili.com/video/BV1iJ411d7jS?from=search&seid=12790643842994759263 目录 前言 JVM的位置 JVM的体系结构 类加载器 沙箱安全机制 native方法区 程序计数器 方法区Method Are
阅读全文
posted @ 2020-09-17 21:27
pipony
阅读(227)
推荐(0)
2020年9月15日
摘要:
参考链接:https://github.com/CyC2018/CS-Notes 两个例子
阅读全文
posted @ 2020-09-15 15:29
pipony
阅读(111)
推荐(0)
2020年9月14日
摘要:
参考链接:https://github.com/CyC2018/CS-Notes https://blog.csdn.net/m0_37602827/article/details/99479065 https://www.jianshu.com/p/63e76826e852 类别 具体解释 其他
阅读全文
posted @ 2020-09-14 16:20
pipony
阅读(115)
推荐(0)
2020年9月10日
摘要:
参考链接: https://github.com/CyC2018/CS-Notes https://blog.csdn.net/qq_29677867/article/details/91038642 https://www.jianshu.com/p/a805e2410fbe https://ww
阅读全文
posted @ 2020-09-10 19:54
pipony
阅读(514)
推荐(0)
2020年9月9日
摘要:
参考链接: https://github.com/CyC2018/CS-Notes https://blog.csdn.net/u013348164/article/details/73737217 概念 所谓死锁,是指多个进程在运行过程中因争夺资源而照成的一种僵局。当进程处于这种僵持状态时,若无外
阅读全文
posted @ 2020-09-09 10:12
pipony
阅读(237)
推荐(0)