Home

HTTP 80 failed respond

Here’s the table of contents: HTTP-80 failed respond 报错现象 查看HTTP访问设置 修改HTTP访问设置【弃用】 修改缓冲区大小 备注 HTTP-80 failed respond 报错现象 HTTP访问时出现: 2020-10-21 02:04:55.875 WARN 6763 --- [nio-7424-exec-3] n.g.e.SimpleDataFetcherExceptionHandler : Exception while fetching data (/textDeepAnalyzer) : org.apache.ht...

Read more

解决Maven-sun.security-PKIX path building failed

Here’s the table of contents: 阿里云maven仓库配置 完美解决Maven:sun.security.validator.ValidatorException: PKIX path building failed maven安装JAR到本地仓库 阿里云maven仓库配置 <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexu...

Read more

MySQL字符串截取与常用查询

Here’s the table of contents: 被截取字符串 截取结果 截取SQL 备注 生成数值 从一个表拿数据更新到另外一个表 分组排重统计 查询字段并合并成一个字段返回【一行多字段聚合】 查询字段并合并成一个字段返回【多行聚合】 指定索引查询 获取24H之前的系统时间 表内关联 查询更新 查询SQL进程并KILL 更新默认值 增加自动更新时间字段 增加字段BTREE索引 指定FROM和TO字段分组导出JSON-DETAIL数据 条件分支查询 数据替换 多字段分组统计 覆盖更新 忽略重复 查询数据写入新表 从分组结果中继续分组统计 分组排序获取TOPN并只返回某研报...

Read more

从MySQL加载数据到ONgDB

Here’s the table of contents: 下载MySQL-DRIVE加载到插件列表 加载注册驱动 读取数据 使用批次/多事务提交方式读取远程JDBC数据源并更新图库 下载MySQL-DRIVE加载到插件列表 加载注册驱动 CALL apoc.load.driver("com.mysql.jdbc.Driver") 读取数据 CALL apoc.load.jdbc('jdbc:mysql://localhost:3306/database?user=user&password=password&useUnicode=true&characterEncoding=utf8&serverTimezone=UTC',...

Read more

常用GraphiQL操作

Here’s the table of contents: GraphiQL 1 2 GraphiQL 1 { horgByName(name: "li ning") { name hcode @skip(if: true) alias @include(if: false) } } 2 type Person { name: ID! born: Int actedIn: [Movie] @relation(name:"ACTED_IN") } type Movie { title: ID! released: Int tagline: String } type Q...

Read more

大批量子图数据删除

Here’s the table of contents: CALL apoc.periodic.iterate刪除数据 【占满整个堆内存,造成垃圾回收暂停。】 CALL apoc.periodic.commit刪除数据[remove和delete标签和属性的时候使用下列过程][图数据库分配到的内存太小时使用这种方式删除数据] CALL apoc.periodic.iterate刪除数据 【占满整个堆内存,造成垃圾回收暂停。】 1、CALL apoc.periodic.iterate('MATCH (f:HORGShareHold) WHERE f.hcode=~\'-HORG.*[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4...

Read more

在图上做随机游走

Here’s the table of contents: 随机游走 Graph Demo Random Walk-1 Random Walk-2 参数注释 随机游走 随机游走 【neo4j-graph-data-science-1.1.1-standalone】在ongdb-3.5.17不支持高并发计算 Graph Demo CREATE (home:Page {name: 'Home'}), (about:Page {name: 'About'}), (product:Page {name: 'Product'}), (links:Page {name: 'Links'}), (a:Page ...

Read more

IDEA相关

Here’s the table of contents: IDEA包编译出错 报错现象 处理方式一 处理方式二 打印GC日志 修改项目名称 IDEA包编译出错 报错现象 Error:(5, 37) java: 程序包data.lab.elasticsearch.common不存在 处理方式一 在Terminal下执行如下操作,上述问题得以解决 mvn idea:idea 或者执行 mvn idea:module 处理方式二 Settings-->Build-->Build Tools-->Maven-->Runner-->勾选上Delegagte ID...

Read more