일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- SW Maestro
- Helm
- 0 replica
- hammerDB
- Strimzi
- SW 마에스트로
- Kafka
- traceId
- slow query
- 스프링부트
- Leaderboard
- minreplica
- spring boot
- keda
- Database
- Grafana
- zset
- Kubernetes
- Software maestro
- yml
- MSSQL
- Debezium
- docket
- 동등성
- propogation
- blue-green
- logback
- Benchmarks
- eks
- Salting
- Today
- Total
목록분류 전체보기 (64)
김태오
@Configuration @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { @Autowired private CustomUserDetailsService customUserDetailsService; @Autowired private CustomAuthenticationProvider customAuthenticationProvider; @Autowired private CustomAccessDeniedHandler customAccessDeniedHandler; @Autowired private CustomAuthenticationSuccessHandler customAuthenticationSuc..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/CSnmN/btsalar2ZSN/4PagaWUFcebxvaXyQ1dEQ0/img.png)
OS : What helps softwares run well in a hardware CPU: - ISA (Instruction Set Architecture) CISC vs RISC RISC had decreased number of instructions, it reduced the complexity, resulting in high speed and CPU Clock. - Pipelining Fetch | Decode | Execute | Write Back Mainly used for enhancing performance by executing multiple instructions at once, which is called pipelining. - Instruction Level Para..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/sAa47/btsae6Epeob/BJGrjJpjZxrI23Ojnx0Wwk/img.jpg)
The Open Systems Interconnection (OSI) model is a conceptual framework used to describe the communication functions of a network. It consists of seven layers, each of which represents a specific function in the communication process. The seven layers of the OSI model, from bottom to top, are: Physical Layer: Deals with the physical characteristics of the communication medium, such as voltage lev..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ckPBj7/btr95raW77i/GTAtHz5UPIfdvuLLykRD4K/img.png)
FDMA and TDMA seemed pretty intuitive, but studying CDMA seemed like a slightly more higher level then both. Some key terms in CDMA is Data Representation and the Chip Sequence. The The chip sequence is a short binary code, often just a few bits long, and is unique to each user in the network. In data representation, each data bit is represented by a long sequence of chips, which are produced by..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/DjYUK/btsacgNit1P/cBkgqd21kihjstnHrLpdV0/img.jpg)
In computer networking, a packet is a unit of data that is routed between an origin and a destination on the internet. A packet contains two types of information: control information, which contains the source and destination addresses, and payload data, which contains the actual data being sent. On the other hand, a frame is a unit of data that is used for data transmission between two devices ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/yTtYc/btsaKxOxbek/LD3vw01vDwTd4nCa4kJUX0/img.png)
To be continuously added in study RTS (Request To Send) : signal that a device sends to another device to request permission to transmit data. CTS (Clear To Send) : signal that a device sends back to the requesting device to indicate that the channel is clear and the requesting device can now transmit data. ACK (Acknowledgement) : signal that a receiving device sends to a transmitting device to ..