为了演示Spring中对象是如何创建并放到spring容器中,这里新建一个maven项目: 其中pom.xm文件中只引入了一个依赖: <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spri ...
分类:
编程语言 时间:
2020-02-10 22:49:37
阅读次数:
105
OWASP ZAP(ZED ATTACK PROXY) Automatically find vulnerabilities in web applications. Free and easy to use. It can also be used for manual testing. This ...
分类:
Web程序 时间:
2020-02-10 22:21:26
阅读次数:
108
This is an old article from my notebook. I found this very useful and I often look back into it to find some source demo for my work. I revise it agai ...
分类:
编程语言 时间:
2020-02-10 18:34:10
阅读次数:
117
一 Css 选择器优先级 | 选择器 | 千位 | 百位 | 十位 | 个位 | 优先级 | | | | | | | | | | 0 | 0 | 0 | 1 | 0001 | | | 0 | 0 | 0 | 3 | 0003 | | | 0 | 0 | 2 | 2 | 0022 | | | 0 | ...
分类:
Web程序 时间:
2020-02-10 18:12:23
阅读次数:
96
参考:https://blog.51cto.com/9291927/2310444 https://www.cnblogs.com/zhujingzhi/p/9786622.html 官方文档:https://docs.docker.com/compose/compose-file https://... ...
分类:
其他好文 时间:
2020-02-10 09:25:00
阅读次数:
60
dist 目录需要启动一个 HTTP 服务器来访问 (除非你已经将 publicPath 配置为了一个相对的值),所以以 file:// 协议直接打开 dist/index.html 是不会工作的。在本地预览生产环境构建最简单的方式就是使用一个 Node.js 静态文件服务器,例如 serve: ...
分类:
其他好文 时间:
2020-02-10 00:12:52
阅读次数:
120
第一组 platform n.讲台 Speaker after speaker mounted/took the platform to denounce the policy. 演讲者一个接一个走上讲台谴责这项政策 public school 公立学校 She switched to public ...
分类:
其他好文 时间:
2020-02-09 10:06:13
阅读次数:
101
个人示例<swiperautoplay="true"indicator-dots="{{true}}"class="ad-swiper"indicator-color="rgba(255,255,255,.5)"indicator-active-color="#FFF"><blockwx:for="{{advertisements}}"wx:key="ad_id"wx:for-i
分类:
微信 时间:
2020-02-09 00:32:39
阅读次数:
227
/** * The student class is basic class. * @author Leon * */ public class Student { /** * @param name The student's name * @param id student's id */ pu ...
分类:
编程语言 时间:
2020-02-08 20:49:27
阅读次数:
111
基本的封装 函数就可以理解为一个想要做的事情,函数体中约定了这件事情做的过程,直到调用时才开始工作。 将函数作为参数传递就像是将一个事情交给别人,这就是委托的概念 封装: 1. 写一个相对比较完善的用例 2. 写一个空函数,没有形参,将刚刚的用例直接作为函数的函数体 3. 根据使用过程中的需求抽象参 ...
分类:
Web程序 时间:
2020-02-08 15:56:18
阅读次数:
58