08 2021 档案

摘要:<?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 阅读全文
posted @ 2021-08-30 15:24 DarJeely 阅读(78) 评论(0) 推荐(0)
摘要:spring cloud Alibaba 微服务项目如下错误: Caused by: java.lang.IllegalStateException: Required identifier property not found for class com.huajun.kgbuilder.doma 阅读全文
posted @ 2021-08-27 15:51 DarJeely 阅读(1294) 评论(1) 推荐(0)
摘要:Driver is connected to the database that does not support driver reactive API. In order to use the driver reactive API, please upgrade to neo4j 4.0.0 阅读全文
posted @ 2021-08-27 15:39 DarJeely 阅读(661) 评论(0) 推荐(0)
摘要:@Copyright (c) $today.year. 于吉利 All Rights Reserved @File:$file.fileName @Author: 于吉利 @Function: @Date: $today @version:1.0 @Changes: @Description: 阅读全文
posted @ 2021-08-26 16:14 DarJeely 阅读(314) 评论(0) 推荐(0)
摘要:Microsoft Windows [版本 6.3.9600] (c) 2013 Microsoft Corporation。保留所有权利。 D:\neo4j-community-4.3.3\neo4j-community-4.3.3-windows\bin>neo4j.bat console In 阅读全文
posted @ 2021-08-26 09:59 DarJeely 阅读(308) 评论(0) 推荐(0)
摘要:package com.huajun.kgbuilder.util; import org.neo4j.ogm.id.IdStrategy; /** * 于吉利 * 2021-08-26 * Neo4j自定义主键策略 */ public class Neo4JCustomIdStrategy imp 阅读全文
posted @ 2021-08-26 09:44 DarJeely 阅读(789) 评论(0) 推荐(0)
摘要:<?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 阅读全文
posted @ 2021-08-26 09:35 DarJeely 阅读(220) 评论(0) 推荐(0)
摘要:# spring配置 spring: redis: database: 6 host: 192.168.8.248 port: 6379 password: data: neo4j: uri: bolt://192.168.8.202:7687 username: neo4j password: h 阅读全文
posted @ 2021-08-26 09:34 DarJeely 阅读(383) 评论(0) 推荐(0)
摘要:'use strict' const path = require('path') const CopyWebpackPlugin = require('copy-webpack-plugin') function resolve(dir) { return path.join(__dirname, 阅读全文
posted @ 2021-08-25 17:59 DarJeely 阅读(869) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-08-20 09:11 DarJeely 阅读(3087) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-16 11:35 DarJeely 阅读(319) 评论(0) 推荐(0)
摘要:<!-- 实时视频 --> <template> <div class="onlineVideo-wrap" :class="{'hidden': hiddenMenu}"> <div class="com-panel-title"> <div class="panel-left">实时视频</di 阅读全文
posted @ 2021-08-10 17:35 DarJeely 阅读(106) 评论(0) 推荐(0)
摘要:<!-- 通讯-- 通讯录 --> <template> <div class="telBar-wrap com-pop-wrap"> <div class="big-light"></div> <div class="small-light"></div> <div class="com-drag 阅读全文
posted @ 2021-08-10 17:34 DarJeely 阅读(61) 评论(0) 推荐(0)
摘要:<!-- 通讯-- 总指挥部 --> <template> <div class="zongCommand-wrap"> <div class="zong-scroll"> <div class="zong-inner" v-if="renderZhihui"> <div class="zong-f 阅读全文
posted @ 2021-08-10 17:34 DarJeely 阅读(28) 评论(0) 推荐(0)
摘要:<!-- 右侧菜单-- 事件面板 --> <template> <div class="eventBar-wrap com-pop-wrap"> <div class="com-drag-header drag-ing" v-drag> <div class="close" @click="clos 阅读全文
posted @ 2021-08-10 17:33 DarJeely 阅读(141) 评论(0) 推荐(0)
摘要:应急救援预案选择逻辑:1、选择救援事件后,判断是否选过预案,没有选过的话,显示暂无响应预案,暂无响应等级,辅助决策选择,选着后,应急救援和辅助决策显示响应预案名字,点击预案名字,可查看预案数字化详情。2、辅助决策根据响应预案选择对应的响应等级,应急救援查看。3、辅助决策根据响应预案选择对应的应急指挥 阅读全文
posted @ 2021-08-10 17:32 DarJeely 阅读(92) 评论(0) 推荐(0)
摘要:头部1、实时事件 事件状态 状态0:生成事件;1:启动响应;2:响应结束;3:生成案例 2、事件关注 取关注后的事件 事件关注状态的设置 3、联合联动 ??4、统计分析5、辅助决策 进入辅助决策页面6、视频监控7、综合查询8、指挥体系 9、位置查询 输入地址进行查询,查询后在地图定位,可进行添加事件 阅读全文
posted @ 2021-08-10 17:32 DarJeely 阅读(511) 评论(0) 推荐(0)
摘要:1、hadoop 3.30 对应的winutils下载地址 https://github.com/kontext-tech/winutils 安装参考 hadoop 3.30https://kontext.tech/column/hadoop/447/install-hadoop-330-on-wi 阅读全文
posted @ 2021-08-10 17:30 DarJeely 阅读(194) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/alpha-cat/p/12866505.html https://issues.apache.org/jira/browse/HDFS-14890 https://www.cnblogs.com/hang-shao/p/12860000.html h 阅读全文
posted @ 2021-08-10 17:22 DarJeely 阅读(107) 评论(0) 推荐(0)