上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 55 下一页
摘要: Java之Filter - Zh1z3ven - 博客园 (cnblogs.com) package io.veal.filter; import javax.servlet.*; import java.io.IOException; public class FilterA implements 阅读全文
posted @ 2022-05-02 19:49 ascertain 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 测试JWT package com.example.jwt; import com.auth0.jwt.JWT; import com.auth0.jwt.JWTCreator; import com.auth0.jwt.JWTVerifier; import com.auth0.jwt.algor 阅读全文
posted @ 2022-05-02 09:05 ascertain 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-01 23:19 ascertain 阅读(26) 评论(0) 推荐(0) 编辑
摘要: import base64, json primeval: bytes = b'<>??><?<>[' outcome = base64.b64encode(primeval) print('outcome:', outcome) print('altchars(-_):', base64.b64e 阅读全文
posted @ 2022-05-01 16:50 ascertain 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 一个参数时, 此参数必须是dict key: Unicode ordinals(code point) 或 characters, 字符会被转为Unicode ordinals, 即 key 最终都被转为code point value: Unicode ordinals, strings, Non 阅读全文
posted @ 2022-05-01 12:32 ascertain 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-30 22:38 ascertain 阅读(181) 评论(0) 推荐(0) 编辑
摘要: @Mapper,最终 Mybatis 会有一个拦截器,会自动的把 @Mapper 注解的接口生成动态代理类。当然,前提是,映射器(Mapper.xml)必须满足动态代理的条件:1.namespace与接口的全限定类名相同2.id名与接口中方法名一致 <?xml version="1.0" encod 阅读全文
posted @ 2022-04-28 22:24 ascertain 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 配置类: package us.transcode.thymeleaf.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configur 阅读全文
posted @ 2022-04-28 22:11 ascertain 阅读(29) 评论(0) 推荐(0) 编辑
摘要: MVC: package us.transcode.thymeleaf.exception; import org.springframework.stereotype.Component; import org.springframework.web.servlet.HandlerExceptio 阅读全文
posted @ 2022-04-28 21:44 ascertain 阅读(145) 评论(0) 推荐(0) 编辑
摘要: spring: datasource: type: com.alibaba.druid.pool.DruidDataSource url: jdbc:mysql://localhost:3306/thymeleaf?characterEncoding=UTF-8 driver-class-name: 阅读全文
posted @ 2022-04-28 21:39 ascertain 阅读(33) 评论(0) 推荐(0) 编辑
摘要: <!-- https://mvnrepository.com/artifact/com.github.ulisesbocchio/jasypt-spring-boot-starter --> <dependency> <groupId>com.github.ulisesbocchio</groupI 阅读全文
posted @ 2022-04-28 18:04 ascertain 阅读(103) 评论(0) 推荐(0) 编辑
摘要: ${AnsiColor.BRIGHT_GREEN} ${AnsiStyle.BOLD} _______ _______ _ __________________ _______ _______ _______ ( ____ \( ___ )( ( /|\__ __/\__ __/( ____ \|\ 阅读全文
posted @ 2022-04-28 17:17 ascertain 阅读(31) 评论(0) 推荐(0) 编辑
摘要: <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <fork>true</fork> <!--增加JVM参数-- 阅读全文
posted @ 2022-04-26 22:49 ascertain 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-26 17:08 ascertain 阅读(23) 评论(0) 推荐(0) 编辑
摘要: log4j2 + slf4j <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> </dependency> <dependency> <grou 阅读全文
posted @ 2022-04-25 20:14 ascertain 阅读(30) 评论(0) 推荐(0) 编辑
摘要: Service Provider Interface: 阅读全文
posted @ 2022-04-25 17:11 ascertain 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-25 13:25 ascertain 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 用来找出桌面上一个星期以上(大于或者等于8天)没有访问过的文件,因为是用于示例,这里使用相对容易理解的语法,并且添加了注释: function Get-OldFiles { # 获取桌面上所有的文件信息 $all_files = Get-ChildItem $env:USERPROFILE\Desk 阅读全文
posted @ 2022-04-23 18:25 ascertain 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-23 12:39 ascertain 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/17866996/how-to-access-plain-json-body-in-spring-rest-controller 阅读全文
posted @ 2022-04-23 00:17 ascertain 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 55 下一页