常用的单词

Overloading 方法重载

Override 方法重写

version 版本

rename 重命名

modifier 修饰符

parameter 属性/参数

permitted 被允许

method 方法

field 属性

constructor 构造器

password 密码

default 默认的

visible 可见的

entity 实体类

ipconfig 查看IP地址

ping+IP地址 查看这个IP地址的人是否连接互联网

returntype 返回值类型

cast 转换

inclusive 包含

exclusive 不包含

download 下载

upload 上传

directory 目录

port 端口号

Query 查询/也可以用作比较的方法

数据库常用:

create 创建 针对数据库,表,列

drop 删除 针对数据库,表,列

alter 修改 针对数据库,表,列

show 查询 针对数据库,表

database 数据库

use 进入

table 表

index 索引

columns 列

dffault 默认值

unique key 唯一键

insert 添加 针对表中数据

delete 删除 针对表中数据

updat 修改 针对表中数据

select 查询 针对表中数据

auto_increment 自增

primary key 主键

not null 不为空

comment 备注

where 条件

猜你喜欢

转载自blog.csdn.net/weixin_43087631/article/details/84645832