[Android 12] 커스텀 알림 레이아웃 적용하기
안드로이드 12부터는 푸시알림(노티) 혹은 포그라운드서비스 알림을 사용하는 경우 알림창 사이즈가 축소된다. 전체 알림영역을 사용하지 않게 변경되어 기존에 만든 커스텀 알림 layout이 혼자 따로 노는 듯...
준비는 끝났다! 스위프트로 앱 개발을 시작해보자.
1년 1개월 전 밴쿠버에서 한국 오는 비행기에서스위프트 기본 문법책을 절반 정도 보았었다.그리고 오늘 다시 책을 폈는데내 머릿속에 지우개가 있는 것 마냥 하나도기억나질 않았다 제일 먼저 시작한 작업은...
[뷰제이에스] vue-cli · Failed to download repo vuejs-templates/webpack: unable to verify the first certificate
회사에서 프로젝트를 git으로 부터 내려받고 코드 분석하는 과정에서 의문점이 하나 생겼다. vue-cli를 이용하여 프로젝트를 생성하는 경우에 어떤 스크립트 및 파일들이 생성되는지 궁금하였다. 또한 스크립트 생성시...
안드로이드 13 타겟팅시 변경되는 주요 사항들(미리미리 대비하세요)
내년 이맘 때 쯤이면 안드로이드 13이 정식 버전으로 출시될 것입니다. 앱이 Android 13 이상을 타겟팅한다면 다음 동작을 올바르게 지원하도록 앱을 수정해야 합니다. 가장 큰...
[윈도우 11 22H2] 파일 다운로드 속도 또는 파일 복사 속도가 느릴 때 해결방법
파일을 다운로드할 때 속도가 느리다고 생각되는 경우 또는 파일 복사가 느리다고 생각되는 경우. 윈도우 11 22H2 사용자라면 다음 내용에 주목하세요. 마이크로소프트는 윈도우 11 22H2에서 로컬...
[경남 진주시] 의원(치과), 보건소, 한의원 리스트(전화번호,주소)
치과 및 의원, 보건소, 한의원 현황 경상남도 진주시 내에 위치한 의원(치과), 보건소, 한의원 등 진료시설을 갖추고 환자를 대상으로 의사가 의료행위를 하는 의료기관의 주소, 전화번호,진료과목 정보입니다....
경상남도 통영시 의원(치과), 보건소, 한의원 리스트(전화번호,주소)
치과 및 의원, 보건소, 한의원 현황 경상남도 통영시 내에 위치한 의원(치과), 보건소, 한의원 등 진료시설을 갖추고 환자를 대상으로 의사가 의료행위를 하는 의료기관의 주소, 전화번호,진료과목 정보입니다....
이클립스 maven 프로젝트 업데이트 오류 처리(Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6)
프로젝트 import 후 메이븐 업데이트를 시도하였더니 오류가 발생되었다. 오류내용은 다음과 같다. Errors occurred during the build. Errors running builder ‘Maven Project Builder’ on project ‘Test’. Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6...
[안드로이드]Fatal Exception: java.lang.NoSuchMethodError: No static method metafactory(n class Ljava/lang/invoke/LambdaMetafactory….오류 해결 방법
안드로이드 12를 타겟팅하면 발생된 오류이다. Fatal Exception: cr) at androidx.activity.ComponentActivity.<init>(ComponentActivity.java:138) at androidx.fragment.app.FragmentActivity.<init>(FragmentActivity.java:103) at androidx.appcompat.app.AppCompatActivity.<init>(AppCompatActivity.java:94) at ddolcat.daily.budget.BaseActivity.<init>(BaseActivity.java:30) at ddolcat.daily.budget.MainActivity.<init>(MainActivity.java:62) at java.lang.Class.newInstance(Class.java) at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95) at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45) at...
Vue.js not detected 해결하는 방법
Vue.js not detected를 해결하기위해 크롬 브라우저에서 확장프로그램으로 Vue Devtools 찾아서 설치 후 Hello Vue.js를 출력해보는 테스트를 진행합니다. 테스트 파일은 아래 html파일을 다운받으세요. Vue LifeCycle Sample.html...