- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: itkk.org:81
- 软件文档: https://gitee.com/wangkang/udf
软件介绍
UDF
基于 Spring Boot / Spring Cloud 的基础项目、脚手架,主要用于学习和实践
按照 Spring Boot 的思想,将各个不同的功能按照 starter 的形式拆分开来,做到灵活组合。
项目包说明
udf-starter
udf-start-core : 核心包,包含统一异常处理,标准json输出,在线api文档,线程池配置,xss处理,等
udf-starter-cors : 跨域请求配置
udf-starter-file : 文件服务
udf-starter-id : 分布式ID服务
udf-starter-mail : 邮件服务
udf-starter-qrcode : 二维码服务
udf-starter-rms : rest远程调用服务,包含服务间认证和治理
udf-starter-scheduler : 分布式调度服务
udf-starter-scheduler-client : 分布式调度客户端
udf-starter-datasource : 数据源
udf-starter-connection-pool-druid : druid数据源
udf-starter-amqp-rabbitmq : 消息中间件
udf-starter-auth : 用户认证服务
udf-starter-datasource-dynamic : 动态数据源
udf-sample
udf-eureka-config-server-demo : 服务注册中心 和 配置中心
udf-admin-server-demo : 监控中心 和 断路器看板
udf-config-hub : 配置文件仓库
udf-zuul-server-demo : 网关
udf-general-server-demo : 公共服务
udf-service-a-demo : demo服务
Text Algorithms
Maxime Crochemore、Wojciech Rytter / Oxford University Press / 1994
This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It is intended to serve both as a textbook......一起来看看 《Text Algorithms》 这本书的介绍吧!
