2018年12月15日
摘要: 码云:https://gitee.com/happywindmannn/fourth_process_assessment/tree/master 使用套接写连接编写一个简单的聊天室程序,客户端主函数放在Client_Main.java文件中,服务器端主函数放在Server_Main.java文件中 阅读全文
posted @ 2018-12-15 19:58 沙雕网友 阅读(175) 评论(1) 推荐(0) 编辑
  2018年12月13日
摘要: 恢复内容开始 驾驶员:葛晨延(16012010) 领航员:张广哲(16012007) 码云:https://gitee.com/happywindmannn/GCYshixun1/tree/master 实训过程照片: 运行结果: 需求: 1.读取文件,文件内包可含英文字符,及常见标点,空格级换行符 阅读全文
posted @ 2018-12-13 19:51 沙雕网友 阅读(260) 评论(0) 推荐(0) 编辑
  2018年10月11日
摘要: 码云:https://gitee.com/happywindmannn/the_second_process_assessment/tree/master 7-1 学生类-构造函数 定义一个有关学生的Student类,内含类成员变量: String name、String sex、int age,所 阅读全文
posted @ 2018-10-11 22:35 沙雕网友 阅读(651) 评论(0) 推荐(0) 编辑
  2018年9月13日
摘要: 码云:https://gitee.com/happywindmannn/codes 7-2 求1到100的和 本题要求编写程序,计算表达式 1 + 2 + 3 + ... + 100 的值 程序的设计思路:使用循环语句for(i=1;i<=100;i++){} 使用到的知识点:循环语句 运行结果: 阅读全文
posted @ 2018-09-13 17:41 沙雕网友 阅读(340) 评论(1) 推荐(0) 编辑