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