码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
单片机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
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
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
rsyslog与 logrotate 服务以及日志切割方法小结 [Logrotate、python、shell脚本实现 ]
功能:rsyslog 负责写入日志, logrotate负责备份和删除旧日志, 以及更新日志文件。 一 rsyslog服务 配置文件(/etc/rsyslog.conf) # rsyslog configuration file # For more information see /usr/sha ...
分类:编程语言   时间:2020-07-10 14:56:12    阅读次数:106
大数据之数据存Hbase
package com.sjw.flink import org.apache.flink.configuration.Configurationimport org.apache.flink.streaming.api.functions.sink.{RichSinkFunction, SinkF ...
分类:其他好文   时间:2020-07-10 00:43:32    阅读次数:74
dapper的使用
public abstract class AsbCommection { private static string con = System.Configuration.ConfigurationManager.ConnectionStrings["con"].ConnectionString; ...
分类:移动开发   时间:2020-07-10 00:09:48    阅读次数:70
大数据之API操作HBase
package com.sjw.hbase; import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.hbase.*;import org.apache.hadoop.hbase.client.*;import org ...
分类:Windows程序   时间:2020-07-10 00:04:36    阅读次数:94
大数据之存mysql数据库
package com.sjw.flink import java.sql.{Connection, DriverManager, PreparedStatement} import org.apache.flink.configuration.Configurationimport org.apa ...
分类:数据库   时间:2020-07-10 00:01:11    阅读次数:81
5921条   上一页 1 ... 18 19 20 21 22 ... 593 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!