-
LeetCode 面试题06. 从尾到头打印链表
LeetCode 面试题06. 从尾到头打印链表 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题06. 从尾到头打印链表 题目 输入一个链表的头节点,从尾到头反过来返回每个节点的值...
-
springboot docker jenkins 自动化部署并上传镜像
springboot docker jenkins 自动化部署并上传镜像 springboot + docker + jenkins自动化部署项目,jenkins、mysql、redis都是docker运行的,并且没有使用虚拟机,就在阿里云服务器(centos7)运行 1、前期准备工作不说了 2、在项目根目录下新建Dockerfile Dockerfile文...
-
LeetCode 面试题05. 替换空格
LeetCode 面试题05. 替换空格 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题05. 替换空格 题目 请实现一个函数,把字符串 s 中的每个空格替换成%20。 示例 1: 输入:s...
-
集合与数组
集合与数组 个人整理的集合与数组的特性 有错误的地方希望多多指正,还望大佬多多补充指正...
-
SpringBoot 配置多种运行环境
SpringBoot 配置多种运行环境 开发一个环境dev,测试一个环境test,生产(上线)一个环境prod 在resources下新建3个yml文件 application-dev.properties application-test.properties application-prod.properties 分别写开发、测试、生产环境的配置 在application.pro...
-
SpringCloud Config 分布式配置管理
SpringCloud Config 分布式配置管理 配置中心用于统?管理配置, 快速切换各个环境的配置。 常用的配置中心 百度开源的disconf https://github.com/knightliao/disconf 阿?开源的diamand https://github.com/takeseem/diamond springcloud开源的Config http://cloud.spr...
-
CentOS7安装Redis
CentOS7安装Redis 简介 ?Redis 是一个开源(BSD许可)的,内存中的数据结构存储系统,它可以用作数据库、缓存和消息中间件。 它支持多种类型的数据结构,如 字符串(strings), 散列(hashes), 列表(lists), 集合(sets), 有序集合(sorted sets) 与范围查询...
-
nginx开启ssl并把http重定向到https的两种方式
nginx开启ssl并把http重定向到https的两种方式 1 简介 Nginx 是一个非常强大和流行的高性能Web服务器。本文讲解 Nginx 如何整合 https 并将 http 重定向到 https 。 https 相关文章如下: (1)Springboot整合https原来这么简单 (2)HTTPS之密钥知识与密钥工具Keytool...
-
手把手教你女朋友创建一个Springboot外置Tomcat项目
手把手教你女朋友创建一个Springboot外置Tomcat项目 ----------------------------------------------------------------------------------------------------------------------------------- 女朋友:啥SpringBoot都内置Tomcat了,为啥还要内置Tomcat? 大佬:别跟...
-
LeetCode 面试题04. 二维数组中的查找
LeetCode 面试题04. 二维数组中的查找 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题04. 二维数组中的查找 题目 在一个 n * m 的二维数组中,每一行都按照从左到右递增...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash




