1.核心企业验证E签宝签署短信后回调通知数据: { "accountId":"19099e9734654f3d87c50fdc15a8be8c", "action":"SIGN_FLOW_UPDATE", "authorizedAccountId":"5e39cab7088f4d668acc269d ...
分类:
其他好文 时间:
2021-06-16 18:01:24
阅读次数:
0
枚举 1. 枚举 枚举类型( enum type )是指由一组固定的常量组成合法值的类型,本质上是int值。 Ⅰ. 用enum代替int常量 (1)int枚举模式 // FruitConsts.java /** * @author cph * create datetime 2021/6/8 16: ...
分类:
编程语言 时间:
2021-06-16 17:49:38
阅读次数:
0
'''模板层 {{ 变量名 }} {{ 逻辑 }} 后端传值 from django.shortcuts import render return render(request, '.html', locals()/{'前端调用变量名': 后端变量名}, content_type='', statu ...
分类:
其他好文 时间:
2021-06-16 17:37:55
阅读次数:
0
1、原生集成 # https://github.com/elastic/elasticsearch-py # https://github.com/elastic/elasticsearch-dsl-py # Official low-level client for Elasticsearch # ...
分类:
编程语言 时间:
2021-06-16 17:36:10
阅读次数:
0
title: springcloud系列之配置中心 date: 2021-06-03 12:00:30 tags: - [配置中心] - [config] categories: - [springcloud] permalink: zxh prefix: springcloud 背景 有多少次因为 ...
分类:
编程语言 时间:
2021-06-15 18:45:08
阅读次数:
0
Qt图片采集软件 QDateTime current_File_time = QDateTime::currentDateTime(); QString currentTimeStr = current_File_time.toString("yyyyMMddhhmmsszzz"); QString ...
分类:
其他好文 时间:
2021-06-15 18:31:57
阅读次数:
0
typeAliases配置 类型别名可以给 Java 类型设置一个简称。 它仅用于 XML 配置,意在降低冗余的全限定类名书写,因为书写类的全限定名太长了,我们希望有一个简称来指代它。类型别名在 Mybatis 中分为 系统内置 和 用户自定义 两类,Mybatis 会在解析配置文件时把 typeA ...
分类:
其他好文 时间:
2021-06-15 17:31:37
阅读次数:
0
一、找到模板需要填写的位置 二、可填写的参数如下: # {PROJECT_NAME} - -当前项目的名称 # {NAME} - --新文件名称 # {USER} - -当前用户的登录名 # {DATE} - -当前的系统日期 # {TIME} - -当前系统时间 # {YEAR} - -年 # { ...
分类:
其他好文 时间:
2021-06-13 10:47:52
阅读次数:
0
数据链路层 信道,逻辑上的通信通道。 链路(Link),指一个节点到相邻节点的物理线路,中间无其他交换节点。 数据链路(Date Link),物理线路外还有其他必要实现的通行协议的软、硬件加到链路上,构成数据链路。 帧,数据链路层将网络层交下来的数据封装,在物理层变成数字信号在链路上传输。 数据链路 ...
分类:
其他好文 时间:
2021-06-13 10:43:59
阅读次数:
0
<!-- * @description 参数1 * @fileName shoppint * @author userName * @date 2021-06-12 17:02:03 * @version V1.0.0 !--> <!DOCTYPE html> <html lang="zh-CN"> ...
分类:
其他好文 时间:
2021-06-13 10:25:03
阅读次数:
0