Stella981 Stella981
4年前
Prometheus 与 Grafana 集成
文章首发于公众号《程序员果果》地址:https://mp.weixin.qq.com/s/GImvM\_F2XlMjO0a5xnJuFg(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2Fs%2FGImvM_F2XlMjO0a5xnJuFg)
Wesley13 Wesley13
4年前
Jackson 框架,轻易转换JSON
Jackson可以轻松的将Java对象转换成json对象和xml文档,同样也可以将json、xml转换成Java对象。前面有介绍过jsonlib这个框架,在线博文:http://www.cnblogs.com/hoojo/archive/2011/04/21/2023805.html(https://www.oschina.net/action/G
Wesley13 Wesley13
4年前
Java 200+ 面试题补充 ThreadLocal 模块
!(http://icdn.apigo.cn/blog/threadlocal02.png)让我们每天都有进步,老王带你打造最全的Java面试清单,认真把一件事做到极致。本文是前文《Java最常见的200面试题》(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%
Wesley13 Wesley13
4年前
5 springboot 集成dubbo
ApacheDubbo是一款高性能JavaRPC框架由阿里巴巴开源并进入Apache孵化器,官网 http://dubbo.apache.org(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdubbo.apache.org%2Fzhcn%2F)提供服务化基础功能: 接口
Easter79 Easter79
4年前
SpringSecurity 整合SpringBoot结合jwt与rsa实现分布式认证授权
基于springsecurity整合springboot实现简单认证授权(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fifme%2Fp%2F12184433.html)进行修改实现分布式认证,即我们常说的单点登录,简称SSO,指的是在多应用系统
Easter79 Easter79
4年前
TiDB 在华泰证券的探索与实践
文章转载自公众号华泰证券数字科技。原文链接:https://mp.weixin.qq.com/s/HpZJLdvd3z2w9IJ\_32NRw?scene25wechat\_redirect(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2F
Wesley13 Wesley13
4年前
Java网络编程和NIO详解6:Linux epoll实现原理详解
本系列文章将整理到我在GitHub上的《Java面试指南》仓库,更多精彩内容请到我的仓库里查看https://github.com/h2pl/JavaTutorial(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fh2pl%2FJavaTutori
Stella981 Stella981
4年前
Android studio 好用插件
很全:https://ydmmocoo.github.io/2016/06/28/AndroidStudio%E6%8F%92%E4%BB%B6%E6%95%B4%E7%90%86/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fydmmocoo.github.io%2F201
Stella981 Stella981
4年前
Chrome 浏览器数据无法同步,google账号登录失败,提示 Request canceled
 解决方法:进账号设置不同步钱包数据(即取消"GooglePay中存储的付款方式和地址信息"项的同步)参考链接: https://www.v2ex.com/t/452854(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.v2ex.c
Stella981 Stella981
4年前
PHP array_multisort() 函数
写了这么多年PHP,才刚发现array_multisort()这个函数。当然,你也可以点这里(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.w3school.com.cn%2Fphp%2Ffunc_array_multisort.asp)看手册里的介绍,不过我个人觉得