student
-
springboot集成redis
Springboot集成Redis简介 redis的端口是6379 springboot添加redis的依赖: <dependency> <groupId>…
-
oracle 存储过程调用 执行
SQL中调用存储过程语句: call procedure_name(); 调用时”()”是不可少的,无论是有参数还是无参数。 定义对数据库过程的调用时 无参数过程:{ cal…
-
MySQL查询 语句
INSERT INTO student VALUES(1,’蔺斐’,’男’,’2002-04-09′,0.2…