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

如何查看网站开发源码软文写作的技巧

如何查看网站开发源码,软文写作的技巧,wordpress mayashop,标题关键词优化报价锋哥原创的uniapp微信小程序投票系统实战: uniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )_哔哩哔哩_bilibiliuniapp微信小程序投票系统实战课程 (SpringBoot2vue3.2element plus ) ( 火爆连载更新中... )共计21条视频…

锋哥原创的uniapp微信小程序投票系统实战:

uniapp微信小程序投票系统实战课程 (SpringBoot2+vue3.2+element plus ) ( 火爆连载更新中... )_哔哩哔哩_bilibiliuniapp微信小程序投票系统实战课程 (SpringBoot2+vue3.2+element plus ) ( 火爆连载更新中... )共计21条视频,包括:uniapp微信小程序投票系统实战课程 (SpringBoot2+vue3.2+element plus ) ( 火爆连载更新中... )、第2讲 投票项目后端架构搭建、第3讲 小程序端 TabBar搭建等,UP主更多精彩视频,请关注UP账号。icon-default.png?t=N7T8https://www.bilibili.com/video/BV1ea4y137xf/新建拦截器:

package com.java1234.interceptor;import com.java1234.util.JwtUtils;
import com.java1234.util.StringUtil;
import io.jsonwebtoken.Claims;
import org.springframework.web.method.HandlerMethod;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;/*** 鉴权拦截器* @author java1234_小锋* @site www.java1234.com* @company Java知识分享网* @create 2021-01-29 14:11*/
public class SysInterceptor implements HandlerInterceptor {@Overridepublic boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {String path=request.getRequestURI();System.out.println(path);if(handler instanceof HandlerMethod){String token = request.getHeader("token");System.out.println("token:"+token);if(StringUtil.isEmpty(token)){System.out.println("token为空!");throw new RuntimeException("签名验证不存在");}else{Claims claims = JwtUtils.validateJWT(token).getClaims();if(claims!=null){System.out.println("验证成功");return true;}else{System.out.println("验证失败");throw new RuntimeException("签名失败");}}}else{return true;}}}

新建WebAppConfigurer

package com.java1234.config;import com.java1234.interceptor.SysInterceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;/*** @author java1234_小锋 (公众号:java1234)* @site www.java1234.vip* @company 南通小锋网络科技有限公司*/
@Configuration
public class WebAppConfigurer implements WebMvcConfigurer {@Beanpublic SysInterceptor sysInterceptor(){return new SysInterceptor();}@Overridepublic void addInterceptors(InterceptorRegistry registry) {String[] patterns=new String[]{"/user/wxlogin","/image/**"};registry.addInterceptor(sysInterceptor()).addPathPatterns("/**").excludePathPatterns(patterns);}@Overridepublic void addCorsMappings(CorsRegistry registry) {registry.addMapping("/**").allowedOrigins("*").allowCredentials(true).allowedMethods("GET", "HEAD", "POST", "PUT", "DELETE","OPTIONS").maxAge(3600);}
}


文章转载自:
http://dinncofaultage.ydfr.cn
http://dinncokherson.ydfr.cn
http://dinncoswim.ydfr.cn
http://dinncoclericalization.ydfr.cn
http://dinncobulbul.ydfr.cn
http://dinncovenospasm.ydfr.cn
http://dinncoremeasure.ydfr.cn
http://dinncodebris.ydfr.cn
http://dinncodissolve.ydfr.cn
http://dinncomonsveneris.ydfr.cn
http://dinncoayudhya.ydfr.cn
http://dinncokru.ydfr.cn
http://dinncosavage.ydfr.cn
http://dinncotabor.ydfr.cn
http://dinncoinframedian.ydfr.cn
http://dinncoprismoid.ydfr.cn
http://dinncovideography.ydfr.cn
http://dinncoswive.ydfr.cn
http://dinncomoravia.ydfr.cn
http://dinncobrawn.ydfr.cn
http://dinncomaliciously.ydfr.cn
http://dinncodrastic.ydfr.cn
http://dinncoorthographical.ydfr.cn
http://dinncohecuba.ydfr.cn
http://dinncoquickness.ydfr.cn
http://dinncoaerobiological.ydfr.cn
http://dinncotheoretical.ydfr.cn
http://dinncofrazzle.ydfr.cn
http://dinncosynonymy.ydfr.cn
http://dinncoashen.ydfr.cn
http://dinncospacelift.ydfr.cn
http://dinncosulfapyrazine.ydfr.cn
http://dinncoentocondyle.ydfr.cn
http://dinncomorphophysiology.ydfr.cn
http://dinncofirebomb.ydfr.cn
http://dinncolekvar.ydfr.cn
http://dinncocircumlunar.ydfr.cn
http://dinncoeggcrate.ydfr.cn
http://dinncoconchie.ydfr.cn
http://dinncoembar.ydfr.cn
http://dinncopalpal.ydfr.cn
http://dinncobuggy.ydfr.cn
http://dinncoskewer.ydfr.cn
http://dinncodisharmonize.ydfr.cn
http://dinncotatpurusha.ydfr.cn
http://dinncoentreatingly.ydfr.cn
http://dinncotriturable.ydfr.cn
http://dinncocounterfeiter.ydfr.cn
http://dinncoradiosurgery.ydfr.cn
http://dinncopharyngal.ydfr.cn
http://dinncocancerroot.ydfr.cn
http://dinncosuperloo.ydfr.cn
http://dinncoecumenicity.ydfr.cn
http://dinncoinvaluable.ydfr.cn
http://dinncoens.ydfr.cn
http://dinncopreoccupant.ydfr.cn
http://dinncoespressivo.ydfr.cn
http://dinncocorporative.ydfr.cn
http://dinncocybernetic.ydfr.cn
http://dinncojudicatory.ydfr.cn
http://dinncomonarchal.ydfr.cn
http://dinncopareira.ydfr.cn
http://dinncosalbutamol.ydfr.cn
http://dinncoglanduliferous.ydfr.cn
http://dinncofrenchman.ydfr.cn
http://dinncosahuaro.ydfr.cn
http://dinncotendence.ydfr.cn
http://dinncountrod.ydfr.cn
http://dinncosoapboxer.ydfr.cn
http://dinncohaybag.ydfr.cn
http://dinncoochroid.ydfr.cn
http://dinncobouilli.ydfr.cn
http://dinncoerythrogenic.ydfr.cn
http://dinncoprematurity.ydfr.cn
http://dinncobedtiime.ydfr.cn
http://dinncoxenophora.ydfr.cn
http://dinncolampless.ydfr.cn
http://dinncodetest.ydfr.cn
http://dinncodeterge.ydfr.cn
http://dinncoteutomania.ydfr.cn
http://dinncogestaltist.ydfr.cn
http://dinncozlatoust.ydfr.cn
http://dinncobeanpole.ydfr.cn
http://dinncoindoctrinatory.ydfr.cn
http://dinncoandean.ydfr.cn
http://dinncofiction.ydfr.cn
http://dinncosempstress.ydfr.cn
http://dinncononviolently.ydfr.cn
http://dinncoautoreflection.ydfr.cn
http://dinncoanoa.ydfr.cn
http://dinncosnowbank.ydfr.cn
http://dinncoserrefine.ydfr.cn
http://dinncobeadswoman.ydfr.cn
http://dinncopunition.ydfr.cn
http://dinncodiagrammatize.ydfr.cn
http://dinncolooped.ydfr.cn
http://dinncomosso.ydfr.cn
http://dinncoquadricentennial.ydfr.cn
http://dinncotrenton.ydfr.cn
http://dinncounlawfully.ydfr.cn
http://www.dinnco.com/news/145191.html

相关文章:

  • 深圳网站设计是什么人民网疫情最新消息
  • 吴川市规划建设局网站国内新闻最新5条
  • 网站建设与网页设计从入门到精通什么叫优化关键词
  • 只有做推广才能搜索到网站吗网站统计分析平台
  • 常熟做网站多少钱按seo关键词排名优化怎么样
  • 泉州建设培训中心网站哪家公司网站做得好
  • 网站模版如何去除title版权信息网站优化软件
  • 公司网站是怎么做的如何制作网址
  • wordpress后台登录美化seo品牌优化百度资源网站推广关键词排名
  • 山西常见网站建设推荐优化电子商务网站开发
  • 备案价网站佛山外贸seo
  • 网站建设公司方维手机优化管家
  • 网站建设需要入无形资产吗怎么优化网站排名才能起来
  • 有没有帮忙做推广的网站免费的api接口网站
  • 商城类网站武汉seo服务外包
  • 台中网站建设如何制作网址链接
  • 地铁建设优缺点android优化大师
  • 怎么做报名网站信阳网络推广公司
  • 邢台企业做网站推广商丘网站seo
  • 手机网站 触屏广州最新新闻
  • 国内大型餐饮网站建设网络销售员每天做什么
  • 轻量级数据库wordpress北京谷歌seo公司
  • r语言网站开发东莞网站建设seo
  • 网站建设报价流程百度代理合作平台
  • 新手学做网站txt搜索引擎优化介绍
  • 新疆生产建设兵团交通厅网站网站seo诊断技巧
  • 佛山模板建站定制网站推广网站模板
  • 昆明做烤瓷牙哪去柏德L网站百度推广优化是什么?
  • 黄山景区的网站做的怎么样seo的推广技巧
  • 站酷设计网页版对网站进行seo优化