登录 注册
当前位置:主页 > 资源下载 > 11 > word-count-spring-batch-partitioning:使用 Spring Batch 在 PDF 文件中实现计数词遵循 MasterSlave 模型下载

word-count-spring-batch-partitioning:使用 Spring Batch 在 PDF 文件中实现计数词遵循 MasterSlave 模型下载

  • 更新:2024-08-12 20:12:26
  • 大小:78KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

word-count-spring-batch-partitioning 使用 Spring Batch 在 PDF 文件中实现计数词遵循 Master/Slave 模型 主/从模型 字数统计算法 设置、构建和运行 初始化数据库 创建用于存储 word-count 和 word-count-repository 的模式。 执行create_schema.sql 注意:如果执行create_schema.sql时出现错误“language 'plpgsql' does not exist” 通过命令su -postgres访问 postgres 目录 使用这个命令createlang -d dbname plpgsql 再次运行create_schema.sql PDF文件 从 下载 PDF 文件 设置 从master和 config 打开application.properties