上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 232 下一页
摘要: IDEA的maven项目中,默认源代码目录下(src/main/java目录)的xml等资源文件并不会在编译的时候一块打包进classes文件夹,而是直接舍弃掉。如果使用的是Eclipse,Eclipse的src目录下的xml等资源文件在编译的时候会自动打包进输出到classes文件夹。 示例: 当 阅读全文
posted @ 2019-07-14 14:55 牧之丨 阅读(965) 评论(0) 推荐(0)
摘要: Aspectj织入点语法: 1、execution(public * *(..)) 任何类的任何返回值的任何方法 2、execution(* set*(..)) 任何类的set开头的方法 3、execution(* com.xyz.service.AccountService.*(..)) 任何返回 阅读全文
posted @ 2019-07-14 14:01 牧之丨 阅读(556) 评论(0) 推荐(0)
摘要: mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.2.0 -Dpackaging=jar -Dfile-D:\ojdbc14.jar 阅读全文
posted @ 2019-07-14 13:12 牧之丨 阅读(1598) 评论(0) 推荐(0)
摘要: ➜ ~ brew install thriftUpdating Homebrew...Warning: You are using macOS 10.11.We (and Apple) do not provide support for this old version.You will enco 阅读全文
posted @ 2019-07-14 11:23 牧之丨 阅读(3805) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-07-14 00:51 牧之丨 阅读(24) 评论(0) 推荐(0)
摘要: $ brew install php70-mcrypt 报错: Error: parent directory is world writable but not sticky 搜索到github的答案 https://github.com/Homebrew/legacy-homebrew/issu 阅读全文
posted @ 2019-07-13 23:41 牧之丨 阅读(326) 评论(0) 推荐(0)
摘要: OmniGraffle 是 Mac 上的绘图利器。Graffle 在很多方面对标 Windows 系统上的 Microsoft Visio,是制作各种文档的绝妙工具。 变换移动 放大:Cmd+Shift+. 或 z+点击 缩小:Cmd+Shift+, 或 z+Option+点击 缩放:按住Cmd+双 阅读全文
posted @ 2019-07-09 15:01 牧之丨 阅读(877) 评论(0) 推荐(0)
摘要: 2019-06-26 22:19:57.408642475 java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either 阅读全文
posted @ 2019-06-26 22:28 牧之丨 阅读(3900) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zdd-java/p/7861824.html 前言: 最近接手了一个项目,大概过了下需求,然后打开项目准备开搞的时候发现一个问题,这个项目是提供rest服务的一个web项目,其中很多旧系统由于还没改成微服务,所以只能通过HttpClient发起调用。 阅读全文
posted @ 2019-06-26 21:33 牧之丨 阅读(329) 评论(0) 推荐(0)
摘要: @Controller@ComponentScan@Configuration@EnableScheduling@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class, DataSourceTransactionMana 阅读全文
posted @ 2019-06-26 19:47 牧之丨 阅读(641) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 232 下一页