码迷,mamicode.com
首页 >  
搜索关键字:eclipse为tomcat安装browse deployment location    ( 9045个结果
window.location.href的使用
"window.location.href"、"location.href"是本页面跳转 "parent.location.href"是上一层页面跳转 "top.location.href"是最外层的页面跳转 举例说明: 如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是 ...
分类:Windows程序   时间:2020-06-22 15:38:07    阅读次数:71
tengine安装,haproxy访问不同路径对接不同集群
tengine安装、tengine实现域名访问、Haproxy访问不同路径对接不同集群
分类:其他好文   时间:2020-06-22 09:24:12    阅读次数:67
【JUnit】JUnit 参数化测试
环境 JDK 6 JUnit 4.13 Spring Tool Suite 4.6.2 Maven 3.6.3 参数化测试 参数化测试首先需要指定 Runner:org.junit.runners.Parameterized,然后准备测试数据。 有两种注入测试数据的方法,一种是构造函数注入,另一种是 ...
分类:其他好文   时间:2020-06-21 23:04:26    阅读次数:53
Kubernetes(k8s)的deployment资源
1、为什么K8s要引入deployment资源。 答:deployment也是保证pod高可用的一种方式,明明已经有RC(Replication Controller),为什么还要引入deployment呢?是因为deployment解决了RC(Replication Controller)的一个痛 ...
分类:Web程序   时间:2020-06-21 14:00:33    阅读次数:89
kubernetes系列(六) - 资源清单
1. kubernetes中的资源 1.1 定义 kubernetes中所有的内容都抽象为资源,资源实例化之后叫对象 1.2 资源类型 1.2.1 工作负载型资源对象(workload) Pod,ReplicaSet,Deployment,StatefulSet DaemonSet,Job,Cron ...
分类:Web程序   时间:2020-06-21 11:23:06    阅读次数:67
nginx 第三方auth认证
location /private/ { auth_request /auth; ... } location = /auth { proxy_pass ... proxy_pass_request_body off; proxy_set_header Content-Length ""; prox ...
分类:其他好文   时间:2020-06-21 10:14:27    阅读次数:75
php获取网页301,302后的真实地址,支持多重跳转
function getrealurl($url){ $realurl = $url; try { $headers = get_headers($realurl, true); if(isset($headers['Location'])){ if(is_array($headers['Locat ...
分类:Web程序   时间:2020-06-20 23:54:00    阅读次数:81
基于 Jupyter Notebook 和Plotly的交互式COVID-19实时追踪可视化系统(下)
基于 Jupyter Notebook 和Plotly的交互式COVID-19实时追踪可视化系统 3.“散点图”图表 renamed_columns_map = { "Country/Region": "country", "Province/State": "location", "Lat": " ...
分类:其他好文   时间:2020-06-20 21:17:00    阅读次数:67
SpringBoot静态资源存放位置
一共三种方式,分别是系统默认、自定义、webjars 一、使用系统默认方式存放静态资源 1.我们都只知道springboot是通过自动配置来实现的,其中静态资源的位置,他也有自己定义,分别是: classpath:/static/ classpath:/public/ classpath:/reso ...
分类:编程语言   时间:2020-06-20 16:51:50    阅读次数:63
Virtual memory and Pagefile
Virtual memory and Pagefile 32位的Windows 参考https://support.microsoft.com/en-us/help/2160852/ram-virtual-memory-pagefile-and-memory-management-in-window ...
分类:其他好文   时间:2020-06-20 16:46:08    阅读次数:46
9045条   上一页 1 ... 32 33 34 35 36 ... 905 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!