我是采用代理模式的aspectj 代码运行报错如下: 解决方案: 1、需要在 resources 中配置 aop.xml 文件,放置在 META-INF 目录中( resource/META-INF/aop.xml),如没有自行创建 2、aop.xml 文件中的配置非常容易理解,只需要配置 Aspe ...
分类:
编程语言 时间:
2019-03-27 10:46:48
阅读次数:
385
If we pushed our changes already to the remote repository we have to pay attention to not change the git history (using commands like rebase, reset, a ...
分类:
其他好文 时间:
2019-03-26 21:11:03
阅读次数:
218
Django中CBV和Restful API中的APIView源码分析 python的Django框架的视图处理可以用FBV, 也可以采用CBV。首先定义一个CBV视图: 首先,一个CBV(class base views 类方式完成视图响应)视图定义时类方法的名称必须有请求名,为什么要这样定义? ...
ErrorCode:org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component typ ...
分类:
其他好文 时间:
2019-03-25 20:49:47
阅读次数:
414
==> nginx Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. ...
分类:
系统相关 时间:
2019-03-25 16:09:20
阅读次数:
249
Given two sequences pushed and popped with distinct values, return true if and only if this could have been the result of a sequence of push and pop o ...
分类:
其他好文 时间:
2019-03-23 10:33:46
阅读次数:
233
1. Install SuiteCloud IDE(Eclipse + Plugin) 1.1 https://www.eclipse.org/downloads/packages/release/mars/2/eclipse-ide-java-ee-developers.1.2 Updating ...
分类:
Web程序 时间:
2019-03-23 00:32:29
阅读次数:
245
双亲委派模型工作过程是:如果一个类加载器收到类加载的请求,它首先不会自己去尝试加载这个类,而是把这个请求委派给父类加载器完成。每个类加载器都是如此,只有当父加载器在自己的搜索范围内找不到指定的类时(即ClassNotFoundException),子加载器才会尝试自己去加载。 从源码(jdk1.8) ...
分类:
其他好文 时间:
2019-03-22 16:53:05
阅读次数:
132
One He hugged his son, knowing that he had been a good father. He kissed his wife on the forehead one last time. The old man smiled and closed his eye ...
分类:
其他好文 时间:
2019-03-18 23:46:13
阅读次数:
152
题目: Description Farmer John has been elected mayor of his town! One of his campaign promises was to bring internet connectivity to all farms in the ar ...
分类:
Web程序 时间:
2019-03-14 10:30:14
阅读次数:
135