摘要:
spring cloud小结 Spring Cloud为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性Token、全局锁、决策竞选、分布式会话和集群状态)等微服务组件 服务注册中心 注册,续约(心跳机制,防止剔除),下线 服务提供者 服务消费者:负载均衡 阅读全文
摘要:
性能问题定位工具 1.网速测试 安装iperf yum install epel release 从epel源中安装 yum install y iperf 带宽检测 iperf s 开启服务端 iperf c ip 丢包问题 tcpdump进行抓包 tcpdump i eth0 s 3000 po 阅读全文
摘要:
Architecture PredictionIO is a Framework for Machine Learning. It provides an API for creating "templates", which implement a particular ML algorithm 阅读全文
摘要:
Colmap在centos7下的编译 1.什么是colmap COLMAP is a general purpose Structure from Motion (SfM) and Multi View Stereo (MVS) pipeline with a graphical and comma 阅读全文