Easter79 Easter79
3年前
vue 使用gojs绘制简单的流程图
在vue项目中需要展示工作流进度,可以使用的流程图插件很多flowchart.js http://adrai.github.io/flowchart.js/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fadrai.github.io%2Fflowchart.js%2F%2
虾米大王 虾米大王
2年前
java代码048
code048.javapackagepack01;importjava.io.UnsupportedEncodingException;//���������������������ַ�ʱת�봦�����publicclasscode048publiccode048()/���ַ�������ת�봦��@params
Stella981 Stella981
3年前
Redis Linux 安装运行实战全记录
下载Redis去Redis官网下载最新的Linux包,Redis官方没有Windows版的下载。https://redis.io/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fredis.io%2F)下载后把包上传到Linux服务器。安装Red
Stella981 Stella981
3年前
Cartographer安装
安装过程:官方安装教程:https://googlecartographerros.readthedocs.io/en/latest/index.htmlInstallwstoolandrosdep.sudoaptgetupdatesudoaptgetinstallypython
Stella981 Stella981
3年前
Kubernetes 要弃用docker了,我们该怎么办?
对于开发人员不用过度惊慌,Docker容器和映像仍然存在。不是说世界末日来了,实际上它不会改变一切。但是值得一读背后的原因:https://kubernetes.io/blog/2020/12/02/dontpanickubernetesanddocker/https://kubernetes.io/blog/2020/
Stella981 Stella981
3年前
Redash 安装部署
介绍是一款开源的BI工具,提供了基于web的数据库查询和数据可视化功能。官网:https://redash.io/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fredash.io%2F)GitHub:https://github.com/getredash/red
Stella981 Stella981
3年前
Golang读取目录文件
package mainimport(    "fmt"    "io/ioutil")func main() {        skillfolder : D:\go\        // 获取所有文件        files, _ : ioutil.Read
Stella981 Stella981
3年前
JSON.parse() and JSON.stringify()
前言最近发现一个比较好的关于前端的英文博文网站,主要是关于Javascript、Vuejs、React、Angular、CSS的前端网站博文网站,网站地址是:https://alligator.io/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Falligator.io%2
Stella981 Stella981
3年前
QT软件的安装与使用(Win7与Ubuntu20.04)
本文介绍QT软件的下载与安装。一、下载QT软件可以从QT官网下载安装,下载网址为:http://download.qt.io/archive/qt/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdownload.qt.io%2Farchive%2Fqt%2F)。当前最新
Stella981 Stella981
3年前
Redis数据库基础操作
MySQL和Redis的区别"""redis:内存数据库(读写快,IO操作少)、非关系型(操作数据方便)mysql:硬盘数据库(数据持久化,IO操作多)、关系型(操作数据间关系)大量访问的临时数据,才有redis数据库更优"""redis和memca