摘要: Centos 7 下载安装 mysql server 5.7 更改权限[zoro@localhost ~]$ su root输入密码进来 管理者命令行切换目录[root@localhost zoro]# cd /root下载安装包MySQL5.7 Linux版本wget https://dev.my 阅读全文
posted @ 2025-06-27 16:47 爱豆技术部 阅读(3) 评论(0) 推荐(0)
摘要: 在 CentOS 7 中固定 IP 并保持联网在 CentOS 7 中固定 IP 并保持联网 使用 ifconfig 或 ip addr 命令查看当前的网络接口名称: 接口名称可能是 eth0、ens33 vi /etc/sysconfig/network-scripts/ifcfg-ens33 编 阅读全文
posted @ 2025-06-22 11:33 爱豆技术部 阅读(2) 评论(0) 推荐(0)
摘要: package com.ylg.common.ocr; import com.baidu.ai.aip.utils.Base64Util; import com.baidu.ai.aip.utils.FileUtil; import com.baidu.ai.aip.utils.HttpUtil; 阅读全文
posted @ 2025-03-26 10:30 爱豆技术部 阅读(26) 评论(0) 推荐(0)
摘要: minio服务搭建 下载docker snap install docker 安装minio docker pull minio/minio 创建文件夹 mkdir home/minio-data 启动minio,设置登录服务的用户名密码及端口 // 创建minio docker run \ --n 阅读全文
posted @ 2025-01-02 15:09 爱豆技术部 阅读(140) 评论(0) 推荐(0)
摘要: //前端接口设计值传递 export function getPrintDan(objId, type) { return request({ url: `/owtb/owtbPring/getPrintDan/${objId}?objName=${type}`, // 注意这里使用了objName 阅读全文
posted @ 2024-11-18 11:34 爱豆技术部 阅读(16) 评论(0) 推荐(0)
摘要: <template> <div class="persion"> <h2>姓名:{{ name }}</h2> <h2>年龄:{{ age }}</h2> <h2>性别:{{ sex }}</h2> <button @click="nameTel">点击姓名</button> <button @cl 阅读全文
posted @ 2024-09-20 14:48 爱豆技术部 阅读(110) 评论(0) 推荐(0)
摘要: <template> <div class="persion"> <h2>姓名:{{name}}</h2> <h2>年龄:{{age}}</h2> <h2>性别:{{sex}}</h2> <button @click="nameTel">点击姓名</button> <button @click="a 阅读全文
posted @ 2024-09-20 10:46 爱豆技术部 阅读(5) 评论(0) 推荐(0)
摘要: ResponseEntity<Page<WmsInventoryHistoryVO>> ok = ResponseEntity.ok(service.selectList(new WmsInventoryHistory(), page)); WmsInventoryHistory wmsInvent 阅读全文
posted @ 2024-08-30 13:49 爱豆技术部 阅读(15) 评论(0) 推荐(0)
摘要: NVM下载、安装和配置教程-2024年6月6日一、下载二、安装三、配置环境三、配置镜像源四、测试安装与使用五、nodejs配置与使用一、下载1.github https://github.com/coreybutler/nvm-windows/releases这里是win系统的 2.找到你想下载的版 阅读全文
posted @ 2024-08-02 10:24 爱豆技术部 阅读(877) 评论(0) 推荐(0)
摘要: public Page<WmsInventoryVO> queryPage(WmsInventoryQuery query, Pageable page) { List<WmsInventory> list = selectList(query, page); List<WmsInventoryVO 阅读全文
posted @ 2024-07-23 10:50 爱豆技术部 阅读(31) 评论(0) 推荐(0)
TOP