上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 64 下一页
摘要: IP->端口:大楼->自己的房间号 端口对应 阅读全文
posted @ 2023-09-09 10:47 被占用的小海海 阅读(29) 评论(0) 推荐(0)
摘要: **IP地址(Internet Protocol)** IP协议中还有一个非常重要的内容,那就是给因特网上的每台计算机和其它设备都规定了一个唯一的地址,叫做“IP地址”。由于有这种唯一的地址,才保证了用户在连网的计算机上操作时,能够高效而且方便地从千千万万台计算机中选出自己所需的对象来。 它为互联网 阅读全文
posted @ 2023-09-08 23:54 被占用的小海海 阅读(74) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/3071897/202309/3071897-20230908230643783-1158498795.png) ![](https://img2023.cnblogs.com/blog/3071897/202309/3071 阅读全文
posted @ 2023-09-08 23:12 被占用的小海海 阅读(17) 评论(0) 推荐(0)
摘要: 计算机网络:通俗来讲,就是无视或者缩小时空障碍,大家一起相互交流分享信息或者资源 ![](https://img2023.cnblogs.com/blog/3071897/202309/3071897-20230908235228829-166839686.png) **IP地址(Internet 阅读全文
posted @ 2023-09-08 22:57 被占用的小海海 阅读(150) 评论(0) 推荐(0)
摘要: 中午起床,下午剪发。回来之后就把多线程最后那点对象补完了 开始新的学习 阅读全文
posted @ 2023-09-08 22:40 被占用的小海海 阅读(76) 评论(0) 推荐(0)
摘要: 1. 三种方式创建线程 2. 线程同步管理-->synchronized,lock 阅读全文
posted @ 2023-09-08 20:32 被占用的小海海 阅读(21) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/3071897/202309/3071897-20230908200806558-207521436.png) ![](https://img2023.cnblogs.com/blog/3071897/202309/30718 阅读全文
posted @ 2023-09-08 20:25 被占用的小海海 阅读(26) 评论(0) 推荐(0)
摘要: ``` package ThreadDemo; // 生产者消费者问题:利用标志位:信号灯法,只对缓冲区容量为一个的有效? public class Test26_Producer_Consumer_2 { public static void main(String[] args) { PC pc 阅读全文
posted @ 2023-09-08 20:06 被占用的小海海 阅读(15) 评论(0) 推荐(0)
摘要: ``` package ThreadDemo; // 生产者消费者问题:利用缓冲区:管程法 // wait()令自己等待 ,notify()唤醒别的线程 public class Test25_Producer_Consumer_1 { public static void main(String[ 阅读全文
posted @ 2023-09-08 16:44 被占用的小海海 阅读(22) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/3071897/202309/3071897-20230908153823735-1927909232.png) ![](https://img2023.cnblogs.com/blog/3071897/202309/3071 阅读全文
posted @ 2023-09-08 15:40 被占用的小海海 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 64 下一页