上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页
摘要: Spring Cloud 入门教程(一): 服务注册 1. 什么是Spring Cloud? Spring提供了一系列工具,可以帮助开发人员迅速搭建分布式系统中的公共组件(比如:配置管理,服务发现,断路器,智能路由,微代理,控制总线,一次性令牌,全局锁,主节点选举, 分布式session, 集群状态 阅读全文
posted @ 2019-01-22 17:27 jeremy1888 阅读(205) 评论(0) 推荐(0) 编辑
摘要: SpringCloud是什么? 参考链接: http://blog.csdn.net/forezp/article/details/70148833 一、概念定义 Spring Cloud是一个微服务框架,相比Dubbo等RPC框架, Spring Cloud提供的全套的分布式系统解决方案。 Spr 阅读全文
posted @ 2019-01-22 16:46 jeremy1888 阅读(199) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/andy-zhou/p/5327288.html#_caption_24 https://www.cnblogs.com/onmyway20xx/p/6626567.html 阅读全文
posted @ 2019-01-22 15:22 jeremy1888 阅读(105) 评论(0) 推荐(0) 编辑
摘要: SpringMVC常用注解@Controller,@Service,@repository,@Component controller层使用@controller注解 @Controller 用于标记在一个类上,使用它标记的类就是一个SpringMVC Controller 对象。分发处理器将会扫描 阅读全文
posted @ 2019-01-21 17:40 jeremy1888 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 经典Spring入门基础教程详解 https://pan.baidu.com/s/1c016cI#list/path=%2Fsharelink2319398594-201713320584085%2F%E7%BB%8F%E5%85%B8Spring%E5%85%A5%E9%97%A8%E5%9F%B 阅读全文
posted @ 2019-01-19 00:12 jeremy1888 阅读(264) 评论(0) 推荐(0) 编辑
摘要: Java学习路线(完整详细版) https://jingyan.baidu.com/article/c1a3101e110864de656deb83.html 阅读全文
posted @ 2019-01-18 16:57 jeremy1888 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 一、链接: 中文版: https://pan.baidu.com/s/1d07Kp4 密码:x2cd 英文版: https://pan.baidu.com/s/1boOSdAZ 密码: rwgm 文件截图: 二、注意: 中文版 有一页( 文件页码548,书籍页码515 )图像缺失。不过没关系,只是一 阅读全文
posted @ 2019-01-17 16:07 jeremy1888 阅读(606) 评论(0) 推荐(0) 编辑
摘要: python爬虫实例 这里有两个爬虫的实例,是刚开始学python用的,一个是爬取京东茅台酒评论的,另一个是爬取新浪网国内新闻的,两个都是网上的教程里边的,代码略微有些不同,供参考学习。 都可以在andconda里跑 import requests from bs4 import Beautiful 阅读全文
posted @ 2018-12-31 21:21 jeremy1888 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 本文主要实现一个简单的爬虫,目的是从一个百度贴吧页面下载图片。 1. 概述 本文主要实现一个简单的爬虫,目的是从一个百度贴吧页面下载图片。下载图片的步骤如下: 获取网页html文本内容; 分析html中图片的html标签特征,用正则解析出所有的图片url链接列表; 根据图片的url链接列表将图片下载 阅读全文
posted @ 2018-12-31 21:21 jeremy1888 阅读(256) 评论(0) 推荐(0) 编辑
摘要: https://www.breakyizhan.com/swagger/2810.html https://www.cnblogs.com/serious1529/p/9318115.html https://blog.csdn.net/it_lihongmin/article/details/78 阅读全文
posted @ 2018-12-30 14:04 jeremy1888 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页