码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
kubernetes yaml 详解
【参考文章】:Kubernetes之yaml文件详解(汇总-详细) ##1. yaml标签详解 #test-pod apiVersion: v1 #指定api版本,此值必须在kubectl apiversion中 kind: Pod #指定创建资源的角色/类型 metadata: #资源的元数据/属 ...
分类:Web程序   时间:2020-06-25 15:47:59    阅读次数:66
GB/T 38921-2020 火力发电厂汽轮机安全保护系统技术条件
点击下载该标准 标准编号:GB/T 38921-2020标准名称:火力发电厂汽轮机安全保护系统技术条件英文名称:Specification of steam turbine safty protection system for thermal power plant发布部门:国家市场监督管理总局 ...
分类:其他好文   时间:2020-06-17 10:33:24    阅读次数:192
Reading geometries
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:其他好文   时间:2020-06-14 18:40:45    阅读次数:66
Using geometry objects with geoprocessing tools
Using geometry objects with geoprocessing tools In many geoprocessing workflows, you may need to run a specific operation using coordinate and geometr... ...
分类:其他好文   时间:2020-06-14 18:35:28    阅读次数:66
1074 Reversing Linked List (25分)(链表区间反转)
1074 Reversing Linked List (25分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For ex ...
分类:其他好文   时间:2020-06-13 00:48:49    阅读次数:54
Docker For Windows | Setting Up Docker On Windows
Docker For Windows | Setting Up Docker On Windows 7 / 11 Blog from Docker If you’re looking for simple and painless software deployment, Docker is the ...
分类:Windows程序   时间:2020-06-12 17:26:30    阅读次数:116
Flink DataStream API
1. API基本概念 Flink程序可以对分布式集合进行转换(例如: filtering, mapping, updating state, joining, grouping, defining windows, aggregating) 集合最初是从源创建的(例如,从文件、kafka主题或本地内 ...
分类:Windows程序   时间:2020-06-09 20:40:32    阅读次数:95
Smart Action Plan: How To Set SMART Goals
How badly do you want to achieve your goals? Whether or not your goal is to drop 10 pounds for the summer, or to open your own small business, a smart ...
分类:其他好文   时间:2020-06-09 16:22:01    阅读次数:129
C#中Dictionary的初始化方式
本文翻译自:Proper way to initialize a C# dictionary with values? I am creating a dictionary in a C# file with the following code: 我正在使用以下代码在C#文件中创建字典: priv ...
分类:Windows程序   时间:2020-06-03 20:45:29    阅读次数:198
Convert a string into an ArrayBuffer
https://github.com/mdn/dom-examples/blob/master/web-crypto/import-key/spki.js How to convert ArrayBuffer to and from String | Web https://developers.g ...
分类:其他好文   时间:2020-06-01 20:24:25    阅读次数:63
1538条   上一页 1 ... 4 5 6 7 8 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!