摘要:
package cn.com.songjy.test; import java.io.UnsupportedEncodingException; /** * 在Java中按字节获得字符串长度的两种方法 * */ public class App { public static void main( 阅读全文
posted @ 2020-03-05 17:02
LZ太热
阅读(10955)
评论(0)
推荐(0)
摘要:
需求:查看系统各个模块的用户操作记录,通过AOP切面实现,在不同模块的增删改接口上加切面注解 部分示例代码如下,剩下的自行补充 流程:1.根据配置确定是否启用用户操作记录。UserTraceAspectCondition:实现Condition接口的matches方法,根据配置文件决定是否初始化类 阅读全文
posted @ 2020-03-05 10:16
LZ太热
阅读(762)
评论(0)
推荐(0)

浙公网安备 33010602011771号