码迷,mamicode.com
首页 >  
搜索关键字:sign    ( 4882个结果
CCNP(BCMSN)实验:交换机密码恢复(Cisco 3550交换机)
Cisco 3550交换机密码恢复
分类:系统相关   时间:2020-10-12 20:20:24    阅读次数:27
Kubernetes YAML文件详解
本文以部署showdoc为例来讲解yaml配置文件定义StatefulSet定义Service定义Ingress
分类:Web程序   时间:2020-10-10 17:27:15    阅读次数:30
安装openstack
环境准备关闭禁用防火墙NetworkManageriptablessystemctlstopfirewalld&&systemctldisablefirewalldsystemctlstopNetworkManager&&systemctldisableNetworkManagersystemctlstopiptables&&systemctldis
分类:其他好文   时间:2020-10-05 21:28:30    阅读次数:27
C++实现Visitor访问者模式 & 头文件循环包含的问题
桥接模式 定义: “Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the ...
分类:编程语言   时间:2020-09-18 17:19:54    阅读次数:50
SpringCloud OpenFeign Post请求的坑
在微服务开发中SpringCloud全家桶集成了OpenFeign用于服务调用,SpringCloud的OpenFeign使用SpringMVCContract来解析OpenFeign的接口定义。 但是SpringMVCContract的Post接口解析实现有个巨坑,就是如果使用的是@Request ...
分类:编程语言   时间:2020-09-18 02:58:38    阅读次数:105
GDI简单的按钮响应
#include "windows.h"#include "stdio.h" typedef unsigned char U1;typedef unsigned short U2;typedef unsigned long U4;typedef signed char S1;typedef sign ...
分类:其他好文   时间:2020-09-18 02:25:33    阅读次数:37
神盾首创非对称联邦学习,深度保障数据隐私
神盾首创非对称联邦学习范式,在保护弱势方数据样本ID隐私的前提下完成常见的联邦计算任务 ...
分类:其他好文   时间:2020-09-18 00:47:20    阅读次数:26
Flask request 请求参数管理
1.Flask request 请求参数管理 post请求参数接收
分类:其他好文   时间:2020-09-18 00:39:04    阅读次数:37
11.10进制整数转换为16进制单字符串
charDec2Hex(unsignedintiDec){charcResult;if(iDec>=0&&iDec<=9){cResult=iDec+‘0‘;}elseif(iDec>=10&&iDec<=15){cResult=iDec-10+‘A‘;}returncResult;}
分类:其他好文   时间:2020-09-18 00:25:57    阅读次数:24
CCS - Digital Transmission via Carrier Modulation - Carrier-Amplitude Modulation
Carrier-Amplitude Modulation There are four types of carrier-modulated signals are suitablefor bandpass channels: amplitude-modulated signals, quadrat ...
分类:其他好文   时间:2020-09-18 00:23:11    阅读次数:30
4882条   上一页 1 ... 12 13 14 15 16 ... 489 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!