12 2021 档案
04.线程的实现方式和多线程模型
摘要: 阅读全文
posted @ 2021-12-31 18:07 upupup-999 阅读(22) 评论(0) 推荐(0) 编辑
03.线程的概念
摘要: 阅读全文
posted @ 2021-12-31 16:56 upupup-999 阅读(30) 评论(0) 推荐(0) 编辑
mybatis前期项目搭建做准备工作
摘要:1.新建maven项目 2.导入mybatis依赖和静态资源导出 <!--导入依赖--> <dependencies> <!--mysql驱动--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</art 阅读全文
posted @ 2021-12-31 15:58 upupup-999 阅读(37) 评论(0) 推荐(0) 编辑
mybatis一对多 多对一查询
摘要://多对一 方法一 <!--按结果嵌套--> <select id="getStudentAndTeacher2" resultMap="StudentTeacher2"> select s.id as sid,s.name as sname,t.name as tname,s.tid from s 阅读全文
posted @ 2021-12-31 12:09 upupup-999 阅读(22) 评论(0) 推荐(0) 编辑
二. 进程的概念、组成、特征
摘要:2.进程的状态与转换、进程的组织 3. 进程控制 阅读全文
posted @ 2021-12-30 12:39 upupup-999 阅读(127) 评论(0) 推荐(0) 编辑
4.0xml
摘要:<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:s 阅读全文
posted @ 2021-12-29 21:01 upupup-999 阅读(19) 评论(0) 推荐(0) 编辑
02.OSI参考模型
摘要: 阅读全文
posted @ 2021-12-29 20:21 upupup-999 阅读(36) 评论(0) 推荐(0) 编辑
1.分层结构、协议、接口、服务
摘要: 阅读全文
posted @ 2021-12-29 17:22 upupup-999 阅读(35) 评论(0) 推荐(0) 编辑
01.第一章 计算机系统概述
摘要: 阅读全文
posted @ 2021-12-29 13:50 upupup-999 阅读(39) 评论(0) 推荐(0) 编辑




点击右上角即可分享
微信分享提示