1.依赖 <!--引入open feign依赖--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </depende ...
分类:
编程语言 时间:
2020-08-09 14:21:28
阅读次数:
81
关键字 & 保留字 关键字(或者保留字)是对编译器有特殊意义的固定单词,不能在程序中做其他目的使用。 关键字具有专门的意义和用途,和自定义的标识符不同,不能当作一般的标识符来使用。例如, class 就是一个关键字,它用来声明一个类。public 也是关键字,它用来表示公共类。另外,static 和 ...
分类:
编程语言 时间:
2020-08-09 09:24:52
阅读次数:
95
rootview.h #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface RootViewController : UIViewController @end rootview.m #import "RootViewControlle ...
分类:
其他好文 时间:
2020-08-08 21:24:32
阅读次数:
87
本篇LIst 什么是接口? 定义一个接口 可选属性接口 只读属性接口 可添加属性接口 函数接口 什么是接口 定义接口 // 1.定义一个接口 interface Person { pName: string; pAge: number; pSex: string; } let person: Per ...
分类:
其他好文 时间:
2020-08-08 09:25:18
阅读次数:
68
一、Vim、Vi文本编辑器 1??:vi: Visual Interface,文本编辑器 2??:文本:ASCII, Unicode 3??:VIM - Vi IMproved 二、Vim、vi的特点 1??:vi/vim是一种纯文本编辑器,它不像word可以排版,可以调整字体大小,可以改变字体等等 ...
分类:
系统相关 时间:
2020-08-07 18:02:28
阅读次数:
68
应用程序接口API(Application Programming Interface),是提供特定业务输出能力、连接不同系统的一种约定。这里包括外部系统与提供服务的系统(中控系统)或者后台不同的系统之间的交互点。包括外部接口、内部接口、内部接口有包括:上层服务与下层服务接口、同级接口。 常见的we ...
SPI的基本介绍 SPI的简介 SPI,是英语Serial Peripheral interface的缩写,顾名思义就是串行外围设备接口,是Motorola首先在其MC68HCXX系列处理器上定义的。 SPI接口主要应用在EEPROM、FLASH、实时时钟、AD转换器,还有数字信号处理器和数字信号解 ...
分类:
其他好文 时间:
2020-08-06 19:27:33
阅读次数:
76
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...
中间件集群协议msgpack /// <author>cxg 2020-8-5</author> /// 集群协议 /// broker:代理服务器 unit groupProtocol; interface uses SysUtils, MsgPack ,classes ; const //命令字 ...
分类:
其他好文 时间:
2020-08-05 16:53:29
阅读次数:
75
interface Dialer10 nat outbound link-protocol ppp ppp chap user abc@cnblog.cn ppp chap password cipher $c$3$8saZDC90/7QyfHlTQohSYzVMJhdAzLI3jJQADzw= p ...
分类:
其他好文 时间:
2020-08-05 00:11:24
阅读次数:
124