본문 바로가기

카테고리325

작업스케쥴러 작업스케쥴을 만들때의 방법1. 관리 -> 유지관리계획2. 마우스오른쪽 클릭 -> 새 유지 관리 계획3.관리명 입력4. 하위계획_1 부분 더블클릭 5. 이름과 설명부분 입력 일정부분사용시 일정오른쪽 달력부분 클릭 6. 원하는 형태를 넣는데개인적으로는 되풀이로 일별 시간을 지정해서 많이 사용한다. 7. 왼쪽편의 도구상자를 클릭하면 유지 관리 계획 태스크를 선택할 수 있다.8. 그중에 예를들어 T-SQL문쪽을 사용하였다. 오른쪽에 T-SQL문 실행 태스크를 빈화면에 드래그하면 된다. 기본적으로는 데이터베이스 백업을 많이 사용했던거같은데 지금은 T-SQL문을 넣었다. 9. 실행태스크를 더블클릭하면 SQL문을 넣을수있다. 샘플 데이터베이스를 선택하고 일주일이 지난 로그데이터를 삭제하는 구문을 넣었다. 10. 실행.. 2018. 4. 19.
안드로이드,아이폰 디바이스 구별 // 안드로이드if( /Android/i.test(navigator.userAgent)) {// IOS}else if (/iPhone|iPad|iPod/i.test(navigator.userAgent)) {}else {} 2018. 4. 17.
DEP10401 : Cordova Simulate에서 앱을 실행하려면 Google Chrome이 필요합니다. 하지만 이 컴퓨터에 Chrome이 설치되어 있지 않습니다. https://www.google.com/chrome/browser/index.html에서 Chrome을 설치하세요. 심각도코드설명프로젝트파일줄비표시 오류(Suppression) 상태오류오류: DEP10401 : Cordova Simulate에서 앱을 실행하려면 Google Chrome이 필요합니다. 하지만 이 컴퓨터에 Chrome이 설치되어 있지 않습니다. https://www.google.com/chrome/browser/index.html에서 Chrome을 설치하세요. 매번 보던오류.. 해결방법 1.커맨드창을 연후 regedit입력 2.컴퓨터\HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome해당 데이터값을 Chrome에서 Google Chrome으로 수정 2018. 4. 9.
토이 프로젝트 토이 프로젝트 - 간단한 맛집앱제작 - 하이브리드제작 : cordova- 서버쪽 : MYSQL, PHP- 프론트 : Vue.js 학습 목적 : 1. MS제품군이 너무비싸다.. 리눅스를 다시 이용하자2. 하이브리드 앱 제작시 쓸만한게 뭐 없을까 그중 제일 간단하다는 Vue를 익혀보자. 2018. 4. 9.
카카오톡 공유하기 안드로이드 앱서명 https://developers.kakao.com/docs/android#%ED%82%A4%ED%95%B4%EC%8B%9C-%EB%93%B1%EB%A1%9D 1. OPENSSL 설치https://www.openssl.org/ LTS버전 설치Win64OpenSSL-1_0_2o.exe 설치후 환경변수 설정 적용되었는지 확인openssl version https://developers.kakao.com/docs/android#%ED%82%A4%ED%95%B4%EC%8B%9C-%EB%93%B1%EB%A1%9D 디버그용 생성keytool -exportcert -alias androiddebugkey -keystore -storepass android -keypass android | openssl sha1 -b.. 2018. 3. 29.
바로 전화걸기 PhoneGap-PhoneDialer https://github.com/peutetre/PhoneGap-PhoneDialer 해당 버튼 클릭시 바로 전화걸기로 넘어감 Error return by the plugin : ["feature","empty"] phonedialer.dial( "2125551212", function(err) { if (err == "empty") alert("Unknown phone number"); else alert("Dialer Error:" + err); }, function(success) { alert('Dialing succeeded'); } ); 2018. 3. 29.
checkbox, radio 체크가 되지 않을때 (.attr과 .prop의 차이) http://blog.freezner.com/archives/391http://javascriptandjquerydev.blogspot.kr/2012/07/attr-prop.html https://medium.com/@jeongwooahn/html-attribute%EC%99%80-property-%EC%9D%98-%EC%B0%A8%EC%9D%B4-d3c172cebc41---http://api.jquery.com/prop/ attribute는 무엇인가?Attributes는 HTML 요소의 추가적인 정보를 전달하고 이름=“값” 이렇게 쌍으로 온다. 예를 들어 를 보면 div 태그가 class 라는 값이 ‘my-class’인 attribute를 가지고 있다.property는 무엇인가?Property는 att.. 2018. 3. 27.
signatures do not match the previously installed version https://stackoverflow.com/questions/31489567/manually-installing-an-updated-apk-fails-with-signatures-do-not-match-the-previ (node:47313) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: adb: Command failed with exit code 1 Error output:adb: failed to install /Users/----/cordova/----/platforms/android/build/outputs/apk/debug/android-debug.apk: Failure [INST.. 2018. 3. 26.
OEM USB 드라이버 https://developer.android.com/studio/run/oem-usb.html 맥에서 LG폰 구동을 위해 해당 드라이버 설치 http://www.lg.com/us/support/software-firmware-drivers 2018. 3. 26.