Mango
보호되어 있는 글입니다.
2024.11.26
CSS Injection
보호되어 있는 글입니다.
2024.11.20
AWS 웹 애플리케이션 보안
보호되어 있는 글입니다.
2024.11.16
chocoshop
보호되어 있는 글입니다.
2024.11.12
no image
12. React Query와 Recoil
1. React Query 설정React Query : React 애플리케이션에서 서버 상태를 효율적으로 관리하기 위한 강력한 라이브러리 React Query는 버전이 여러 개 있다는 것을 주의해야 한다. https://tanstack.com/query/v4/docs/framework/react/installation TanStack | High Quality Open-Source Software for Web DevelopersHeadless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.tanstack.com해당 문서를..
2024.11.11
Web
[AWS WAF] 방어 심화
보호되어 있는 글입니다.
2024.11.10
[AWS WAF] CUSTOM RULE
보호되어 있는 글입니다.
2024.11.09
no image
11. 리액트 장바구니 구성
1. cartSlice 작성import jwtAxios from "../util/jwtUtil";import { API_SERVER_HOST } from "./todoApi";const host = `${API_SERVER_HOST}/api/cart`export const getCartItems = async () => { const res = await jwtAxios.get(`${host}/items`) return res.data}export const postChangeCart = async (cartItem) => { const res = await jwtAxios.post(`${host}/change`, cartItem) return res.data}src\api\cart..
2024.11.07
Web
CSP Bypass Advanced
보호되어 있는 글입니다.
2024.11.06
no image
10. 장바구니 API 만들기
1. 장바구니 엔티티 설계회원, 장바구니, 상품, 장바구니 상품, 이미지총 5개의 테이블을 사용한다.새로 생성해야 하는 테이블은 장바구니와 장바구니 상품 테이블 package org.zerock.apiserver.domain;import jakarta.persistence.*;import lombok.*;@Entity@Builder@AllArgsConstructor@NoArgsConstructor@Getter@ToString(exclude = "owner")@Table( name = "tbl_cart", indexes = { @Index(name = "idx_cart_email", columnList = "member_owner")})public class Cart { @I..
2024.11.05
Web
[AWS WAF] Brute Force
보호되어 있는 글입니다.
2024.11.05
[AWS WAF] Backdoor
보호되어 있는 글입니다.
2024.11.05
Prev 1 2 3 4 ··· 15 Next
반응형