06 2019 档案

aspectj 获取 连接点 方法!
摘要:public static Method getMethod(JoinPoint joinPoint) { Method method = null; String name = joinPoint.getSignature().getName(); try { // 这才是 正统! MethodS 阅读全文

posted @ 2019-06-27 18:22 正义的伙伴! 阅读(1032) 评论(0) 推荐(0) 编辑

java web.xml session 配置
摘要:一般用上面的就可以了。 下面是详细配置 阅读全文

posted @ 2019-06-20 09:36 正义的伙伴! 阅读(2060) 评论(0) 推荐(0) 编辑

jenkins pipline svn检出配置
摘要:checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', excludedUsers: '', 阅读全文

posted @ 2019-06-19 08:55 正义的伙伴! 阅读(1448) 评论(0) 推荐(0) 编辑

Jenkins 配置代理。
摘要:方法一: http://192.115.0.2:9000/pluginManager/advanced 页面 这个 URL 改成http://mirror.xmission.com/jenkins/updates/update-center.json 或https://mirrors.tuna.ts 阅读全文

posted @ 2019-06-17 18:29 正义的伙伴! 阅读(12411) 评论(0) 推荐(0) 编辑

Ant 打包 web 项目 xml 模板
摘要:... 阅读全文

posted @ 2019-06-17 16:20 正义的伙伴! 阅读(674) 评论(0) 推荐(0) 编辑

在 logback 中 使用 spring boot 的 变量
摘要: 阅读全文

posted @ 2019-06-12 10:26 正义的伙伴! 阅读(5576) 评论(0) 推荐(0) 编辑

linux 删除命令
摘要:ctrl+a ctrl+e 分别代表把管标移动到最前和最后 ctrl+u ctrl+k 分别代表光标处往前和光标处往后删除 阅读全文

posted @ 2019-06-11 14:07 正义的伙伴! 阅读(1123) 评论(0) 推荐(0) 编辑

git 创建 本地 裸 仓库
摘要:1. 创建 裸库 git init --bare 目录名 2. 克隆 裸库, git clone E:/位置 目录名 3. git commit 4. git push 注意: 裸库 直接调用 git pull 会 出错,必须 先经过一次 push 操作。 阅读全文

posted @ 2019-06-06 09:36 正义的伙伴! 阅读(1506) 评论(0) 推荐(0) 编辑

swagger spring-boot 配置
摘要:来源: https://www.cnblogs.com/xiaohanghang/p/6018654.html 常用注解: https://www.jianshu.com/p/12f4394462d5 由于Spring Boot能够快速开发、便捷部署等特性,相信有很大一部分Spring Boot的用 阅读全文

posted @ 2019-06-04 10:38 正义的伙伴! 阅读(252) 评论(0) 推荐(0) 编辑

Idea 根据 表 生成 实体类
摘要:来源: https://blog.csdn.net/lp2388163/article/details/86480480 点击这个 阅读全文

posted @ 2019-06-04 10:13 正义的伙伴! 阅读(2629) 评论(0) 推荐(0) 编辑

java 流 api
摘要:注意: 如果在 .map 中 调用 .add ,这会使 方法 重新 回到 .filter 中,使 .filter 再执行 一次!!!!!! 阅读全文

posted @ 2019-06-03 14:46 正义的伙伴! 阅读(192) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
//增加一段JS脚本,为目录生成使用
点击右上角即可分享
微信分享提示