摘要: ![](https://img2020.cnblogs.com/blog/2587651/202201/2587651-20220106205644319-802758148.png) ![](https://img2020.cnblogs.com/blog/2587651/202201/2587651-20220106205653597-1078149184.png) ![](https://i 阅读全文
posted @ 2022-01-06 20:57 Arborblog 阅读(39) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script> function f() { var name = document.getElementById("name") 阅读全文
posted @ 2021-12-21 11:22 Arborblog 阅读(44) 评论(0) 推荐(0)
摘要: win7,win11 开始菜单搜索输入regedit进注册表 HKEY CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts 选择要修改的打开方式菜单的扩展名 然后把扩展名那个文件夹删掉 重启 阅读全文
posted @ 2021-11-06 13:21 Arborblog 阅读(2280) 评论(0) 推荐(0)
摘要: package demo; //1.键盘输入账号密码 判断正确的情况还有 //* 三种错误的情况 //这里用到equals的字符串内容的比较 //==比较了地址和值,这如果是new的str那么是一个新的字符串池, //如果只是用等号付的值那么是相等的,由于字符串池的优化 import java.ut 阅读全文
posted @ 2021-10-25 19:44 Arborblog 阅读(1032) 评论(0) 推荐(0)
摘要: Java的char使用的编码UTF-16 简介 编码问题一直困扰着开发人员,尤其在 Java 中更加明显,因为 Java 是跨平台语言,不同平台之间编码之间的切换较多。本文将向你详细介绍 Java 中编码问题出现的根本原因,你将了解到:Java 中经常遇到的几种编码格式的区别;Java 中经常需要编 阅读全文
posted @ 2021-10-21 23:04 Arborblog 阅读(1137) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-21 21:01 Arborblog 阅读(94) 评论(0) 推荐(0)
摘要: 1字节8位二进制 取值范围就是位数次方 计算机存储单位一般用B,KB,MB,GB,TB,EB,ZB,YB,BB来表示,它们之间的关系是: 位 bit (比特)(BinaryDigits):存放一位二进制数,即 0 或 1,b是最小的存储单位。 字节 byte:8个二进制位为一个字节(B),B是最常用 阅读全文
posted @ 2021-10-21 10:42 Arborblog 阅读(748) 评论(0) 推荐(0)
摘要: 直接上图,最近发现eclipse一个比较方便的功能,叫 Coverage。可以直接查看代码块 和 决策分支 成功运行后的覆盖率情况。 Source lines containing executable code get the following color code:(可执行的源代码块附带的颜色 阅读全文
posted @ 2021-10-20 18:35 Arborblog 阅读(1543) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2587651/202110/2587651-20211020171054817-1746221462.png) 阅读全文
posted @ 2021-10-20 17:11 Arborblog 阅读(21) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-19 16:56 Arborblog 阅读(567) 评论(0) 推荐(0)