目前在不考虑IE以及低端安卓机(4.3-)的兼容下,已经可以放心使用flex进行布局了。什么是flex布局以及它的好处,这里就不再赘述。 在这篇文章里,想说说flex布局的属性语法及其细节。那么网上也有不少flex布局的教程,为什么又要再写一篇? 首先,flex布局的迷之属性们,如果一知半解,机械记 ...
分类:
其他好文 时间:
2019-12-27 13:32:42
阅读次数:
61
It seems that the developper often leaves backup files around... 似乎开发人员经常把备份文件放在… 直接下载网站备份: index.php.bak 源码中的这一部分: 满足红色部分的条件即可打印出隐藏密码 payload:(此处过滤了 ...
分类:
Web程序 时间:
2019-12-22 12:32:28
阅读次数:
83
package com.jt.aop; import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect;im ...
分类:
其他好文 时间:
2019-12-13 21:45:07
阅读次数:
123
package com.jt.aop; import org.aspectj.lang.JoinPoint;import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.AfterThrowing;imp ...
分类:
其他好文 时间:
2019-12-13 21:32:29
阅读次数:
123
Share variable, function and class ...
分类:
其他好文 时间:
2019-12-07 19:36:15
阅读次数:
96
Spring Boot AOP之对请求的参数入参与返回结果进行拦截处理 本文链接:https://blog.csdn.net/puhaiyang/article/details/78146620 spring Aop切面中的@Before @Around等执行顺序与请求参数统一解码 https:// ...
分类:
编程语言 时间:
2019-12-06 11:35:42
阅读次数:
151
18.1微型子例程 字节码中的finally子句在方法内部的表现很像“微型子例程”。Java虚拟机在每个try语句块和与其相关的catch子句的结尾处都会“调用”finally子句的子例程。finally子句结束后(这里的结束指的是finally子句中最后一条语句正常执行完毕,不包括抛出异常,或执行 ...
分类:
其他好文 时间:
2019-12-03 23:34:38
阅读次数:
129
Before、After、Around以及@Pointcut常用写法 ...
分类:
编程语言 时间:
2019-12-02 19:08:59
阅读次数:
179
Linus Torvalds I am not a visionary, i do not have a five year plan, i’m an engineer. I am perfectly fine with all the people who are walking around a ...
分类:
其他好文 时间:
2019-11-28 19:13:56
阅读次数:
83
失败原因: The connection pool usually has a wrapper around the real connection instance, that's why your cast fails. 连接池通常包装了一个真实的真实的Connection实例。 解决方案: ...
分类:
数据库 时间:
2019-11-27 10:38:12
阅读次数:
194