码迷,mamicode.com
首页 >  
搜索关键字:cloud services pack部署    ( 10026个结果
[ngx-formly] Use Angular Formly Extensions to automatically localize all field labels
In this lesson we're diving a bit deeper and learn how to inject services into Formly Extensions with the example of using ngx-translate to localize a ...
分类:其他好文   时间:2021-04-30 12:28:57    阅读次数:0
SpringBoot,Security Oauth2.0集成
一、服务端 1、AuthorizationServer类,类中配置相关参数:客户端详情服务、令牌管理服务、令牌访问断电url以及令牌服务、令牌端点安全约束 package hs.lj.security.uaa.config; import org.springframework.beans.fact ...
分类:编程语言   时间:2021-04-30 12:05:46    阅读次数:0
crontab调度示例
一些crontab调度示例 10 6 * * * root reboot 10 7 * * * python /root/confluence_backup.py */5 * * * * flock -xn /tmp/stargate.lock -c '/usr/local/qcloud/starg ...
分类:其他好文   时间:2021-04-27 14:12:22    阅读次数:0
应用层DOS
应用层DOS Slowhttptest 低带宽应用慢速DOS攻击 擅长打击Apache,Tomcat 攻击方式: Slowloris, Slow HTTP POST 耗尽应用的并发连接池,类似http层的Syn Flood HTTP协议默认的情况下需要接收到全部的请求之后才会开始处理,如果客户端发送 ...
分类:其他好文   时间:2021-04-26 13:07:45    阅读次数:0
Spring Cloud Alibaba(4)---Nacos(注册中心)
#Nacos(注册中心) 有关Spring Cloud Alibaba之前写过三篇文章。 Spring Cloud Alibaba(1) 入门篇 Spring Cloud Alibaba(2) RestTemplate微服务项目 Spring Cloud Alibaba(3) Nacos概述 有关注 ...
分类:编程语言   时间:2021-04-23 12:21:14    阅读次数:0
[AWS - Design Resilient Architectures] 1.2 Design highly available and/or fault-tolerant architectures
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:其他好文   时间:2021-04-21 12:22:48    阅读次数:0
Azure Devops Server 修改账号访问级别
参考资料: 资料1:https://azure.microsoft.com/en-ca/pricing/details/devops/azure-devops-services/ 资料2:https://docs.microsoft.com/zh-CN/azure/devops/organizati ...
分类:其他好文   时间:2021-04-21 11:52:00    阅读次数:0
.net 5.0 - Session的使用
NuGet安装 Microsoft.AspNetCore.Session Microsoft.AspNetCore.Http.Extensions Startup.cs中注册 // 添加一个内存缓存 services.AddDistributedMemoryCache(); services.Add ...
分类:Web程序   时间:2021-04-19 15:18:17    阅读次数:0
一键部署!这样搭建一个文档网站真的很简单!
本文由贝壳找房的前端工程师刘成帅(Jacob)带来,文中介绍了如何运用云开发CloudBase,免服务器、免域名快速搭建个人站点的方式。一起学习吧~ 前言 最近笔者在复习 JavaScript 基础知识,刚看完 《JavaScript 高级程序设计(第四版)》,想再找一些优秀代码库巩固一下学到的内容 ...
分类:Web程序   时间:2021-04-19 14:59:27    阅读次数:0
spring cloud/spring boot同时支持http和https访问
前言 关于spring boot同时支持http和https访问,在spring boot官网73.9已经有说明文档了,同样在github上也有官网的例子。 在这里,我向大家讲述一下,我是怎么实现的。 方式一 一、相关配置 server: port: 4000 https: port: 8443 s ...
分类:编程语言   时间:2021-04-16 12:21:07    阅读次数:0
10026条   上一页 1 ... 9 10 11 12 13 ... 1003 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!