上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 55 下一页

2019年6月27日

aspectj 获取 连接点 方法!

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

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

2019年6月20日

java web.xml session 配置

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

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

2019年6月19日

jenkins pipline svn检出配置

摘要: checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', excludedUsers: '', 阅读全文

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

2019年6月17日

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 正义的伙伴! 阅读(12280) 评论(0) 推荐(0) 编辑

Ant 打包 web 项目 xml 模板

摘要: ... 阅读全文

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

2019年6月12日

在 logback 中 使用 spring boot 的 变量

摘要: 阅读全文

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

2019年6月11日

linux 删除命令

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

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

2019年6月6日

git 创建 本地 裸 仓库

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

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

2019年6月4日

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 正义的伙伴! 阅读(245) 评论(0) 推荐(0) 编辑

Idea 根据 表 生成 实体类

摘要: 来源: https://blog.csdn.net/lp2388163/article/details/86480480 点击这个 阅读全文

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

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用