-
jbookmaker
jbookmaker
use to make small book on handphone
support txt only-jbookmaker use to make small book on handph only one support txt
- 2022-02-03 04:17:46下载
- 积分:1
-
一个选修课的作业
一个选修课的作业-an optional practice
- 2022-11-20 12:10:03下载
- 积分:1
-
肺部疾病诊断
下面的程序是针对肺部疾病的医疗诊断
java
- 2022-12-22 01:10:04下载
- 积分:1
-
利用编译原理的思想实现的科学计算器,功能比较齐全
利用编译原理的思想实现的科学计算器,功能比较齐全-The idea of using the compiler to achieve the principle of the scientific calculator, function relatively complete
- 2022-01-27 22:51:48下载
- 积分:1
-
该程序是在ArcGIS环境下,实现多边形的合并操作
该程序是在ArcGIS环境下,实现多边形的合并操作-that the procedure was in ArcGIS environment, the realization of the merger operation polygon
- 2022-02-04 06:09:59下载
- 积分:1
-
随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。...
随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page missing rate, wash out sequence
- 2022-02-07 16:20:37下载
- 积分:1
-
Windows2000 服务编程。 利用文该例子可自己编写服务程序。
Windows2000 服务编程。 利用文该例子可自己编写服务程序。-Programming Windows 2000 services. Using the example of the service can prepare their own procedures.
- 2022-03-07 15:29:18下载
- 积分:1
-
这是一个实用于Winrunner的一个计算器GUI文件,可直接用于调试...
这是一个实用于Winrunner的一个计算器GUI文件,可直接用于调试-This is a practical on a calculator WinRunner GUI files, can be directly used for debugging
- 2022-08-26 12:02:27下载
- 积分:1
-
a particular type or format of ppt,esp. for tables.
a particular type or format of ppt,esp. for tables.
- 2023-07-26 08:00:03下载
- 积分:1
-
springboot商城管理
springboot商城管理后端管理Spring提供的一个用于简化JPA开发的框架Spring Data JPA能干什么: 可以极大的简化JPA的写法,可以在几乎不用写实现的情况下,实现对数据的访问和操作。除了CRUD外,还包括如分页、排序等一些常用的功能。 Spring Data JPA有什么 主要来看看Spring Data JPA提供的接口,也是Spring Data JPA的核心概念: 1:Repository:最顶层的接口,是一个空的接口,目的是为了统一所有Repository的类型,且能让组件扫描的时候自动识别。 2:CrudRepository :是Repository的子接口,提供CRUD的功能 3:PagingAndSortingRepository:是CrudRepository的子接口,添加分页和排序的功能 4:JpaRepository:是PagingAndSortingRepository的子接口,增加了一些实用的功能,比如:批量操作等。 5:JpaSpecificationExecutor:用来做负责查询的接口 6:Specification:是Spring Data JPA提供的一个查询规范,要做复杂的查询,只需围绕这个规范来设置查询条件即可
- 2022-02-03 21:06:45下载
- 积分:1