技术分享链接汇总[201805]

内容整理自->java高级交流群【329019348】更多Java高级交流文章


2018/05/02
It互联网项目经理,如何书写出色的技术文档?
基于Go构建滴滴核心业务平台的实践
现代IM系统中聊天消息的同步和存储方案探讨
微信红包的架构设计简介
Circuit Breaker: Hystrix Clients
Java SE 7新特性:改进使用带泛型可变参数的方法时的编译器警告和错误提示
Annotation Type SafeVarargs
2018/05/03
《Mastering Java 9》
轻量级锁与偏向锁
阿里历年经典Java面试题汇总
“淘宝京东”构建流式计算卖家日志系统架构的应用实践
2018/05/04
无服务器计算能够颠覆关系型数据库市场吗?
《Java从小白到大牛》
《Apache Kafka实战》
阿里李运华博客
专访李运华:程序员如何在技术上提升自己
微服务是传统企业电商解决方案的银弹吗?
BAT解密:互联网技术发展之路(5)- 开发层技术剖析
爱奇艺广告平台的架构设计与演进之路
《Mastering Spring Cloud》
《Mastering Microservices with Java9》
《Java EE 8 High Performance》
《Java 9 High Performance》
HTTP 协议入门
SecureRandom生成“强随机数”用于生成RSA*公钥/私钥*window和linux下不一致的问题
2018/05/07
Java I/O, NIO, and NIO.2
select / poll / epoll: practical difference for system architects
数据库:Mysql中“select … for update”排他锁分析
2018/05/08
《微服务设计》
移动IM开源框架对比
2018/05/09
《Spring 微服务实战》
各大厂分布式链路跟踪系统架构对比
知识付费的“骗局”
互联网创业公司如何防御 DDoS 攻击?
MySQL8.0.11版本的新增特性介绍
yield(),sleep()以及wait()的区别(修正版)
Java 面试题 :百度前 200 页都在这里
Java的线程管理器能保证每个线程都有执行的机会么?
sched_yield()函数 高级进程管理
2018/05/10
《http权威指南》
OSSClient引起的内存泄漏
Java 8的新特性lambda表达式是否比匿名内部类具有更好的可读性?
《TCP Socket编程》
2018/05/11
阿里面试官的分享Java面试中需要准备哪些多线程并发的技术要点
日访问量百亿级的应用如何做缓存架构设计
防撞库基本要求
2018/05/14
微服务返回数据集成
2018/05/15
Restoring table(s) in MySQL database when frm or ibd files are available only
sql审核平台
2018/05/16
Java Volatile Keyword
Java Memory Model
Java Language and Virtual Machine Specifications
Concurrency Models
《Mastering Spring Cloud》
2018/05/17
基于 Redis 的分布式锁
秒杀架构实践
支付宝架构师眼里的高可用与容灾架构演进
GraalVM:新一代高性能跨语言虚拟机
The G1 GC in JDK 9
2018/05/18
xxl-job
从100亿条记录的文本文件中取出重复数最多的前10条
Top K算法详细解析—百度面试
寻找最大的K个数,Top K问题的堆实现
日访问量百亿级的应用如何做缓存架构设计
京东Java架构师讲解购物车的原理及Java实现
大型主机报文模拟器插件的设计与开发
2018/05/22
经历过三个大厂洗礼之后的面试宝典

Intellij IDEA神器居然还有这些小技巧
2018/05/23
dubbo文档手册
2018/05/24
美团点评Redis在高负载下的中断优化
深入探索并发编程系列 1 : 锁不慢;锁竞争慢
2018/05/25
rediscluster lua使用
Istio官方文档中文版
2018/05/28
解密支付平台建设资金底线防火墙的杀手级设计方案
支付平台架构设计评审核心要点与最佳实践
干货 | 一篇文章带你学习分布式事务
2018/05/29
《轻量级微服务架构(上册)》
《Java高并发编程详解-多线程与架构设计》
《Java 架构师指南》
数据库事务处理的艺术-事务管理与并发控制
支付系统的对账处理与设计
一次非典型性 Redis 阻塞总结
Redis被 bgrewriteaof阻塞的解决方法
1分钟实现“延迟消息”功能
2018/05/30
微服务2.0技术栈选型手册
《Go语言从入门到进阶实战》
《Spring Boot2企业应用实战》
2018/05/31
不得不告诉大家的 MySQL 优化“套路”
HTTP POST请求发送两个TCP包?

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Get more control of your applications performances in development and production and know how to meet your Service Level Agreement on critical microservices. Key FeaturesLearn how to write a JavaEE application with performance constraints (Service Level Agreement-SLA) leveraging the platformLearn how to identify bottlenecks and hotspots in your application to fix themEnsure that you are able to continuously control your performance in production and during developmentBook Description The ease with which we write applications has been increasing, but with this comes the need to address their performance. A balancing act between easily implementing complex applications and keeping their performance optimal is a present-day need. In this book, we explore how to achieve this crucial balance while developing and deploying applications with Java EE 8. The book starts by analyzing various Java EE specifications to identify those potentially affecting performance adversely. Then, we move on to monitoring techniques that enable us to identify performance bottlenecks and optimize performance metrics. Next, we look at techniques that help us achieve high performance: memory optimization, concurrency, multi-threading, scaling, and caching. We also look at fault tolerance solutions and the importance of logging. Lastly, you will learn to benchmark your application and also implement solutions for continuous performance evaluation. By the end of the book, you will have gained insights into various techniques and solutions that will help create high-performance applications in the Java EE 8 environment. What you will learnIdentify performance bottlenecks in an applicationLocate application hotspots using performance toolsUnderstand the work done under the hood by EE containers and its impact on performanceIdentify common patterns to integrate with Java EE applicationsImplement transparent caching on your applicationsExtract more information from your applications using Java EE without modifying existing codeEnsure constant performance and eliminate regressionWho This Book Is For If you're a Java developer looking to improve the performance of your code or simply wanting to take your skills up to the next level, then this book is perfect for you. Table of ContentsMoney! The quote manager applicationLook under the cover : what is this "EE" thing?Monitor your applicationsApplication optimization: memory management and server configurationScale up: threading and implicationsBe lazy, cache your dataBe fault tolerantLoggers and performances: a trade-offBenching your applicationContinuous performance evaluation
Get more control of your applications performances in development and production and know how to meet your Service Level Agreement on critical microservices. Key FeaturesLearn how to write a JavaEE application with performance constraints (Service Level Agreement-SLA) leveraging the platformLearn how to identify bottlenecks and hotspots in your application to fix themEnsure that you are able to continuously control your performance in production and during developmentBook Description The ease with which we write applications has been increasing, but with this comes the need to address their performance. A balancing act between easily implementing complex applications and keeping their performance optimal is a present-day need. In this book, we explore how to achieve this crucial balance while developing and deploying applications with Java EE 8. The book starts by analyzing various Java EE specifications to identify those potentially affecting performance adversely. Then, we move on to monitoring techniques that enable us to identify performance bottlenecks and optimize performance metrics. Next, we look at techniques that help us achieve high performance: memory optimization, concurrency, multi-threading, scaling, and caching. We also look at fault tolerance solutions and the importance of logging. Lastly, you will learn to benchmark your application and also implement solutions for continuous performance evaluation. By the end of the book, you will have gained insights into various techniques and solutions that will help create high-performance applications in the Java EE 8 environment. What you will learnIdentify performance bottlenecks in an applicationLocate application hotspots using performance toolsUnderstand the work done under the hood by EE containers and its impact on performanceIdentify common patterns to integrate with Java EE applicationsImplement transparent caching on your applicationsExtract more information from your applications using Java EE without modifying existing codeEnsure constant performance and eliminate regressionWho This Book Is For If you're a Java developer looking to improve the performance of your code or simply wanting to take your skills up to the next level, then this book is perfect for you. Table of ContentsMoney! The quote manager applicationLook under the cover : what is this "EE" thing?Monitor your applicationsApplication optimization: memory management and server configurationScale up: threading and implicationsBe lazy, cache your dataBe fault tolerantLoggers and performances: a trade-offBenching your applicationContinuous performance evaluation

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值