In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you how Java to achieve sliding CAPTCHA, I hope you will learn something after reading this article, let's discuss it together!
Function: java to achieve sliding CAPTCHA
The project is based on springboot,maven
Development tools: using idea
1. Effect demonstration
two。 The backend code control layer @ Controllerpublic class SliderCodeController {@ Autowired ResourceLoader resourceLoader; @ Autowired private FileUtil fileUtil; / / sets the horizontal axis location cache public static Cache
< String, Integer >Cacheg = CacheBuilder.newBuilder () .expireAfterWrite (60, TimeUnit.SECONDS) .maximumSize (666666) .build (); @ GetMapping @ RequestMapping ("index") public String test (HttpServletRequest request, Model model) throws IOException {return "index";} @ GetMapping @ RequestMapping ("getImg") public @ ResponseBody Map
< String, Object >GetPic (HttpServletRequest request) throws IOException {try {File targetFile = fileUtil.getFile ("target"); File tempImgFile = fileUtil.getFile ("temp"); Map
< String, Object >ResultMap = VerifyImageUtil.pictureTemplatesCut (tempImgFile, targetFile); / / generate the serial number. Use the timestamp instead of String lno = Calendar.getInstance (). GetTimeInMillis () + "; cacheg.put (lno, Integer.valueOf (resultMap.get (" xWidth ") +")); resultMap.put ("capcode", lno) / / remove Abscissa to the front end resultMap.remove ("xWidth"); return resultMap;} catch (Exception e) {e.printStackTrace (); return null;}} @ GetMapping @ RequestMapping ("checkImgCode") public @ ResponseBody Map
< String, Object >Checkcapcode (@ RequestParam ("xpos") int xpos, @ RequestParam ("capcode") String capcode, HttpServletRequest request) throws IOException {Map
< String, Object >Result = new HashMap
< String, Object >Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.