Browse Source

DepSystemFirst

DevDatabase
adiao 3 years ago
parent
commit
6fc6075a77
  1. 2
      CreatTable.md
  2. 4
      README.md
  3. 12
      开发.md

2
CreatTable.md

@ -2,7 +2,7 @@
创建表命令: 创建表命令:
``` ```mysql
# 创建管理员表 # 创建管理员表
create table uses ( create table uses (
id int (10) auto_increment primary key not null, id int (10) auto_increment primary key not null,

4
README.md

@ -4,11 +4,11 @@
本系统用来管理公司的固定资产。 本系统用来管理公司的固定资产。
[](https://)通过本系统您可以对日常的资产进行监管和维护。 通过本系统您可以对日常的资产进行监管和维护。
项目结构: 项目结构:
``` ```bash
. .
├── CreatTable.md ├── CreatTable.md
├── Docker // docker 环境配置文件 ├── Docker // docker 环境配置文件

12
开发.md

@ -238,4 +238,14 @@ class users{
} }
``` ```
这里的Bean是指类名本身。 这里的Bean是指类名本身。
---
![](https://img-blog.csdnimg.cn/20210125162830346.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NDM3MTIzNw==,size_16,color_FFFFFF,t_70)
在这里插入图片描述
如图,String …permissions这种写法是从Java 5开始的,Java语言对方法参数支持一种新写法,叫可变长度参数列表
表示此处接受的参数为0到多个String 类型的对象,或者是一个String[]
Loading…
Cancel
Save