Spring 复习 2.Spring AoP 本文启发自关于 Spring AOP (AspectJ) 你该知晓的一切_zejian的博客-CSDN博客_springaop 2.1 基本概念 2.1.1 存在问题 如果使用传统OOP的方式来对大量重复的代码进行管理,通常采用的是继承或抽取静态工厂方法 ...
分类:
编程语言 时间:
2021-02-06 12:09:51
阅读次数:
0
此入门教程是记录下方参考资料视频的过程,本例基于Entity Framework Core 3.1 开发工具:Visual Studio 2019 参考资料:https://www.bilibili.com/video/BV1xa4y1v7rR 一对一 添加一个Resume(简历)表:一个Playe ...
分类:
其他好文 时间:
2021-02-04 11:48:47
阅读次数:
0
fiddler是.net开发,所以需要安装.net环境 Mono是一种基于.NET Framework的开放源代码平台 。本文 介绍了该平台 如何 提供在Windows、OS X 和多种UNIX/Linux下灵活的开发机制 。什 么是Mono?Mono的诞生基于这样一个事实:C#语言和CLI(Com ...
分类:
其他好文 时间:
2021-02-02 10:43:33
阅读次数:
0
一. Koa初体验 1.1. 认识Koa 除了express,另外一个非常流行的Node Web服务器框架就是Koa。 Koa官方的介绍: koa:next generation web framework for node.js; koa:node.js的下一代web框架; 事实上,koa是exp ...
分类:
其他好文 时间:
2021-02-01 12:52:21
阅读次数:
0
Netty官网:https://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance p ...
分类:
Web程序 时间:
2021-02-01 11:54:29
阅读次数:
0
全局匿名和用户节流: # 限流 'DEFAULT_THROTTLE_CLASSES': [ 'rest_framework.throttling.AnonRateThrottle', 'rest_framework.throttling.UserRateThrottle' ], 'DEFAULT_T ...
分类:
其他好文 时间:
2021-01-30 11:42:33
阅读次数:
0
练习二级缓存Reedis 1.创建一个maven项目 配置基础pom.xml <!-- 父级项目 --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</arti ...
分类:
其他好文 时间:
2021-01-28 12:21:10
阅读次数:
0
验证器类:Validate.php <?php namespace framework\library; class Validate { /** * 当前验证规则 * @var array */ protected $rule = []; /** * 验证提示信息 * @var array */ ...
分类:
Web程序 时间:
2021-01-28 11:58:59
阅读次数:
0
在 web.xml 中配置一个字符集过滤器即可 <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilt ...
分类:
编程语言 时间:
2021-01-27 13:08:28
阅读次数:
0
论文:https://arxiv.org/abs/2010.15689 代码:https://github.com/lifengshiwo/DIN 1. Introduction 作者提出当前图像修复方法中非常关键的问题是:Hierarchical features under different ...
分类:
Web程序 时间:
2021-01-26 12:25:13
阅读次数:
0