增加对annotation的支持,查找@Controller下的@RequestMapping 代码:https://github.com/kuotian/springmvc_me 1. 注解 @Controller @Target(ElementType.TYPE) @Retention(Rete ...
分类:
编程语言 时间:
2020-06-18 22:13:41
阅读次数:
66
1、安装kubelet、kubeadm、kubectl2、查看所需镜像命令:kubeadm config images list结果:k8s.gcr.io/kube-apiserver:v1.18.3k8s.gcr.io/kube-controller-manager:v1.18.3k8s.gcr.... ...
分类:
Web程序 时间:
2020-06-18 22:05:22
阅读次数:
68
There are 2 options for you to choose before order please: 1. Software is in a 320G hdd before shipment, the customers need to install it and active i ...
分类:
其他好文 时间:
2020-06-18 21:52:05
阅读次数:
175
There are 2 options for you to choose before order please: 1. Software is in a 320G hdd before shipment, the customers need to install it and active i ...
分类:
其他好文 时间:
2020-06-18 21:48:17
阅读次数:
180
java 用maven打包的时候报“使用了未经检查或不安全的操作“ 这种错误在这个Controller上加上@SuppressWarnings("unchecked")这个注解就能打包成功了 ...
分类:
编程语言 时间:
2020-06-18 19:42:36
阅读次数:
134
1。主要说一说,顶部导航和左侧菜单的联动和切换。主要 组件components->topbar->inedx.vue <el-menu :default-active="activeMenu" class="el-menu-bar" mode="horizontal" :background-col ...
分类:
其他好文 时间:
2020-06-18 14:37:32
阅读次数:
140
可以查看此链接https://www.jianshu.com/p/7bd0cad17f23 (1)拦截器:它依赖于web框架。在实现上,基于Java的反射机制,属于面向切面编程(AOP)的一种运用,一个拦截器实例在一个controller生命周期之内可以多次调用。 (2)过滤器:它依赖于servle ...
分类:
其他好文 时间:
2020-06-18 14:35:44
阅读次数:
52
添加集合点 lr_rendezvous("rend_login") 1、集合点是加在事物外面 2、在controller里面就可以去设置集合点策略。 Policy中第一行:如设置100,一次上来10个,共100人,是等到100个人再走。我们用这种的比较少 Policy中第二行:Release是释放所 ...
分类:
其他好文 时间:
2020-06-18 14:33:47
阅读次数:
48