Easter79 Easter79
3年前
SpringBoot如何优雅的校验参数
原文地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flqcoder.com%2Fp%2F4cd8a59d.html)原文地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flqcoder.com%2Fp%2
Easter79 Easter79
3年前
SpringCloud中Zuul网关原理及其配置,一篇看懂!
!(https://oscimg.oschina.net/oscnet/d33be6ff85994864ba4105f562e8eb8a.png)作者:kosaminocnblogs.com/jing99/p/11696192.html正文Zuul是springcloud中的微服务网关。网关:是一个网络整体系统中的前
Stella981 Stella981
3年前
Golang 入门系列(十三)用Beego开发web应用
接着之前的内容,前面已经讲过很多Golang的基础语法,mysql的使用,redis的使用,也讲了orm框架,如何创建一个webapi服务等等,感兴趣的可以看看以前的文章,https://www.cnblogs.com/zhangweizhong/category/1275863.html(https://www.oschina.net/action/
Wesley13 Wesley13
3年前
DDD领域驱动设计
C进阶系列——DDD领域驱动设计初探(七):Web层的搭建(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Flandeanfen%2Fp%2F4920577.html)C进阶系列——DDD领域驱动设计初探(六):领域服务(https://w
Stella981 Stella981
3年前
Redkale 入门教程 02
        REST是 Redkale(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fredkale.org%2Findex.html) 的主要功能之一,REST提供的功能是根据Service自动生成HttpServlet,需要注意的是 Redkale里的REST与标准的REST
Stella981 Stella981
3年前
Ruby on Rails 之旅(七)—— Ruby on Rails 入门(5)
接下来我们一起学习一下respond\_to字面意思是响应给。。。我们可以理解为,你要什么格式。以往一样的操作返回不同的格式,我们大多会这样处理:defshow_html@usersUser.find(:all)enddefshow_xml@usersUser.find(:all)
Stella981 Stella981
3年前
Lucene的索引文件格式(1)
Lucene学习总结之三:Lucene的索引文件格式(1)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fforfuture1978%2Farchive%2F2009%2F12%2F14%2F1623597.html)
Stella981 Stella981
3年前
Redis Cluster集群架构实现(四)
Redis集群简介通过前面三篇博客的介绍《Redis基础认识及常用命令使用(一)技术流ken(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fkenken2018%2Fp%2F9959759.html)》,《Redis基础
Wesley13 Wesley13
3年前
Linux实用工具
1. Windows下同步Linux文件(Linux安装Samba和配置)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Frond%2Fp%2F3688543.html)场景需求:安装了Ubuntu在虚拟机上,但是代码编辑或者其
Stella981 Stella981
3年前
ElasticSearch 索引查询使用指南——详细版
1.我们通常用用_cat API(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.elastic.co%2Fguide%2Fen%2Felasticsearch%2Freference%2Fcurrent%2Fcat.html)检测集群是否健康。确保9200端口号可用: