High Level Overview At a coarse level, AS 7 consists of two main elements: A core manageable service container based on modular classloading Extensions to that core that provide the kind of functionality most users associate with an application serve…
reference from:http://docs.jboss.org/netty/3.1/guide/html/architecture.html 2.1. Rich Buffer Data Structure 2.2. Universal Asynchronous I/O API 2.3. Event Model based on the Interceptor Chain Pattern 2.4. Advanced Components for More Rapid Developmen…
摘要: 原创出处 https://www.cnkirito.moe/spring-security-1/ 「老徐」欢迎转载,保留摘要,谢谢! 1 核心组件 一直以来我都想写一写Spring Security系列的文章,但是整个Spring Security体系强大却又繁杂.陆陆续续从最开始的guides接触它,到项目中看了一些源码,到最近这个月为了写一写这个系列的文章,阅读了好几遍文档,最终打算尝试一下,写一个较为完整的系列文章. 较为简单或者体量较小的技术,完全可以参考着demo直接上手,但系…
来自Java官方的文档,作备忘使用. 简介: Java平台非常强调安全性,包括语言安全,密码学,公钥基础设施,认证,安全通信和访问控制. JCA是平台的一个主要部分,包含一个“提供者”体系结构和一组用于数字签名,消息摘要(哈希),证书和证书验证,加密(对称/非对称块/流密码),密钥生成管理和安全随机数生成等等.这些API允许开发人员将安全性轻松集成到应用程序代码中.这个架构是围绕以下原则设计的: 实现独立性:应用程序不需要实现安全算法.相反,他们可以从Java平台请求安全服务.安全服务在提供者(…
本章提要---------------------------------------------arthiecture, and some componentconnect to oracle这一章, 概念性的东西多一些---------------------------------------------ipcs -a linux 命令, 查看内存区域情况, 进程之间通信communication 1. 连接数据库(无论是本机环境, 还是客户端)    When you connect,…
Module 简单来说模块(module)就是完成共同目的的代码块,export一些内容例如一个类.函数.或值变量. component就是一个基本的Angular块,一个component类其实也是我们从模块中export出来的东西. Angular本身也是一个有着许多称为“barrels”的库模块的集合.angular2/core 是最主要的Angular库模块. 如果引入的是Angular本身的库模块,import语句直接引用的是模块的名称:如果引入的是自己本地的模块,则需要使用相对路径,…
zhuan :https://www.linkedin.com/pulse/100-open-source-big-data-architecture-papers-anil-madan Big Data technology has been extremely disruptive with open source playing a dominant role in shaping its evolution. While on one hand it has been disruptiv…
In this article, we highlight some of the key changes that you can expect to see in the Intel RealSense SDK. Editorial Note This article is for our sponsors at CodeProject. These articles are intended to provide you with information on products and s…
Overview The java.lang.ref package provides more flexible types of references than are otherwise available, permitting limited interaction between the application and the Java Virtual Machine (JVM) garbage collector. It is an important package, centr…