MySQL介绍 2.1什么是数据库 作用:存储数据的,能够长期(断电,关机)保持数据。 数据存储在哪里:硬盘和内存 我们平时说的数据库:数据库管理系统(软件)(databases manager system:dbs) 数据库软件(电脑的Excel软件)中可以创建多个文件夹(数据库(逻辑)) 一个数 ...
分类:
数据库 时间:
2021-04-16 11:47:47
阅读次数:
0
数据库的分类 2.2.1关系型数据库(RDBMS:relative database manager system) 特点: (1)表与表之间有关系 (2)有行有列(和Excel类似) (3)是通过SQL语句去操作数据库 比较有名代表: MySQL:免费,开源 Oracle:甲骨文,收费,大型公司, ...
分类:
数据库 时间:
2021-04-16 11:47:17
阅读次数:
0
1、先对系统生成的Fragment改造成更直观的,比如这种 public class DashboardFragment extends Fragment { private DashboardViewModel dashboardViewModel; public View onCreateVie ...
分类:
移动开发 时间:
2021-04-15 12:40:48
阅读次数:
0
创建db.properties配置文件,将所需内容写入 db.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=utf-8 ...
分类:
其他好文 时间:
2021-04-14 12:02:31
阅读次数:
0
Debian软件包通常为预编译的二进制格式的扩展名".deb",类似rpm文件,因此安装快速,无需编译软 件。包文件包括特定功能或软件所必需的文件、元数据和指令 dpkg:package manager for Debian,类似于rpm, dpkg是基于Debian的系统的包管理器。可 以安装,删 ...
分类:
系统相关 时间:
2021-04-13 12:54:26
阅读次数:
0
You are the manager of a basketball team. For the upcoming tournament, you want to choose the team with the highest overall score. The score of the te ...
分类:
其他好文 时间:
2021-04-10 13:19:16
阅读次数:
0
筛选 Manager提供的根QuerySet描述了数据库表中的所有对象。不过,通常,您只需要选择完整对象集的一个子集即可。 — Django文档 REST框架的通用列表视图的默认行为是返回模型管理器的整个查询集。通常,您会希望您的API限制查询集返回的项目。 筛选子类的任何视图的查询集的最简单方法G ...
分类:
其他好文 时间:
2021-04-09 13:36:41
阅读次数:
0
题目 F : Four-tuples 输入 1 1 1 2 2 3 3 4 4 输出 1 题意 给l1, r1, l2, r2, l3, r3, l4, r4? , 八个数据, 要求输出在区间[l1, r1] , [l2, r2] , [l3, r3] , [l4, r4?] (记为A, B, C, ...
分类:
其他好文 时间:
2021-04-08 13:43:44
阅读次数:
0
部署nginx #1.先去查看仓库有没有镜像 root@fanwd-virtual-machine:/home# docker search nginx NAME DESCRIPTION STARS OFFICIAL AUTOMATED nginx Official build of Nginx. ...
分类:
其他好文 时间:
2021-04-08 13:07:20
阅读次数:
0
//屏蔽鼠标右键 var jsArgument = document.getElementsByTagName("script")[document.getElementsByTagName("script").length-1].src; //获取传递的参数 rightButton = jsArg ...
分类:
Web程序 时间:
2021-04-07 11:24:47
阅读次数:
0