尚码园 尚码园
尚码园
  • 首 页
  • java
  • python
  • php
  • html
  • css
  • javascript
  • mysql
  • linux

使用Vertx重构系统小结

背景 前几个月,使用Vertx重构了公司的一个子系统,该系统负责公司核心数据subscriber的采集、处理、存储和搜索。这里介绍下重构该系统时的一些关键点。 架构 重构前系统部署图: 重构前系统主要

发表时间:2021年01月18日

Vertx的Redis Client进行事务处理

Vertx的Redis Client中主要有两个类 RedisClient RedisTransaction 其中RedisTransaction是用来处理Redis缓存事务的。 场景:Redis缓存

发表时间:2019年12月04日

Vert.x 提供web API 译<八>

TIP: 这部分相应的代码在step-6文件夹中(https://github.com/vert-x3/vertx-guide-for-java-devs) 我们已经加入了vertx-web模块,所以

发表时间:2019年11月24日

如何基于ServiceComb实现文件上传功能

文件上传,当前支持在vertx rest通道和servlet rest中使用。 文件上传使用标准的http form格式,可与浏览器的上传直接对接。 Producer: 支持jaxrs和springm

发表时间:2019年12月04日

Vert.X 入门手记 (二) 下载&安装

Vert.X 中文站:vertx.tk(临时域名) 目前中文化正在进行中,有人来帮忙否?? QQ交流群:219655467 下载 官方下载地址:http://vertx.io/downloads.ht

发表时间:2019年11月08日

Vert.x 集成第三方web服务 译<七>

TIP: 这部分相应的代码在step-5文件夹中(https://github.com/vert-x3/vertx-guide-for-java-devs) 现在的应用都不是故步自封的孤岛,都需要集成

发表时间:2019年11月24日

地图坐标点是否落在不规范区域内公式

不规范区域由一组坐标点组成的数组组成 nvert 表示数组长度, vertx 表示横坐标数组, verty 表示纵坐标数组, testx,testy 表示要判断的坐标点 1 function pnpo

发表时间:2020年11月01日

用vertx实现高吞吐量的站点计数器

工具:vertx,redis,mongodb,log4j 源代码地址:https://github.com/jianglibo/visitrank 先看架构图: 如果你不熟悉vertx,请先googl

发表时间:2019年11月06日

判断点在多边形内部

int pnpoly(int nvert, float *vertx, float *verty, float testx, float testy) //testx,testy 是要判断的点 { i

发表时间:2019年11月13日

PNPOLY - Point Inclusion in Polygon W. Randolph Franklin

测试目标点是否在多边形内 int pnpoly(int nvert, float *vertx, float *verty, float testx, float testy) { int i, j,

发表时间:2019年12月01日
<
第 6 页
>
  • <
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • >

热门标签

javascript
php
css
html
vue
html5
java
node
python
mysql
react
jquery
linux
android
webpack
ios
css3
nginx
c++
git
angularjs
spring
小程序
c#
机器学习
maven
分布式
区块链
大数据
eslint
关于本站
Copyright © 2008-2021 粤ICP备19150900号 尚码园.