上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 168 下一页
摘要: 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 阅读(709) 评论(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 阅读(192) 评论(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 阅读(327) 评论(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 阅读(697) 评论(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 阅读(2227) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-08-16 11:35 DarJeely 阅读(295) 评论(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 阅读(94) 评论(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 阅读(43) 评论(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 阅读(25) 评论(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 阅读(110) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 168 下一页