The class cl_system_transaction_state contains several useful utility methods: get_in_update_task: return the flag whether current code is running wit ...
分类:
其他好文 时间:
2020-08-06 15:37:21
阅读次数:
82
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
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" #搜 ...
Joint Disentangling and Adaptation for Cross-Domain Person Re-Identi?cation (ECCV 2020) ...
分类:
其他好文 时间:
2020-07-28 13:59:15
阅读次数:
348
主要就是动态内表 PARAMETERS: p_tabf TYPE dd02l-tabname, "原表名称 p_tabt TYPE dd02l-tabname. "备份表名称 DATA: it_tabf TYPE lvc_t_fcat, it_tabt TYPE lvc_t_fcat. DATA: ...
分类:
其他好文 时间:
2020-07-26 19:46:59
阅读次数:
99
Lightbend推出的微服务框架Lagom,与Akka Typed自然耦合,为实现Domain-Driven Designed Distributed Application提供了完整的解决方案。 ...
分类:
其他好文 时间:
2020-07-26 19:04:18
阅读次数:
102
今天跑完了KinGDOM: Knowledge-Guided DOMain adaptation for sentiment analysis论文的源码,结果发现源码只是论文的最终实现,前期的从ConceptNet中提取子图的代码并没有开源,目前已经开源的代码也是三个月前刚刚发布,可能是因为论文很新 ...
分类:
其他好文 时间:
2020-07-26 15:57:41
阅读次数:
76