本教程源码请访问:tutorial_demo 一、什么是动态代理 1.1、概念 动态代理的用途与装饰模式很相似,就是为了对某个对象进行增强。所有使用装饰者模式的案例都可以使用动态代理来替换。 特点:字节码随用随创建,随用随加载; 作用:不修改源码的基础上对方法增强; 学习目的:为了学习AOP的原理做 ...
分类:
编程语言 时间:
2020-06-01 20:24:12
阅读次数:
54
reference: A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about A ...
分类:
其他好文 时间:
2020-05-31 16:04:42
阅读次数:
87
学习LearnWebCode的教学视频Git Tutorial Part 2: Vocab (Repo, Staging, Commit, Push, Pull),主要理解Git如何实现版本管理。 举个例子,我创建一个Working Directory,一个本地repository folder(在 ...
分类:
其他好文 时间:
2020-05-29 21:21:23
阅读次数:
80
Codeforces 1270G Subset with Zero Sum https://codeforces.com/contest/1270/problem/G 长度为 \(n\) 的正整数序列 \(a_1,a_2,\cdots,a_n\) , 满足 \[ i - n \le a_i \le ...
分类:
其他好文 时间:
2020-05-29 21:05:56
阅读次数:
59
元学习:从Few-Shot学习到快速强化学习(ICML 2019 Tutorial) by Chelsea Finn, Sergey Levine https://www.bilibili.com/video/BV1o4411A7YE ...
分类:
其他好文 时间:
2020-05-29 13:35:45
阅读次数:
84
参考:https://www.ruanyifeng.com/blog/2018/07/json_web_token-tutorial.html 背景 一、跨域认证的问题(session面对分布式场景的不足) 1、用户向服务器发送用户名和密码。2、服务器验证通过后,在当前对话(session)里面保存 ...
分类:
Web程序 时间:
2020-05-28 19:38:05
阅读次数:
91
本教程源码请访问:tutorial_demo 在《Spring04_IOC和DI实战》当中,我们使用XML配置的方式结合Apache Commons DbUtils实现单表的CRUD操作,这篇教程我们使用纯注解方式结合Apache Commons DbUtils实现单表的CRUD操作。 一、需求和技 ...
分类:
编程语言 时间:
2020-05-28 12:46:25
阅读次数:
59
本教程源码请访问:tutorial_demo 之前我们学习了如何使用注解实现IOC和DI,接下来我们学习一下如何完全抛弃XML配置,完全使用注解配置。 在学习纯注解之前先看一个完全用XML配置的案例,就当一个回顾。 一、一个例子-使用XML配置bean 需求:设计一个Person对象,包含usern ...
分类:
编程语言 时间:
2020-05-28 00:49:28
阅读次数:
62
此教程教我們在SELECT查詢中使用別一個SELECT查詢,進行一些更複雜的查詢。 name國家名continent洲份area面積population人口gdp國民生產總值 Afghanistan Asia 652230 25500100 20343000000 Albania Europe 28 ...
分类:
数据库 时间:
2020-05-24 12:02:27
阅读次数:
327
The Node.js framework is mostly used to create server based applications. The framework can easily be used to create web servers which can serve conte ...
分类:
Web程序 时间:
2020-05-24 00:54:25
阅读次数:
90