-
Spring AOP如何产生代理对象
Spring AOP如何产生代理对象 框架就是复杂的留给自己,简单的留给码农,像写hello world一样简单 早年开发Spring AOP程序时,都是xml文件配置aop(现在不流行xml了,注解@EnableAspectJAutoProxy大行其道),然后框架解析, 例如: ?它这种配置是如何解析的,拦截方法...
-
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...
-
LeetCode 面试题04. 二维数组中的查找
LeetCode 面试题04. 二维数组中的查找 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题04. 二维数组中的查找 题目 在一个 n * m 的二维数组中,每一行都按照从左到右递增...
-
SpringCloud Config 分布式配置管理
SpringCloud Config 分布式配置管理 配置中心用于统?管理配置, 快速切换各个环境的配置。 常用的配置中心 百度开源的disconf https://github.com/knightliao/disconf 阿?开源的diamand https://github.com/takeseem/diamond springcloud开源的Config http://cloud.spr...
-
LeetCode 面试题03. 数组中重复的数字
LeetCode 面试题03. 数组中重复的数字 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题03. 数组中重复的数字 题目 找出数组中重复的数字。 在一个长度为 n 的数组 nums 里...
-
LeetCode 3. 无重复字符的最长子串
LeetCode 3. 无重复字符的最长子串 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 3. 无重复字符的最长子串 题目 给定一个字符串,请你找出其中不含有重复字符的__最长子串__的...
-
LeetCode 191. 位1的个数
LeetCode 191. 位1的个数 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 191. 位1的个数 题目 编写一个函数,输入是一个无符号整数,返回其二进制表达式中数字位数为 ‘1’?的...
-
LeetCode 343. 整数拆分
LeetCode 343. 整数拆分 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 343. 整数拆分 与以下题目相同 前往:LeetCode 面试题14- II. 剪绳子 II...
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
