background picture of the home page

Hi,Friend

Docker 树莓派 mysql5.7

创建my.cnf [mysqld] ## server_id=1 ## binlog-ignore-db=mysql ## log-bin=replicas-mysql-bin ## binlog_cache_size=1M ## binlog_format=mixed ## expir

thumbnail of the cover of the post

bignumber.js库,解决前端小数精度问题

bignumber.js 是一个 JavaScript 库,用于执行任意精度的十进制运算,特别适合处理大数字和需要高精度运算的情况。以下是一些 bignumber.js 库中的常用方法及其简要解释: 初始化 首先,你需要安装 bignumber.js 库: npm install bignumber

thumbnail of the cover of the post

数据可视化:浅谈目前各种3d技术

一、发展 3D或者说三维数字化技术,是基于电脑/网络/数字化平台的现代工具性基础共用技术,包括3D软件的开发技术、3D硬件的开发技术,以及3D软件、3D硬件与其他软件硬件数字化平台/设备相结合在不同行业和不同需求上的应用技术。 随着电脑技术的快速发展,3D技术的发展十分迅速。我们最初了解的3D技术就

thumbnail of the cover of the post

使用Docker安装MongoDB

下载MongoDB镜像 docker pull mongo:latest 创建外部挂载的目录 # 创建一个名为/data/mongo/config的目录。-p选项表示如果父目录不存在,则同时创建父目录。 mkdir -p /data/mongo/config # 创建了一个名为/data/mongo

thumbnail of the cover of the post

docker 安装mysql5.7

下载镜像 docker pull mysql:5.7 创建目录 先在data下创建 /docker/mysql/data和 /docker/mysql/config/my.cnf ,目录和文件 my.cnf文件内容 [client] # 端口号 port=3306 [mysql] no-beep

thumbnail of the cover of the post

echarts 仿进度条配置

{ title: { text: 'World Population', show: false, }, tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' }, formatter: functio

thumbnail of the cover of the post