student

  • springboot集成redis

    Springboot集成Redis简介 redis的端口是6379 springboot添加redis的依赖: <dependency> <groupId>…

    数据库 2022年4月18日
  • oracle 存储过程调用 执行

    SQL中调用存储过程语句: call procedure_name(); 调用时”()”是不可少的,无论是有参数还是无参数。 定义对数据库过程的调用时    无参数过程:{ cal…

    数据库 2022年4月17日
  • MySQL查询 语句

    INSERT INTO student VALUES(1,’蔺斐’,’男’,’2002-04-09′,0.2…

    数据库 2022年4月17日