码迷,mamicode.com
首页 >  
搜索关键字:spec    ( 3135个结果
k8s service
创建 ClusterIP 类型的 Service apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: selector: matchLabels: app: metrics department: sale ...
分类:其他好文   时间:2021-05-24 06:53:19    阅读次数:0
【unity2D】Light2D-学习记录2-代码控制光照的颜色渐变
目标 如果只改变Light2D的明暗,用light2D.intensity确实会很方便,但如果要改变Light2D的颜色,就需要调整它的Color。在此记录下调整Color时需要注意的细节。 思路 调整Color时,使用Color的线性插值+timer实现。 代码相关 using UnityEngi ...
分类:编程语言   时间:2021-04-30 11:54:29    阅读次数:0
InvalidVersionSpecError: Invalid version spec: =2.7
xyj@minecraft:~$ conda install numpy Solving environment: failed InvalidVersionSpecError: Invalid version spec: =2.7 最近使用conda遇到了报错,发现conda的issues有人提出 ...
分类:其他好文   时间:2021-04-28 12:14:31    阅读次数:0
k8s安装常用软件的yaml文件
参考网址:https://www.bejson.com (网站文件部分有坑,需要擦亮眼睛) nginx k8s版本:v1.20 apiVersion: apps/v1 kind: Deployment metadata: name: my-nginx namespace: test spec: re ...
分类:其他好文   时间:2021-04-26 14:08:07    阅读次数:0
MinIO部署手册
利用docker-compose+nginx,实现负载均衡部署,根据官网的例子,还是有一定的坑,摸索一番之后终于找到解决方案。 1.创建docker-compose.yaml文件 version: '3.7' # starts 4 docker containers running minio se ...
分类:其他好文   时间:2021-04-26 13:34:12    阅读次数:0
最全Pycharm教程(23)——Pycharm编辑器功能之代码高亮显示及错误提示机制
1、代码高亮显示 当你在编辑框中输入代码时,Pycharm会在后台对其进行分析。这个IDE能够智能的识别出关键字、变量、字符串、注释等,并以不同的字体颜色进行显示。Pycharm的符号配色方案定义在 Colors and Fonts settings中(Ctrl+Alt+S→IDE Settings ...
分类:其他好文   时间:2021-04-24 11:56:09    阅读次数: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
如何计算eMMC大小
User Area from:http://ericnode.info/post/how_to_determine_emmc_size/ 计算方法其实已经在规范中给出了,参考eMMC 5.0 spec里的段落。首先是: 7.3.12 C_SIZE [73:62] The C_SIZE paramet ...
分类:其他好文   时间:2021-04-19 16:00:57    阅读次数:0
Unity中的多光源
在Unity中,如果想要使用多光源,比如2个平行光,或者1个平行光+1个点光源,需要在额外的shader pass中进行处理: Pass { Tags { "LightMode" = "ForwardAdd" } Blend One One ZWrite Off CGPROGRAM ... ENDC ...
分类:编程语言   时间:2021-04-07 11:03:27    阅读次数:0
windbg 扩展命令
windbg扩展工具及使用说明下载地址:WinDbg http://www.windbg.org/ 1. Download the mex.exe archive. 2. Extract to any folder. 3. Use the following command to load the ...
分类:数据库   时间:2021-04-05 12:31:07    阅读次数:0
3135条   上一页 1 2 3 4 5 ... 314 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!