码迷,mamicode.com
首页 >  
搜索关键字:configuration manager    ( 12944个结果
单片机STM32开发中常用库函数分析
1.GPIO初始化函数 用法: voidGPIO_Configuration(void) { GPIO_InitTypeDefGPIO_InitStructure;//GPIO状态恢复默认参数 GPIO_InitStructure.GPIO_Pin=GPIO_Pin_标号|GPIO_Pin_标号; ...
分类:其他好文   时间:2020-07-13 09:46:44    阅读次数:93
vty_read_config: failed to open configuration file /root/ryu/SDN-IP-Ryu/sdn-ip-topology/quagga-sdn.conf: Permission denied
[root@kunpeng82 sdn-ip-topology]# zebra -d -f quagga-sdn.conf vty_read_config: failed to open configuration file /root/ryu/SDN-IP-Ryu/sdn-ip-topology/ ...
分类:其他好文   时间:2020-07-12 20:33:14    阅读次数:84
k8s的基本概念与基本功能
k8s的基本概念与基本功能 k8s基本概念 kubernetes架构 Master 节点 Master 是 Kubernetes Cluster 的大脑,运行着如下 Daemon 服务:kube-apiserver、kube-scheduler、kubecontroller-manager、etcd ...
分类:其他好文   时间:2020-07-12 19:11:08    阅读次数:136
CGI、FastCGI和php-fpm概念和区别
CGICGI(Common Gateway Interface),公共网关接口,它是Web服务器与外部应用程序(CGI程序)之间传递信息的接口标准。如请求/index.html,那么web server会去指定目录下找到这个文件(如果存在的话)发送给浏览器,这里分发的是静态数据。那么,请求的是/in ...
分类:Web程序   时间:2020-07-12 18:44:45    阅读次数:74
LTE - Release 10 PUSCH Multiple Codeword Transmit and Receive Modeling
Introduction This example demonstrates the multicodeword transmission and reception in the uplink. Parameters % Generate configuration for FRC A3-2 fr ...
分类:其他好文   时间:2020-07-12 16:51:37    阅读次数:44
ryu ImportError: No module named ryu.cmd.manager
[root@kunpeng82 Ryu-SDN-IP]# ./bin/sdnip-mgr --sdn-ip-cfg-file ./config.json --observe-links sdnip.arp_proxy sdnip.fwd_bgp sdnip.sdn_ip Traceback (mos ...
分类:其他好文   时间:2020-07-12 14:36:42    阅读次数:94
2.SpringBoot学习(二)——ConfigurationProperties
1.简介 1.1 概述 Annotation for externalized configuration. Add this to a class definition or a @Bean method in a @Configuration class if you want to bind ...
分类:编程语言   时间:2020-07-11 23:17:09    阅读次数:82
嵌入式Linux设备驱动程序:发现硬件配置
嵌入式Linux设备驱动程序:发现硬件配置 Embedded Linux device drivers: Discovering the hardware configuration Interfacing with Device Drivers 了解硬件配置 虚拟驱动程序演示了一个设备驱动程序的结 ...
分类:系统相关   时间:2020-07-11 11:13:22    阅读次数:108
kubeadm升级证书-集群已GG
集群GG了,一查默认的证书失效只有一年。恢复吧,手生啊。 kubeadm 是 kubernetes 提供的一个初始化集群的工具,使用起来非常方便,但是它创建的 apiserver、controller-manager 等证书默认只有一年的有效期, 同时 kubelet 证书也只有一年有效期,一年之后 ...
分类:其他好文   时间:2020-07-11 09:53:48    阅读次数:186
Revit API二次开发入门,完整学习流程,附源码
Revit二次开发入门 Revit二次开发的完整过程 完整演示最简单命令Hello World 调试代码 命令类属性用法 输入输出参数含义 用addin文件加载外部命令 外部命令加载工具AddinManager 两种方式来扩展Revit的功能 方式一:外部命令(External Command) 功 ...
分类:Windows程序   时间:2020-07-10 16:56:37    阅读次数:83
12944条   上一页 1 ... 39 40 41 42 43 ... 1295 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!