/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
11:44 5/30
medium.com
11:44
medium.com
Stories by 신상훈 on Medium
https://medium.com/@sindepal
Stories by 신상훈 on Medium
저작도구: Medium
최종 피드 수집: 2025-07-02 15:19
전체 (13)
1y
[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)]
[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.
발생
flutter
ios
impellers
+ 더보기
0
0
2
읽기모드
1y
Flutter iOS 17 does not run
ios 17 에서 flutter run 되지 않은 경우 아래 방법으로 디버깅 우회
You may be prompted to give access to control Xcode. Flutter uses Xcode to run you
run
ios
17
+ 더보기
flutter
ios-17
0
0
0
읽기모드
1y
Xcode Add Simulator
window -> device and Simulator 메뉴 클릭
2. 왼쪽 상단 Simulators 클릭 후 왼쪽 맨 아래 [+] 클릭
3. 디바이스 타입 와 OS 버전을 선택 하여 생성
4. 생성한 Simulaotrs 실행
F
simulator
flutter
xcode
+ 더보기
0
0
1
읽기모드
3y
[ Flutter ] The shrinker may have failed to optimize the Java bytecode. Error
multiDexEnabled 설정 추가
[project]/android/app/build.gradle
defaultConfig {
…..
// 이부분 추가 중요한것은 minSdkVersion 이 21 이상인 경우 추가 하지
android
shrinker
flutter
+ 더보기
0
0
0
읽기모드
4y
MariaDB 테이블 명세서 SQL
MariaDB 테이블 명세서 SQL
SELECT a.TABLE_NAME '테이블명',
b.ORDINAL_POSITION '순번',
b.COLUMN_NAME '필드명',
b.
mysql
mariadb
+ 더보기
0
0
0
읽기모드
5y
org.springframework.dao.TransientDataAccessResourceException:
org.springframework.dao.TransientDataAccessResourceException: Cannot change the ExecutorType when there is an existing transacti
executor
batch
mybatis-batch
+ 더보기
spring-batch
mybatis
0
0
0
읽기모드
5y
Java Stream -Step 04 allMatch noneMatch anyMatch
allMatch noneMatch anyMatch
package stream;
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
import
java
spring
stream
+ 더보기
0
0
1
읽기모드
5y
Java Stream -Step 05 Comparator
Comparator
package stream;
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
import java.util.functio
stream
java
spring
+ 더보기
0
0
0
읽기모드
5y
Java Stream-Step 3 Functional Interface
Functional Interface ?
* Cousumer<T>
리턴하지 않고 인자를 받는 메서드를 갖고 있다. 인자를 받아 소모한다
* Function<T, R>
하나의 인자와 리턴타입을 가지며 제네렉으로 지정할수 있다.
javastreams
stream
java
+ 더보기
lambda
java8
0
0
0
읽기모드
5y
Java stream - Step 02
Java Stream
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
public class StreamTest2 {
public stati
stream
java
javastreams
+ 더보기
0
0
0
읽기모드
5y
Java Stream - Step 01
Java Basic
public class StreamTest {
public static void main(String[] args) {
//jdk 1.9 이상 일경우 List.of 사용
//List<Integer> numb
stream
java
javastreams
+ 더보기
0
0
0
읽기모드
5y
Docker Sertting for CentOS 8
Add repository
DNF
DNF(Dandified Yum)는 RPM 기반 리눅스 배포판을 위한 패키지 관리도구이다.
[DNF WIKI](https://ko.wikipedia.org/wiki/DNF_(소프트웨어)
Add
docker
+ 더보기
0
0
0
읽기모드
5y
AWS CDK Basic Guide
AWS CDK Lambda Basic Guide
주말 동안 삽질한 AWS cdk 를 작업 내용을 정리 보았습니다.
진행 내용은 cdk를 이용한 기본 lamda 구성 하여 lambda 테스트 까지 진행했으며 추가로 S3에 이미지 파
aws-lambda
aws
s3
+ 더보기
lambda
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy