会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
s1mple
博客园
首页
新随笔
联系
订阅
管理
2021年6月23日
如何将Docker镜像发布到远程仓库
摘要: 一、注册dockerhub 地址,需要有一个账号 二、发布镜像 1、查看登录命令 2、登陆 3、将镜像推送到远程仓库
阅读全文
posted @ 2021-06-23 17:11 CCCCC099
阅读(218)
评论(0)
推荐(0)
2021年6月15日
maven pom.xml 添加 servlet、jsp、jstl、standard标准库依赖
摘要: <!-- servlet依赖--> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> <!-- https:/
阅读全文
posted @ 2021-06-15 23:39 CCCCC099
阅读(884)
评论(0)
推荐(0)
IDEA 快速构建一个 SpringBoot+Shiro项目 并打包
摘要: 1、创建一个项目 2、选择对应的jdk版本和spring initializr(表示创建的是spring boot项目) 3、选择打包的类型(这里选择的是jar包,也可以选择war包),jdk的版本,以及一些配置信息 4、这里springboot的版本选择和个人的环境有关,也可以后续在pom.xml
阅读全文
posted @ 2021-06-15 15:13 CCCCC099
阅读(415)
评论(0)
推荐(0)
2021年5月28日
Linux 安装jdk1.8
摘要: 配置流程 1、下载一个jdk的压缩包(略) 2、解压 tar -zxvf jdk1.8.0_181.tar.gz 3、配置环境变量...
阅读全文
posted @ 2021-05-28 10:21 CCCCC099
阅读(77)
评论(0)
推荐(0)
Linux 上安装maven 并配置阿里远程仓库
摘要: <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <path stroke-linecap="round" d="M5,0 0,2.5 5,5z" id="raphael-marker-block" style="-web
阅读全文
posted @ 2021-05-28 10:06 CCCCC099
阅读(376)
评论(0)
推荐(0)
2021年5月27日
maven 项目打包
摘要: <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <path stroke-linecap="round" d="M5,0 0,2.5 5,5z" id="raphael-marker-block" style="-web
阅读全文
posted @ 2021-05-27 23:34 CCCCC099
阅读(62)
评论(0)
推荐(0)
2021年5月19日
Dockerfile redis环境搭建
摘要: 需要的环境 redis-2.8.17/如果自己网络环境好可以在Dockerfile中直接下载redis,一步到位wget http:...
阅读全文
posted @ 2021-05-19 11:37 CCCCC099
阅读(144)
评论(0)
推荐(0)
2021年5月11日
ysql 5.7 关闭_MySQL 5.7 关闭严格模式 codeAB
摘要: 果您的应用是为旧版本的MySQL编写的,并且与MySQL 5.7中的严格SQL模式不兼容,则可以禁用严格SQL模式。例如,诸如WHM...
阅读全文
posted @ 2021-05-11 13:56 CCCCC099
阅读(346)
评论(0)
推荐(0)
2021年5月8日
linux 后台运行服务
摘要: nohup yourcommand >myoutfile.log 2>&1 & eg: 原本 使用nohup 后 nohup red...
阅读全文
posted @ 2021-05-08 17:52 CCCCC099
阅读(63)
评论(0)
推荐(0)
2021年4月30日
linux solr 自动化启动脚本编写
摘要: #!/usr/bin/expectset timeout 30spawn solr start -e cloud -forceexp...
阅读全文
posted @ 2021-04-30 16:42 CCCCC099
阅读(116)
评论(0)
推荐(0)
下一页
公告