惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
量子位
N
Netflix TechBlog - Medium
博客园 - 聂微东
博客园 - Franky
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC

Aloïs Micard

Laravel: beware of $touches Laravel dynamic SMTP mail configuration Parakeet: an IRC log renderer Open sourcing my blog Another year has gone by How to setup easily ELK on a Docker Swarm An unified package manager user interface Debian maintainer from zero to hero Privilege escalation using setuid Autosnap Privilege escalation using Docker Going serverless Quick notes about Covid 19 ClassLoader & memory leaks: a Java love story Docker swarm is not dead! (yet) Making a product is not even half of the path to success Harbor: your own private docker registry How to expose Traefik 2.x dashboard securely on Docker Swarm Let's build a simple quotes application Taking new year resolutions seriously Pimp your phone like never before ! How to install Traefik 2.x on a Docker Swarm Go library to parse Maven POM file Create beautiful image of your code Supervisor: a host management solution Setup Qt with Jetbrains Clion easily Building a fast modern dark web crawler terminews - a CLI based RSS reader
Using CDI 2.0 in a Java SE application
2019-08-29 · via Aloïs Micard
CDI (Context & Dependency Injection) is a Java API released with JEE6 that enable dependency injection. P…