<?php namespace app\index\controller; class City { public function _empty($name) { //把所有城市的操作解析到city方法 return $this->showCity($name); } //注意 showCity方 ...
分类:
其他好文 时间:
2020-05-08 09:39:51
阅读次数:
50
namespace app\index\controller; use think\Controller; class Index extends Controller { public function _initialize() { echo 'init<br/>'; } public func ...
分类:
其他好文 时间:
2020-05-08 09:38:41
阅读次数:
47
namespace app\index\controller\one; use think\Controller; class Blog extends Controller { public function index() { return $this->fetch(); } public fu ...
分类:
其他好文 时间:
2020-05-08 09:23:46
阅读次数:
122
下面就来看下这几个参数大致的用法 首先修改下provider里面的内容 再加一个header的autor 这里改成post 调用方 创建一个对象, controller内 结束 ...
分类:
Web程序 时间:
2020-05-07 13:19:51
阅读次数:
58
kubernetes v1.18.2二进制部署 ipv4 controller-manager 部署
分类:
Web程序 时间:
2020-05-07 09:20:45
阅读次数:
108
Jmeter目前可被执行的元件有8个:取样器(Sampler)、逻辑取样器(Logic Controller)、前置处理程序(Per-processors)、后置处理程序(Post-processors)、断言(Assertions)、定时器(Timers )、 配置元件(config elemen ...
分类:
其他好文 时间:
2020-05-06 20:14:06
阅读次数:
85
3. shiro 权限认证 在rememberMe的基础上修改CustomizeRealm 添加一个controller 修改yml 修改index.html 添加一个没有权限认证的异常处理器 相应的错误页面 ...
分类:
其他好文 时间:
2020-05-06 11:42:26
阅读次数:
59
吐嘈一下 Mapper 在 IDEA 里注入识别不了就加 @Repository 的人,咋不去加个 @Controller 呢?自己做啥都不知道能跑就行的人,活该做一辈子码农。 前言 因为 MyBatis 基本只有国人在用,IDEA 对于 MyBatis 的支持并不好,需要安装 MyBatis 相关 ...
分类:
编程语言 时间:
2020-05-05 23:24:38
阅读次数:
70
一、介绍 Feign可以把Rest的请求进行隐藏,伪装成类似SpringMVC的Controller一样。 它集成了ribbon与hystrix组件。 二、依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId ...
分类:
其他好文 时间:
2020-05-04 17:14:28
阅读次数:
48
package com.sxt.controller; import java.io.File; import java.io.IOException; import javax.servlet.http.HttpSession; import org.springframework.stereot ...
分类:
Web程序 时间:
2020-05-03 21:48:26
阅读次数:
83