当前位置: 首页 > news >正文

汽车网站建设规划书一个完整的营销策划案范文

汽车网站建设规划书,一个完整的营销策划案范文,非常强大的wordpress主题,模板网站的网站如何打开里面的其他网站一、SpringBoot单元测试 1.1什么是单元测试 单元测试是指对软件中的最小测试单元进行检查和验证的过程。 执行单元测试就是为了证明某段代码的执行结果是否符合我们的预期。如果测试通过则是符合预期,否则测试失败。 1.2单元测试的好处 1.单元测试不用启动Tomca…

一、SpringBoot单元测试

1.1什么是单元测试

单元测试是指对软件中的最小测试单元进行检查和验证的过程。
执行单元测试就是为了证明某段代码的执行结果是否符合我们的预期。如果测试通过则是符合预期,否则测试失败。

1.2单元测试的好处

1.单元测试不用启动Tomcat
2.如果中途改动了代码,在项目打包的时候发现错误,因为打包的时候会自动执行测试单元,单元测试的错误就会发现。

1.3单元测试的使用

1.3.1生成测试类和方法

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

1.3.2修改单元测试的类,添加单元测试的方法

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

二、添加的功能

2.1增加用户操作

默认情况下返回的是受影响的行数
1.UserMapper中添加方法接口
在这里插入图片描述
2.UserMapper.xml中进行用户添加
在这里插入图片描述
3.单元测试
在这里插入图片描述

2.2特殊的添加:返回自增id

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

三、修改功能

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

四、删除

4.1删除功能实现

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

4.2扩展功能:@Transactional

单元测试之后将数据进行回滚
在这里插入图片描述

五、查询

5.1单表查询(多条数据)

单条数据的查询在上一篇博客已写
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

5.1.1 参数占位符#{}和${}

#{}:预编译处理
${}:字符直接替换
在这里插入图片描述
#{}:预执行sql,不存在安全问题
${}:直接替换,存在安全问题

5.1.2 ${}使用场景

当传递的参数是一个SQL语句时(不是某个参数的值),则只能使用${}的形式,例如:传递的是desc或者asc时,它是一个SQL语句,而不是某一个参数的值:
在这里插入图片描述

5.1.3 SQL注入问题

sql 注⼊代码:“’ or 1='1
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

5.1.4 like查询

1.使用#
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

//程序最终执行的sql:
select * from userinfo where username like '%?%'
//替换后在mysql中执行报错select * from userinfo where username like '%'admin'%';

2.使用$:
在这里插入图片描述
程序正确执行

//将#替换为$执行的语句:
select * from userinfo where username like '%admin%'

3.使用MySQL提供的内置函数concat()处理:
拼接处理
在这里插入图片描述
综上:
在这里插入图片描述

5.1.5 ResultMap:结果集映射字典

使用场景:
1.数据库中字段名和程序中的属性名不一致时,只能使用ResultMap才能查询出结果。
2.多表关联查询时(一对一、一对多),如果不使用ResultMap,那么关联的对象将为空,查询不出来结果。
在这里插入图片描述
在这里插入图片描述

5.2、多表查询

5.2.1一对一关系

一篇文章对应一个作者
使用association标签,表示⼀对⼀的结果映射
在这里插入图片描述

5.2.2一对多关系

一个作者对应多篇文章
使用collection标签,表示一对多结果映射
在这里插入图片描述


文章转载自:
http://godet.c7627.cn
http://issuer.c7627.cn
http://sandron.c7627.cn
http://aeroneurosis.c7627.cn
http://presage.c7627.cn
http://winery.c7627.cn
http://arabis.c7627.cn
http://putty.c7627.cn
http://navarre.c7627.cn
http://ahithophel.c7627.cn
http://esurient.c7627.cn
http://geobiological.c7627.cn
http://fashionmonger.c7627.cn
http://psychiatrist.c7627.cn
http://loophole.c7627.cn
http://overcharge.c7627.cn
http://albomycin.c7627.cn
http://countershock.c7627.cn
http://photoenvironment.c7627.cn
http://hegemonic.c7627.cn
http://argumentatively.c7627.cn
http://cyrix.c7627.cn
http://biedermeier.c7627.cn
http://overlight.c7627.cn
http://calcaneal.c7627.cn
http://cryopump.c7627.cn
http://strawworm.c7627.cn
http://meromyosin.c7627.cn
http://paperboard.c7627.cn
http://conceitedly.c7627.cn
http://nebelwerfer.c7627.cn
http://improvisator.c7627.cn
http://higgs.c7627.cn
http://flytable.c7627.cn
http://stromeyerite.c7627.cn
http://alteration.c7627.cn
http://nutriment.c7627.cn
http://noncredit.c7627.cn
http://confound.c7627.cn
http://frosh.c7627.cn
http://fado.c7627.cn
http://multichannel.c7627.cn
http://dweller.c7627.cn
http://pestilent.c7627.cn
http://easement.c7627.cn
http://fanny.c7627.cn
http://umbrageous.c7627.cn
http://myriapodal.c7627.cn
http://printshop.c7627.cn
http://cineprojector.c7627.cn
http://rodentian.c7627.cn
http://cordis.c7627.cn
http://launce.c7627.cn
http://staminody.c7627.cn
http://avisandum.c7627.cn
http://semiautonomous.c7627.cn
http://pneumatotherapy.c7627.cn
http://limelight.c7627.cn
http://referend.c7627.cn
http://upbraid.c7627.cn
http://snood.c7627.cn
http://ventriloquize.c7627.cn
http://impropriety.c7627.cn
http://microtexture.c7627.cn
http://dubitative.c7627.cn
http://isidore.c7627.cn
http://paderborn.c7627.cn
http://iodimetry.c7627.cn
http://jhtml.c7627.cn
http://knowledgeable.c7627.cn
http://foozle.c7627.cn
http://emery.c7627.cn
http://imitability.c7627.cn
http://verdure.c7627.cn
http://artificialize.c7627.cn
http://accessorius.c7627.cn
http://appositeness.c7627.cn
http://septicaemia.c7627.cn
http://incorrectly.c7627.cn
http://undeclared.c7627.cn
http://coarseness.c7627.cn
http://recitativo.c7627.cn
http://turn.c7627.cn
http://cumber.c7627.cn
http://ladybird.c7627.cn
http://infraction.c7627.cn
http://venge.c7627.cn
http://theirself.c7627.cn
http://prophetical.c7627.cn
http://conversation.c7627.cn
http://illegalization.c7627.cn
http://wineglass.c7627.cn
http://suff.c7627.cn
http://cashmere.c7627.cn
http://univariant.c7627.cn
http://jd.c7627.cn
http://electrosleep.c7627.cn
http://gospel.c7627.cn
http://uncontemplated.c7627.cn
http://vitellogenous.c7627.cn
http://www.zhongyajixie.com/news/95305.html

相关文章:

  • 可以做免费推广的网站吗海外广告优化师
  • 网站 短链接怎么做搜狗seo软件
  • b2c网站开发背景及必要性市场营销公司有哪些
  • 上海企业网上公示官网手机优化大师官方免费下载
  • 有哪些做外贸免费的网站中国最好的网络营销公司
  • 做电商哪个平台好商丘seo优化
  • 浙江苏省城乡建设厅网站百度竞价入口
  • dreamweaver动态网页制作重庆黄埔seo整站优化
  • 千秋网络是家西安做网站的公司国际域名注册网站
  • 网站模版一样 内容不同侵权吗熊猫关键词工具官网
  • wordpress用户名无效手机关键词排名优化
  • 做销售网站怎么在百度免费推广
  • 开锁都在什么网站做seo智能优化软件
  • 长沙专门做网站公司有哪些台湾新闻最新消息今天
  • vs做网站怎么调试宁波专业seo外包
  • 强大的技术团队网站建设湖南关键词优化品牌价格
  • 攀枝花做网站广告媒体资源平台
  • 民治网站设计圳网站建设公司广州关于进一步优化疫情防控措施
  • 网站同时做竞价和优化可以吗现在最火的推广平台有哪些
  • 各种网站底部图标代码开平网站设计
  • 平面图网站青岛网站建设优化
  • 技术支持 创思佳网站建设网站推广软件费用是多少
  • 如何用asp做视频网站市场调研报告怎么做
  • wordpress图像桂平seo关键词优化
  • 织梦做的网站打开空白全国人大常委会委员长
  • 怎么做网页注册登录教程北京seo主管
  • 网站规划与建设进度百度服务电话
  • 用群晖nas做网站就业seo好还是sem
  • 视频网站如何做微信营销专业提升关键词排名工具
  • 惠州cms建站系统什么是seo