09 2021 档案
摘要:使用 mockjs + rap 也是很方便的。 Mock.js http://mockjs.com/ https://www.jianshu.com/p/f3adb1aab09e https://blog.csdn.net/qq_43652509/article/details/84029619 h
阅读全文
摘要:{ "info": { "_postman_id": "9b2a03a6-d61d-4819-bdf8-1f0a5b2e7b00", "name": "es", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/colle
阅读全文
摘要:# spring配置 spring: redis: database: 6 host: 192.168.8.248 port: 6379 password: elasticsearch: # es相关配置 Connecting to Elasticsearch using REST clients
阅读全文
摘要:/* * @Copyright (c) 2021. 于吉利 All Rights Reserved * @Author: 于吉利 * @Function: * @Date: 2021/9/13 下午2:11 * @version:1.0 * @Changes: * @Description: * *
阅读全文
摘要:{ "took": 5, "timed_out": false, "_shards": { "total": 1, "successful": 1, "skipped": 0, "failed": 0 }, "hits": { "total": { "value": 3, "relation": "
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:sc
阅读全文
摘要:# 关闭es健康检查 management: health: db: enabled: false redis: enabled: false elasticsearch: enabled: false
阅读全文
摘要:技术研究准备 1. 图数据库neo4j 已完成技术储备 2. 展示引擎d3.js echarts 已完成技术储备 3. 搜索引擎elasticsearch 已完成技术储备 4. 自然语言处理算法库 目前在研究java语言的nlp算法库,包括Apache OpenNLP、斯坦福的NLP、复旦大学 Fu
阅读全文
摘要:2021-09-09 09:21:15 [JobThread.run-130] <br> datax-web job execute start <br> Param: 2021-09-09 09:21:15 [BuildCommand.buildDataXParam-100] Command pa
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 1, "batchSize":1000 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "r
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 32, "batchSize":4096 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "splitPk": "L
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 32, "batchSize":4096 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "splitPk": "L
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 3, "byte": 1048576 }, "errorLimit": { "record": 0, "percentage": 0.02 } }, "content": [ { "reader": { "n
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 1 } }, "content": [ { "reader": { ... }, "writer": { "name": "elasticsearchwriter", "parameter": { "endp
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel":1 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "user", "password": "
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 2 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "datax", "password":
阅读全文
摘要:{ "job": { "setting": { "speed": { "channel": 1 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "root", "password":
阅读全文
摘要:{ "job": { "content": [ { "reader": { "name": "streamreader", "parameter": { "sliceRecordCount": 10, "column": [ { "type": "String", "value": "helle D
阅读全文
摘要:1、dbeaver 连接 elasticsearch7 错误 current license is non-compliant for [jdbc] Elasticsearch的免费版本是不提供JDBC功能的,在查询时会报错 current license is non-compliant for
阅读全文
摘要:Relationships 引发 形成 极易发 中等易发 轻度易发 不易发 灾害链信息 kg_disaster_chain 项目名称 kg_name 适用灾种 kg_event 灾害事件 受灾率 成灾率 孕灾条件 定性致灾因子 定量致灾因子 流程分析 1、工程创建 新建插入到project表 调用接
阅读全文
摘要:mxgraph mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering. draw.io is an example that extends the fun
阅读全文
摘要:drawio www.diagrams.net https://github.com/jgraph/drawio https://github.com/jgraph/drawio https://jgraph.github.io/drawio/src/main/webapp/index.html h
阅读全文
摘要:neo4j学习记录 1、neo4j 文章 https://segmentfault.com/a/1190000017911964 https://cloud.tencent.com/developer/article/1526949 http://doc.we-yun.com:1008/we-yun
阅读全文
摘要:GraphVis一款性能优异,效果丰富,使用简单,易于扩展的图数据可视化组件库 http://www.graphvis.cn/ 复杂网络分析 http://www.graphvis.cn/graph/complex/index.html 关系网络分析重点 http://www.graphvis.cn
阅读全文
摘要:https://d3js.org/ http://www.graphvis.cn/ https://iowiki.com/d3js/d3js_quick_guide.html https://www.cnblogs.com/fastmover/p/7779660.html https://wiki.
阅读全文
摘要:Vue 关联关系图谱组件 https://github.com/seeksdream/relation-graph 这是一个Vue关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。 这个项目使用典型的vue编程
阅读全文
摘要:vue G6 流程图 知识图谱前端插件 https://github.com/claudewowo/welabx-g6 😎 自定义节点和边, 支持锚点配置😎 自定义圆形, 方形, 椭圆, 菱形节点😎 节点支持拖拽连线, 删除(按delete键), 编辑😎 边默认带结束箭头, 支持标签显示😎
阅读全文
摘要:1、从mysql8 往elasticsearch 7导入数据时,报错。 2、经查询,官方datax仅支持my5.x,以下为改造适配mysql 8.x 资料记录。 DataX支持mysql8.X https://blog.csdn.net/qq_41852045/article/details/108
阅读全文
摘要:1、mysql 读取错误指定serverTimezone=UTC jdbc:mysql://192.168.8.248:3306/sourcedb?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC" 2、改
阅读全文
摘要:mvn -U clean package assembly:assembly -Dmaven.test.skip=true
阅读全文

浙公网安备 33010602011771号