728x90
반응형
- is not a function 에러chantleman수정 function edit(){ $("input").attr("readonly",false); $("#ok").css('display','block'); $("#edit").css('display','none'); $("#storeNm").focus();} 분명 edit 함수를 선언하고 onclick을 했는데 왜 자꾸 에러가 나는 것일깡? 수정 이렇게 id를 빼고 onclick만 주거나 $("#edit").on("click", function(){ $("input").attr("readonly",false); $("#ok").css('display','block'); $("#edit").css('display','none'); $("#storeNm").focus();}) id로 함수를..
- 2025-01-20 10:37:00
- some of selected resources were not cleaned / some resources were not updatedchantlemanhttps://sqlitebrowser.org/dl/ Downloads - DB Browser for SQLite(Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.13.1) for Windows: Free code signing provided by SignPath.io, certificate by SignPath Foundation. Windows PortableApp There is a PortableApp available, but it’s still the previsqlitebrowser.org svn 업데이트하려고 하면 some resources were not updated. 라는 에러가 뜨면서 안된당! ..
- 2025-01-04 14:20:23
- apexchart 사용하기chantlemanhttps://apexcharts.com/ ApexCharts.js - Open Source JavaScript Charts for your websiteApexCharts is a a free and open-source modern charting library that helps developers to create beautiful and interactive visualizations for web pages.apexcharts.com 원하는 차트 선택해서 들어가면 하단에 있는 코드 복사! get started - creating your first chart edit on codepen 클릭! 여기서 아까 복사한 코드 js에 넣어서 테스트해볼 수 있당
- 2025-01-03 15:31:17
- 스프링 bean 등록하기 AOPchantleman가볍게 시작!! Bar.javapackage com.sumin.just.test3;public class Bar { public void init(){ System.out.println("Bar 초기화!!"); } public void cleanup(){ System.out.println("Bar 제거!!"); }} Baz.javapackage com.sumin.just.test3;public class Baz { private Baz baz; private Bar bar; public Baz() { } public Baz getBaz() { return baz; } public void setBaz(Baz baz) { this.baz = baz; } public Bar getBar(..
- 2024-12-29 18:20:04
- sonarlint와 eclipse 연동하기chantlemansonarlint 란?소스품질 검증해주는 도구 marketplace에서 sonarlint 다운 받아도 되고 sonarlint 파일이 따로 있는 경우 직접 install 해도됨 add - archive egov는 5~6 버전이 가장 안정적 contact all update ~~ 랑 hide ~~ 체크 해제 select all 클릭 후 next restart 후 프로젝트 우클릭 하면 sonarlint 버튼 생성됨 analyze 클릭 동그라미는 애매한 것벌레모양은 꼭 고쳐야할 것 아래 if문이 맞는 것임! 위 if문은 nullpointexception 에러가 뜰 수 있음그런 경우를 대비해 sonarlint가 문제점을 찾아주고 solution을 준당 s..
- 2024-12-28 12:50:43
- dbeaver 에러 :Error reading versions Reason: Exception during a connection to httpchantlemanDbeaver 설치하고 connect하는데 자꾸 저 에러가 뜬다!! maven 파일을 어디선가 차단하고있어서 그런거임! cmd 들어가서 아래 명령어 입력 ipconfig 206으로 돼있으니 C:\Windows\System32\drivers\etc에 있는 hosts 파일을 노트패드 앱으로 열면 207로 되어있는데 내 ip대로 206으로 변경 dbeaver 들어가서 + 버튼 누르기 driver settings 클릭 libraries 클릭 - add file로 driver 직접 설정
- 2024-12-28 12:08:06
- 자바 기초chantleman1. 값 비교 (new, ==, equals()) String nameA = "췐틀맨";String nameB = "췐틀맨";String nameC = new String("췐틀맨");String nameD = new String("췐틀맨");System.out.println(nameA == nameB); //trueSystem.out.println(nameA == nameC); //falseSystem.out.println(nameC == nameD); //falseSystem.out.println(nameC.equals(nameD)); //true new새로운 객체 생성→ 주소값이 다름 == 주소값 비교 → 값이 같아도 주소값이 다르면 다른거임 equals() 값비교 → 주소값이 달라..
- 2024-12-22 19:59:51
- github 올리기chantlemanhttps://git-scm.com/downloads/win Git - Downloading PackageDownload for Windows Click here to download the latest (2.47.1) 64-bit version of Git for Windows. This is the most recent maintained build. It was released on 2024-11-25. Other Git for Windows downloads Standalone Installer 32-bit Git for Windows Setup. 6git-scm.com 다 next 누르고 install git bash 실행 git config --global user.email 계정메..
- 2024-12-19 21:57:47
728x90
반응형
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)