he power of a signal is the sum of the absolute squares of its time-domain samples divided by the signal length, or, equivalently, the square of its R ...
分类:
其他好文 时间:
2020-08-09 19:09:41
阅读次数:
87
nacos 架构图 keyi 服务 一个或一组功能关键,不同的调用者可以以不同的目的重用这些服务。例如gRPC|Duboo|spring cloud RESTful service 服务注册中心 服务注册中心也是一个服务。服务实例在启动时候注册到注册表,关闭时在注册表注销。服务消费者或生产者或者路由 ...
分类:
其他好文 时间:
2020-08-06 09:20:01
阅读次数:
63
基本的套接字编程 socket函数 想要执行网络I/O,首先需要调用socket函数创建套接字,需要头文件#include <sys/socket.h> int socket (int domain, int type, int protocol); 参数: domain : 执行协议域,取值如下: ...
分类:
其他好文 时间:
2020-08-03 00:47:48
阅读次数:
82
一:相关概念说明: 1.1: DNS(Domain name System)缓存: (域名系统)(查看本机的ipconfig/displaydns) 当电脑把一个域名解析完之后,它把这个这个域名和那个主机Ip地址相关联起来了,电脑吧这个关系存到DNS缓存表中,下次电脑再输入www.baidu.com ...
分类:
Web程序 时间:
2020-08-01 12:42:57
阅读次数:
119
使用 Samba 或 NFS 实现文件共享 --Samba 文件共享服务;--NFS(网络文件系统);--autofs 自动挂载服务。 1 Samba 文件共享服务Samba 服务程序现在已经成为在 Linux 系统与 Windows系统之间共享文件的最佳选择。安装 [root@iscsi ~]# ...
分类:
系统相关 时间:
2020-07-29 17:49:33
阅读次数:
102
FOFA语法 语法1: ip="1.1.1.1”#从ip中搜索包含1.1.1.1的网站,注意搜索要用ip作为名称。 语法2: port-*"8009”#查找对应8009端的资产 语法3: domain="qq.com”#搜索根域名带有qq.com的网站 语法4: city="Hangzhou" #搜 ...
Samba的配置 samba是通过smb协议使得windows和unix之间能够文件共享的软件 首先要获得本机的ip地址 ifconfig //查看本机IP,连接时需要。 su //先获取root权限 useradd samba //设置samba用户 passwd samba //设置samba密 ...
分类:
其他好文 时间:
2020-07-29 00:43:57
阅读次数:
79
Joint Disentangling and Adaptation for Cross-Domain Person Re-Identi?cation (ECCV 2020) ...
分类:
其他好文 时间:
2020-07-28 13:59:15
阅读次数:
348
cifs协议是windows与linux系统之间文件共享的一种协议,其中代表的软件是samba。cifs全称是common internet file system通用互联网文件系统协议。 linux服务端samba主程序包samba [root@x160 ~]# yum install -y sa ...
分类:
其他好文 时间:
2020-07-28 13:51:03
阅读次数:
101