上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页

2018年6月27日

spring-boot 加入拦截器Interceptor

摘要: 1.spring boot拦截器默认有 HandlerInterceptorAdapter AbstractHandlerMapping UserRoleAuthorizationInterceptor LocaleChangeInterceptor ThemeChangeInterceptor 2 阅读全文

posted @ 2018-06-27 16:13 chengjunde 阅读(357) 评论(0) 推荐(0) 编辑

2018年6月26日

对spring boot 之AutoConfiguration 的理解

摘要: 来自:http://rensanning.iteye.com/blog/2363467 https://blog.csdn.net/tincox/article/details/79186067 AutoConfiguration 大部分是通过继承或者实现类 上面加相应的 @Configuratio 阅读全文

posted @ 2018-06-26 14:12 chengjunde 阅读(379) 评论(0) 推荐(0) 编辑

2018年6月20日

java 集合操作小结

摘要: Map<String,String> m1=new HashMap<String,String>(); m1.put("zara", "name1"); m1.put("mahnaz","31"); m1.put("Ayna", "name2"); m1.put("zara","kkk"); Sys 阅读全文

posted @ 2018-06-20 18:12 chengjunde 阅读(128) 评论(0) 推荐(0) 编辑

java -d . **.java 与 java **.java 的区别

摘要: 如何在命令行模式下运行带包的java文件 https://blog.csdn.net/lytor/article/details/17048361 javac,使用"-d ."与省略-d的区别 https://blog.csdn.net/ppxxyy1110/article/details/2097 阅读全文

posted @ 2018-06-20 15:53 chengjunde 阅读(327) 评论(0) 推荐(0) 编辑

2018年6月15日

关于Eclipse SVN 分支 与主干 小结

摘要: SVN建立分支和合并代码 https://blog.csdn.net/luofeixiongsix/article/details/52052631 SVN创建指定版本号的分支 https://blog.csdn.net/csmly/article/details/61196343 注意 本地的 代 阅读全文

posted @ 2018-06-15 17:46 chengjunde 阅读(247) 评论(0) 推荐(0) 编辑

Mysql建表好的例子

摘要: 1. DROP TABLE IF EXISTS `sys_warehouse_area`;CREATE TABLE `sys_warehouse_area` ( `id` bigint(20) NOT NULL COMMENT '仓库区域编号', `name` varchar(50) NOT NUL 阅读全文

posted @ 2018-06-15 13:44 chengjunde 阅读(370) 评论(0) 推荐(0) 编辑

2018年6月14日

@Controller和@RestController的区别

摘要: ❖❖1、 官方文档: @RestController is a stereotype annotation that combines @ResponseBody and @Controller. 意思是: @RestController注解相当于@ResponseBody + @Controlle 阅读全文

posted @ 2018-06-14 23:39 chengjunde 阅读(296) 评论(0) 推荐(0) 编辑

2018年6月11日

淘海外分发Job 多线程demo

摘要: using System;using System.Collections.Generic;using System.Configuration;using System.Diagnostics;using System.Linq;using System.Text;using System.Thr 阅读全文

posted @ 2018-06-11 13:49 chengjunde 阅读(142) 评论(0) 推荐(0) 编辑

2018年6月7日

好的Mysql 查询语句

摘要: select swr.id,swr.name,swr.sort as type,count(swl.id) as nums,ifnull(sum(swl.package_num),0) packageNum from sys_warehouse_roadway swr left join sys_w 阅读全文

posted @ 2018-06-07 14:13 chengjunde 阅读(102) 评论(0) 推荐(0) 编辑

2018年6月6日

sonar总结--

摘要: maven的setting.xml 配置 https://www.cnblogs.com/javawebsoa/p/3206504.html 阅读全文

posted @ 2018-06-06 18:42 chengjunde 阅读(101) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页

导航