摘要: ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226123704016-906524935.jpg) ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226123735517-500061705.jpg) ![](https://im 阅读全文
posted @ 2024-12-26 12:46 特别到不特别 阅读(14) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226112641174-336555742.jpg) ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226112710304-1605783212.jpg) ![](https://i 阅读全文
posted @ 2024-12-26 11:35 特别到不特别 阅读(13) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226105416052-960348690.jpg) ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226105535641-1686691704.jpg) ![](https://i 阅读全文
posted @ 2024-12-26 11:23 特别到不特别 阅读(17) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226104237925-600959240.jpg) ![](https://img2024.cnblogs.com/blog/2296023/202412/2296023-20241226104259487-1884978425.jpg) ![](https://i 阅读全文
posted @ 2024-12-26 10:46 特别到不特别 阅读(14) 评论(0) 推荐(0)
摘要: Xshell通过ssh服务连接Ubuntu 安装openssh 在Ubuntu虚拟机中通常只默认安装了openssh-client,也即只能通过此系统连接访问其他系统,不具有让其他系统访问的权限。 通过安装openssh-server可以被其他系统访问 安装openssh-server服务 sudo 阅读全文
posted @ 2021-02-02 02:06 特别到不特别 阅读(46) 评论(0) 推荐(0)
摘要: 数据类型 Java的数据类型分类 基本类型 引用类型 基本数据类型 ( primitive type ) 数值类型 整数类型 byte占1个字节,范围: -127~128 short占2个字节,范围:-32768~32767 int占4个字节,范围:-2147483648~2147483647 lo 阅读全文
posted @ 2021-02-02 01:22 特别到不特别 阅读(28) 评论(0) 推荐(0)
摘要: 标识符 关键字 关键字 含义 abstract 表明类或者成员方法具有抽象属性 assert 断言,用来进行程序调试 boolean 基本数据类型之一,声明布尔类型的关键字 break 提前跳出一个块 byte 基本数据类型之一,字节类型 case 用在switch语句之中,表示其中的一个分支 ca 阅读全文
posted @ 2021-02-01 20:42 特别到不特别 阅读(58) 评论(0) 推荐(0)