package com.zhenshan.entity; import java.io.Serializable; import com.zhenshan.entity.BorrowCarDetail; public class BorrowCar implements Serializable{ ...
分类:
其他好文 时间:
2020-05-27 12:10:13
阅读次数:
65
import pandas as pd import warnings warnings.filterwarnings("ignore") import time from multiprocessing import Process def node(): #获取节点数据 global_id=[] ...
分类:
系统相关 时间:
2020-05-26 18:12:38
阅读次数:
86
原文:使用 EF Core 的 EnableRetryOnFailure 解决短暂的数据库连接失败问题 阿里云服务器有时会出现短暂的连接不上数据库服务器(RDS)的问题,之前由于没有启用 Entity Framework Core 的失败重试功能(默认是禁用的),短暂的连接失败立马会引发下面的异常从... ...
分类:
数据库 时间:
2020-05-26 01:00:21
阅读次数:
100
原文:Entity Framework Core配置DbContext的两种方式 Entity Framework Core配置DbContext的两种方式 ? 使用Entity Framework迁移过程中遇到过一个问题,在这里拿出来晒晒。 Unable to create an object o... ...
分类:
数据库 时间:
2020-05-25 22:32:56
阅读次数:
138
A Survey on Deep Learning for Named Entity Recognition https://arxiv.org/abs/1812.09449 命名实体识别(Named Entity Recognition, NER)是指从自由文本中识别出属于预定义类别的文本片段。N ...
分类:
其他好文 时间:
2020-05-25 22:29:32
阅读次数:
106
git ssh同时配置github与gitlab 1. git bash 运行命令 ,查看.ssh文件下是否有生成秘钥文件 2. 如果目录下没有.ssh文件,使用 生成.ssh文件,同时 给权限 3. 如果有.ssh文件,运行 到.ssh文件下,输入 命令查看秘钥文件 4. 生成秘钥文件 5. 运行 ...
分类:
其他好文 时间:
2020-05-25 21:02:58
阅读次数:
67
SELECT 表名 = case when a.colorder=1 then d.name else '' end, 表说明 = case when a.colorder=1 then isnull(f.value,'') else '' end, -- 字段序号 = a.colorder, 字段 ...
分类:
数据库 时间:
2020-05-25 09:14:38
阅读次数:
78
技术架构:springboot+mybatisplus+postgresql+gradle 自定义TypeHnadler的使用 自定义的TypeHandler主要是转换Jsonb和array等类型 如果是使用mybatisplus的内置方法,则需要在实体字段加上@TableField注解,并且需要在 ...
分类:
数据库 时间:
2020-05-24 18:03:13
阅读次数:
447
使用React简短代码动态生成栅格布局 作为 TerminalMACS 的一个子进程模块 React Web管理端,使用Ant Design Pro作为框架。 本文应用到的知识 1.样式文件less中方法的使用 2.for循环创建按钮和栅格布局(flex布局) 1. 最终效果及源码链接 作为前端新手 ...
分类:
其他好文 时间:
2020-05-24 09:15:45
阅读次数:
52
package com.xxx.bean.entity; import com.xxx.base.common.exception.BaseException; import org.springframework.cglib.beans.BeanGenerator; import org.spri ...
分类:
编程语言 时间:
2020-05-22 17:35:13
阅读次数:
66