摘要: https://mirrors.huaweicloud.com/home 阅读全文
posted @ 2022-11-28 17:00 职业吃井人 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 一、Ctrl 快捷键 快捷键说明常用 Ctrl + F 在当前文件进行文本查找 √ Ctrl + R 在当前文件进行文本替换 √ Ctrl + Z 撤销 √ Ctrl + Y 删除光标所在行 或 删除选中的行 √ Ctrl + X 剪切光标所在行 或 剪切选择内容 Ctrl + C 复制光标所在行 阅读全文
posted @ 2024-05-10 14:40 职业吃井人 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1、先获取APP的签名MD5, 2、进入ApiCloud 官网,找到自已APP证书,点击 android证书右上角的自动创建证书,然后弹出窗口点下载证书 3、下载完的证书 4、keytool –list –v –keystore <签名文件路径>,获取MD5 5、在百度云人脸采集SDK下创建应用,应 阅读全文
posted @ 2024-02-28 15:35 职业吃井人 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1。执行 sudo mount -o username=***,password=*** //192.168.0.86/log/mesfile /home/gy 提示 mount: 将 //192.168.0.86/log/mesfile 挂载到 /home/gy 失败: 主机关闭 2、确认wind 阅读全文
posted @ 2023-12-08 17:46 职业吃井人 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1、下图为本地虚拟机nginx目录 2、cd ./nginx-1.14.2 进入nginx 目录 输入命令 :patch -p1 < ../nginx_upstream_check_module-master/check_1.14.0+.patch 3、yum -y install gcc-c++ 阅读全文
posted @ 2023-11-27 14:23 职业吃井人 阅读(260) 评论(0) 推荐(0) 编辑
摘要: [1\. IOC容器](https://github.com/DocsHome/spring-docs/blob/master/pages/core/IoC-container.md#beans) * [1.1. Spring IOC容器和Bean介绍](https://github.com/Doc 阅读全文
posted @ 2023-01-31 11:06 职业吃井人 阅读(21) 评论(0) 推荐(0) 编辑
摘要: <!--jacob依赖--> <dependency> <groupId>com.jacob</groupId> <artifactId>jacob</artifactId> <version>1.19</version> <scope>system</scope> <!--本地的jacob.jar 阅读全文
posted @ 2023-01-17 16:55 职业吃井人 阅读(58) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.anno 阅读全文
posted @ 2023-01-17 14:52 职业吃井人 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 在 catalina.sh 文件,第一句加上:export JAVA_OPTS="-server -Xmx16g -Xms16g", #!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # co 阅读全文
posted @ 2023-01-12 15:01 职业吃井人 阅读(82) 评论(0) 推荐(0) 编辑
摘要: POM添加依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.4.RELEASE</version> </pa 阅读全文
posted @ 2023-01-10 16:36 职业吃井人 阅读(532) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Bean; import org.sprin 阅读全文
posted @ 2023-01-04 16:49 职业吃井人 阅读(24) 评论(0) 推荐(0) 编辑