Stella981 Stella981
3年前
Nacos系列:Nacos的Java SDK使用
Maven依赖Nacos提供完整的JavaSDK,便于配置管理和服务发现及管理,以Nacos0.8.0版本为例添加Maven依赖:<dependency<groupIdcom.alibaba.nacos</groupId<artifactIdnacosclient<
Easter79 Easter79
3年前
Superset 官方入门教程中文翻译
本文翻译自Superset的官方文档:ToturialCreatingyourfirstdashboard(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fsuperset.incubator.apache.org%2Ftutorial.html)最新版本
Stella981 Stella981
3年前
Nepxion Discovery 5.5.10 发布
!(https://oscimg.oschina.net/oscnet/930a2da0a7bd473fba5412f3681549bc.png)发布日志版本更新:升级SpringBoot到2.1.11.RELEASE升级Sentinel到1.7.1功能更新:
Stella981 Stella981
3年前
OPENCV3 命名空间等变化
CV\_VERSION表示的opencv的版本号命名空间变化: 可以通过增加include<cv.h解决  1直接去掉CV\_前缀          1)nameWindow函数  CV\_WINDOW\_AUTOSIZE直接变成 WINDOW\_AUTOSIZE         
Stella981 Stella981
3年前
MacOS下安装小米SQL优化工具soar
1下载源码包赋予权限  wgethttps://github.com/XiaoMi/soar/releases/download/0.11.0/soar.darwinamd64Osoar  chmodaxsoar2安装Go语言brewinstallygo发现版本不对,直接去https:/
Wesley13 Wesley13
3年前
ubuntu 18 python3.6更换国内源和pip3源
1.更换国内源查看Ubuntu18版本和codename(一定要注意codename对应)1lsb_releasea1NoLSBmodulesareavailable.2DistributorID:Ubuntu3Description:Ubuntu18.10
带你玩转 Vite + Vue3 高低版本常用玩法 | 京东云技术团队
Vite是一种新型前端构建工具,在我们保险前端项目中已经推动并应用很久了,Vite能够显著降低构建时间,提升前端开发效率。