1 <?xml version="1.0" encoding="utf-8" ?> 2 <configuration> 3 <configSections> 4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSect ...
分类:
Web程序 时间:
2020-07-15 01:14:22
阅读次数:
107
1 - VS Code Remote Development 1.1 Documentation Remote - https://code.visualstudio.com/docs/remote/ Remote tutorials - https://code.visualstudio.com/ ...
分类:
其他好文 时间:
2020-07-13 23:06:36
阅读次数:
100
一、连接和通道 @Configuration public class RabbirnqConfig { private static final String RABBIT_HOST = "localhost"; private static final String RABBIT_USERNAM ...
分类:
其他好文 时间:
2020-07-13 19:58:40
阅读次数:
58
1.GPIO初始化函数 用法: voidGPIO_Configuration(void) { GPIO_InitTypeDefGPIO_InitStructure;//GPIO状态恢复默认参数 GPIO_InitStructure.GPIO_Pin=GPIO_Pin_标号|GPIO_Pin_标号; ...
分类:
其他好文 时间:
2020-07-13 09:46:44
阅读次数:
93
[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
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
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
import asyncio from pyppeteer import launch from pyquery import PyQuery as pq async def main(): browser = await launch() page = await browser.newPage( ...
分类:
系统相关 时间:
2020-07-11 11:14:06
阅读次数:
130
嵌入式Linux设备驱动程序:发现硬件配置 Embedded Linux device drivers: Discovering the hardware configuration Interfacing with Device Drivers 了解硬件配置 虚拟驱动程序演示了一个设备驱动程序的结 ...
分类:
系统相关 时间:
2020-07-11 11:13:22
阅读次数:
108
功能:rsyslog 负责写入日志, logrotate负责备份和删除旧日志, 以及更新日志文件。 一 rsyslog服务 配置文件(/etc/rsyslog.conf) # rsyslog configuration file # For more information see /usr/sha ...
分类:
编程语言 时间:
2020-07-10 14:56:12
阅读次数:
106