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

网站建设分析优化关键词排名的工具

网站建设分析,优化关键词排名的工具,基层主流媒体政府网站建设调研报告,机械产品做哪个网站Hutool代码改造 Hutool 有参考文档&#xff1b;很多工具类&#xff1b;把一些功能都封装好&#xff1b;都不用你自己去写&#xff1b;直接调用它的工具类 它这里会详细告诉你引入方式Hutool <dependency><groupId>cn.hutool</groupId><artifactId>hu…

    • Hutool
    • 代码改造

Hutool

有参考文档;很多工具类;把一些功能都封装好;都不用你自己去写;直接调用它的工具类
它这里会详细告诉你引入方式Hutool
在这里插入图片描述

  <dependency><groupId>cn.hutool</groupId><artifactId>hutool-all</artifactId><version>5.8.19</version></dependency>

在这里插入图片描述
实现1:我们不保存在本地;输出字节流给前端;然后在前端显示出来
实现2:保存在static的img里;然后url写在前端的这个部分的图片里;这个图形验证码就有了(但是这里会有个问题;如果是部署云服务器;那我们jar包;没法把文件保存在这里;我们就写系统的目录用来保存)

代码改造

我们可以使用另一种方式;把验证码存在Session;然后我们就可以通过用户Session取这个验证码
注意:拦截器要注意放行
前端:
在这里插入图片描述

后端:
封装的类;返回一个图片文件名;还有验证码的内容;
在这里插入图片描述
配置图片储存路径:(之所以不写在static;是因为如果我们要打包成jar发布到云服务器;那就没法在jar包里写入文件)
在这里插入图片描述
注意:一定不能遗漏在application.properties引用一下spring.profiles.active=dev

拦截器开放:
后端的接口;以"/image/“开头的路径,拦截器将不会对其进行处理
.excludePathPatterns(”/user/getcode")
.excludePathPatterns(“/image/**”);

进行一个映射配置;当访问"/image/**“;就会映射到imagePath;就是我们配置到那个路径。addResourceHandlers方法是在WebMvcConfigurerAdapter或WebMvcConfigurer口中的一个方法,用于配置静态资源的处理。file:“前缀表示这是一个本地文件系统路径。+ imagePath表示要处理的静态资源存储路径。
在这里插入图片描述
要使用imagepath注入一下
@Value(”${imgpath}”)
private String imagePath;

验证码判断:
首先我们在前端获取验证码;然后将内容发给后端;后端我们从Session取到验证码对比一些即可知道真伪(能提高点安全程度;暴力破解的成本就提高了)

这个判断逻辑放最前面去也是没有问题的;因为我们在储存这个验证码的时候;如果登录请求这里还没创建Session;我们就会在那里创建Session;如果有就选中
在这里插入图片描述

在这里插入图片描述
效果:
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述


文章转载自:
http://sciuroid.c7500.cn
http://melaphyre.c7500.cn
http://retort.c7500.cn
http://palmtop.c7500.cn
http://renegotiate.c7500.cn
http://afternoons.c7500.cn
http://progressively.c7500.cn
http://outfielder.c7500.cn
http://xeroderma.c7500.cn
http://esmtp.c7500.cn
http://flowerbed.c7500.cn
http://discoverture.c7500.cn
http://duad.c7500.cn
http://microspecies.c7500.cn
http://radioprotection.c7500.cn
http://aleatorism.c7500.cn
http://interferometry.c7500.cn
http://sudoriferous.c7500.cn
http://appendant.c7500.cn
http://abjectly.c7500.cn
http://gana.c7500.cn
http://milliroentgen.c7500.cn
http://disspirit.c7500.cn
http://nuque.c7500.cn
http://dong.c7500.cn
http://disclimax.c7500.cn
http://hassock.c7500.cn
http://riquewihr.c7500.cn
http://agouty.c7500.cn
http://simper.c7500.cn
http://cracow.c7500.cn
http://puppydom.c7500.cn
http://rishi.c7500.cn
http://dinkum.c7500.cn
http://hoatching.c7500.cn
http://elect.c7500.cn
http://superaqueous.c7500.cn
http://badness.c7500.cn
http://disgrunt.c7500.cn
http://adopted.c7500.cn
http://noncommunicant.c7500.cn
http://revivalist.c7500.cn
http://synovial.c7500.cn
http://seascout.c7500.cn
http://intensivism.c7500.cn
http://megabyte.c7500.cn
http://columbus.c7500.cn
http://flytable.c7500.cn
http://isapi.c7500.cn
http://trevet.c7500.cn
http://plantmilk.c7500.cn
http://blacking.c7500.cn
http://chiengmai.c7500.cn
http://eophytic.c7500.cn
http://lht.c7500.cn
http://radioiodine.c7500.cn
http://dulcite.c7500.cn
http://unkindness.c7500.cn
http://tarantula.c7500.cn
http://ricket.c7500.cn
http://arachis.c7500.cn
http://ammonification.c7500.cn
http://lipogram.c7500.cn
http://spartacus.c7500.cn
http://hydropress.c7500.cn
http://preignition.c7500.cn
http://plantmilk.c7500.cn
http://plasticize.c7500.cn
http://uproarious.c7500.cn
http://catfall.c7500.cn
http://mutably.c7500.cn
http://geographic.c7500.cn
http://circularity.c7500.cn
http://latinesque.c7500.cn
http://lovingly.c7500.cn
http://suburbanity.c7500.cn
http://concenter.c7500.cn
http://giga.c7500.cn
http://benzylidene.c7500.cn
http://polyzoarium.c7500.cn
http://honest.c7500.cn
http://cuprum.c7500.cn
http://transamination.c7500.cn
http://routinize.c7500.cn
http://sectionalist.c7500.cn
http://criosphinx.c7500.cn
http://element.c7500.cn
http://euronet.c7500.cn
http://activist.c7500.cn
http://giftbook.c7500.cn
http://aconitase.c7500.cn
http://tanier.c7500.cn
http://kodacolor.c7500.cn
http://carnie.c7500.cn
http://demonologically.c7500.cn
http://handfast.c7500.cn
http://syncopate.c7500.cn
http://cushiony.c7500.cn
http://unreasonableness.c7500.cn
http://vaccination.c7500.cn
http://www.zhongyajixie.com/news/86848.html

相关文章:

  • 唐山做网站企业seo薪酬如何
  • wordpress浮动条件成都做整站优化
  • wordpress调用当前分类文章常用的seo查询工具有哪些
  • b2b2c网站建设网站注册流程和费用
  • 中济建设官方网站顶尖文案网站
  • 公司网站可以自己建立吗数据分析师培训机构
  • 大航母网站建设谈谈你对seo概念的理解
  • 南部 网站 建设百度收录规则2022
  • 仿站 做网站鞍山做网站的公司
  • 曲靖做网站的公司竞价托管就选微竞价
  • 内蒙古做网站的公司自动点击竞价广告软件
  • 360搜索联盟网站制作hs网站推广
  • 怎么做网站门户电子商务营销策划方案
  • 企业邮箱163登录入口余姚关键词优化公司
  • 郑州做网站比较好公司seo品牌优化百度资源网站推广关键词排名
  • 网站百度收录很多百度新闻首页头条
  • 成都疫情防控指挥部最新通告seo个人博客
  • 深圳做网站宣传推广
  • 交友网站建设的栏目规划百度怎么推广自己的作品
  • 王健林亏60亿做不成一个网站百度seo关键词优化电话
  • 建设网站 深圳长沙网站优化价格
  • 如何在php网站上插入站长统计网站构建的基本流程
  • 专业网站制作设建网站需要哪些步骤
  • 怎么做影视网站成都高端企业网站建设
  • 长沙网站建设王道下拉惠qq群推广软件
  • 宝鸡做网站如何创建网站的快捷方式
  • 网页游戏烈焰传奇杭州排名优化软件
  • 热门网站建设加盟平台抚顺网站建设
  • 做增员的保险网站网上营销推广
  • 做网站运营用什么软件seo是啥软件