EFCore生成PersistedGrantDbContextModelSnapshot的时候发现 最大长度是50000然而在 InitialIdentityServerPersistedGrantDbMigration中 这样会导致IdentityServer4中的 persistedgrants ...
分类:
数据库 时间:
2018-05-11 17:34:15
阅读次数:
791
group 'com.thinkvenus.common'version '1.0-SNAPSHOT'apply plugin: 'java'sourceCompatibility = 1.8repositories { mavenCentral()}dependencies { testCompi ...
分类:
编程语言 时间:
2018-05-10 01:07:02
阅读次数:
1055
ailed to collect dependencies at com.eshore:common:jar:0.0.1-SNAPSHOT: Failed to read artifact descriptor for com.eshore:common:jar:0.0.1-SNAPSHOT: Fa ...
分类:
系统相关 时间:
2018-05-09 10:47:54
阅读次数:
283
4.0.0 com.mmall permission war 1.0-SNAPSHOT permission Maven Webapp http://maven.apache.org 4.3.10.RELEASE junit junit 3.8.1 test ... ...
分类:
编程语言 时间:
2018-05-08 22:30:18
阅读次数:
218
1. zookeeper的可视化软件使用 Zkui 1. 下载软件 https://github.com/DeemOpen/zkui.git 2. 解压编译 clean install 会在target目录下生成zkui-2.0-SNAPSHOT-jar-with-dependencies.jar, ...
分类:
其他好文 时间:
2018-05-04 16:57:36
阅读次数:
540
注:此篇有些细节没写出,此文主要写重要的环节和需要注意的地方,轻喷 新建项目 选择Gradle , 勾选java 和 web。之后就是设定项目路径和名称,这里就不啰嗦了。 build.gradle文件下导入所需要的包,刷新一下。 1 group 'com.benjious.createTest' 2... ...
分类:
编程语言 时间:
2018-05-03 22:14:11
阅读次数:
254
Zookeeper持久化两类数据,Transaction以及Snapshot,logDir存储transaction命令,dataDir存储snap快照,其下子目录名称以version-2命名,子目录内部文件是分别以log.zxid和snapshot.lastProcessedZxid命名,每个目录 ...
分类:
其他好文 时间:
2018-05-03 12:46:21
阅读次数:
236
tflearn 数据集太大无法加载进内存问题? Hi, all! I'm trying to train deep net on a big dataset that doesn't fit into memory. Is there any way to use generators to rea ...
分类:
其他好文 时间:
2018-05-01 17:42:15
阅读次数:
338
背景 Spring Security默认使用「用户名/密码」的方式进行登陆校验,并通过cookie的方式存留登陆信息。在一些定制化场景,比如希望单独使用token串进行部分页面的访问权限控制时,默认方案无法支持。在未能在网上搜索出相关实践的情况下,通过官方文档及个别Stack Overflow的零散 ...
分类:
编程语言 时间:
2018-04-29 14:37:11
阅读次数:
4339
MySQL 加锁处理分析 http://hedengcheng.com/?p=771 MySQL 加锁处理分析 1 背景 1 1.1 MVCC:Snapshot Read vs Current Read 2 1.2 Cluster Index:聚簇索引 3 1.3 2PL:Two-Phase Loc ...
分类:
数据库 时间:
2018-04-27 18:03:16
阅读次数:
242