반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- ssl프로토콜확인
- parse
- JUnit
- statement.executequery() cannot issue statements that do not produce result sets.
- Medium
- java 1.8 11
- tls프로토콜확인
- xcrun: error: invalid active developer path
- mac os git error
- error
- java 11
- AWS CLI
- java version
- Java 1.8
- springboot
- java 버전 변경
- No tests found for given includes
- mysql executequery error
- log error
- yum install java
- java 여러개 버전
- OpenFeign
- java
- ssl이란?
- LeetCode
- springboottest
- aws
- 스프링부트테스트
- easy
Archives
- Today
- Total
목록Subrectangle Queries (1)
쩨이엠 개발 블로그
[ Leetcode ] 1476. Subrectangle Queries - Java
Implement the class SubrectangleQueries which receives a rows x cols rectangle as a matrix of integers in the constructor and supports two methods: 1. updateSubrectangle(int row1, int col1, int row2, int col2, int newValue) Updates all values with newValue in the subrectangle whose upper left coordinate is (row1,col1) and bottom right coordinate is (row2,col2). 2. getValue(int row, int col) Retu..
개발/Programming
2021. 1. 29. 10:44