代码改变世界

12 2020 档案

springboot 重复提交
摘要:@Target(ElementType.METHOD)@Retention(RetentionPolicy.RUNTIME)@Documented@Inheritedpublic @interface DuplicateSubmitToken { String key() default "";} 阅读全文

posted @ 2020-12-29 11:03 Captain林 阅读(410) 评论(0) 推荐(0)

nginx 下载返回原文件名称
摘要:if ($arg_attname ~ "^(.+)") { add_header Content-Disposition "attachment;filename=$arg_attname"; } 阅读全文

posted @ 2020-12-10 18:40 Captain林 阅读(469) 评论(0) 推荐(0)

导航