包含标签 cdk 的文章

aws cdk introduction

What is the AWS CDK? The AWS Cloud Development Kit (CDK) ,a framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. CDK stack How does CDK work Build with high-level constructs that automatically provide sensible, secure defaults for your AWS resources, defining more infrastructure with less code. Use programming idioms like parameters, conditionals, loops, composition, and inheritance to model your system design from building blocks provided by AWS and others.……

阅读全文

jvm参数优化

相关链接 https://blog.csdn.net/lingbo229/article/details/82586822 https://www.iteye.com/blog/kakaluyi-774227 https://blog.csdn.net/qq_44831907/article/details/113342146 https://www.cnblogs.com/jpfss/p/11050411.html ……

阅读全文