码迷,mamicode.com
首页 >  
搜索关键字:context    ( 11739个结果
?.nginx rewrite
####rewrite语法 | Syntax: | rewrite regex replacement [flag]; | | | | | Default: | — | | Context: | server, location, if | //所有请求转发到/pages/maintain.html ...
分类:其他好文   时间:2021-04-21 12:32:16    阅读次数:0
状态模式
public class StatePattern { public static void main(String[] args) { Context context=new Context(); for (int i = 0; i < 10; i++) { context.handle(); } ...
分类:其他好文   时间:2021-04-19 16:06:54    阅读次数:0
rancher + harbor + jenkins 自动化部署
1.简介 rancher 简化了 k8s操作的软件,通过rancher可以在不用关心k8s底层通过图形化界面直接部署微服务. harbor 类似于docker hub 的私有仓库,docker可以通过docker pull 拉取镜像. jenkins 自动化部署工具,可以自定义脚本和执行时机. ra ...
分类:其他好文   时间:2021-04-16 12:24:17    阅读次数:0
Xpath表达式text()和string()的用法和区别
获取结点下字符串 text() selects all text node children of the context node text()获取当前结点下的子文本结点.(不是获取后裔结点的文本结点) 注意,text()不是函数,是文本结点,文本结点从属于其父结点,所以./text()只能获取位 ...
分类:其他好文   时间:2021-04-15 12:43:34    阅读次数:0
多人聊天室。双人聊天室后面再加
calls=array( 'id' => null, 'nid' => null, 'name' => '', 'cur_time' => '', 'context' => '', 'switch' => '', ); //用户 $this->user=array( 'nid'=>null, 'na ...
分类:其他好文   时间:2021-04-12 12:28:30    阅读次数:0
IdentityServer4实战:自定义用户名和密码校验
前言 前几篇中我们使用 用户密码模式 生成的token所使用的用户全部都是模拟的测试用户,通过 AddTestUsers(IdentityServerHost.Quickstart.UI.TestUsers.Users) 方式注入到服务中的,实际项目中用户数据都是从数据库而来,在编译期是不知道都有哪 ...
分类:其他好文   时间:2021-04-10 13:30:12    阅读次数:0
Spring bean配置文件几种文件头
<!-- 普通 --><?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchem ...
分类:编程语言   时间:2021-04-10 13:03:21    阅读次数:0
Spring定时任务动态取消/创建/修改
首先配置ThreadPoolTaskScheduler线程池: package cn.demo.support.config; import org.springframework.context.annotation.Bean; import org.springframework.context ...
分类:编程语言   时间:2021-04-08 13:36:55    阅读次数:0
深入Spring Boot:那些注入不了的Spring占位符(${}表达式)
Spring里的占位符spring里的占位符通常表现的形式是: <bean id="dataSource" destroy-method="close" class="org.apache.commons.dbcp.BasicDataSource"> <property name="url" val ...
分类:编程语言   时间:2021-04-07 11:19:32    阅读次数:0
ssm整合
SpringMVC web.xml 前端控制器servlet 中文乱码拦截器filter 支持rest风格的过滤器 spring-mvc.xml 扫描controller包 添加 视图解析器 静态资源拦截器 添加controller层 spring spring-core.xml 扫描除了contr ...
分类:其他好文   时间:2021-04-07 10:56:25    阅读次数:0
11739条   上一页 1 ... 6 7 8 9 10 ... 1174 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!