일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- httpd.conf 보안 설정
- svn 충돌 해결 resolved
- bootstrap
- 아파치 웹 서버의 정보 숨기기
- html pdf 변환
- libxrender1
- PHP 구글 OTP 인증
- apple push notification service (apns) is changing
- 자바스크립트비밀번호검증
- 비밀번호검증정규식
- apache mod rewrite
- 구글 OTP 인증
- mysqldump: Got error: 1045
- PHP 정규식 예제
- php 배열제거
- bootstrap modal
- (using password: YES)" when trying to connect
- PHP 구글 OTP 연동
- mysql root 비밀번호 변경
- wkhtmltopdf 실행 오류
- javascript
- 파라미터 & 오류
- mariadb upgrade
- usb efi 시스템 파티션 삭제
- 비밀번호정규식
- modsecurity 설치
- sha-2 root
- svn 충돌 해결 resolve
- 우분투 mysql 비밀번호 없이 로그인 될때
- group_concat 구분자
- Today
- Total
목록전체 글 (281)
투덜이 개발자
datepicker 옵션 https://jqueryui.com/themeroller/ ThemeRoller | jQuery UIFirst Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Second Phasellus mattis tincidunt nibh. Third Nam dui erat, auctor a, dignissim quis. A button element An icon-only button Standard Automatic Insurance Book Now! Lorejqueryui.com
개발자도구 F12 의 콘솔창에 favicon.ico error message 가 보일 경우 파비콘 아이콘이 없거나 경로가 맞지 않을때 생기는 오류입니다.파비콘 아이콘 설정을 하지 않을경우 아래 코드를 head 사이에 추가해 주시면 됩니다.
이클립스를 깔아서 cmd 에서 실행시 Error: A JNI error has occurred, please check your installation and try again 에러 발생 원인은 버전이 맞지 않아 생기는 경우입니다. Project->Propertise->java compiler->Enable project specific 항목 체크 -> Compiler complisance level 에서 사용하는 버전으로 변경하면 됩니다.
https://nowonbun.tistory.com/636 [Javascript] 서명 마크(sign)를 만드는 방법(canvas태크) 안녕하세요. 명월입니다. 이 글은 html에서 서명 마크(sign)를 만드는 방법(canvas)에 대한 글입니다. 웹 설계를 하면 승인에 관계된 시스템이나 서명이 필요한 프로그램을 만들 경우가 많이 있습니 nowonbun.tistory.com save
% sudo gem install cocoapods % brew install cocoapods % brew --version % pod --version
Big sur Homebrew install % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" % brew --version Homebrew 3.1.12
m1 copy Apple Distribution Certificates 기존 맥북프로 2013 에서 작업하던 인증서를 m1 맥북 프로에 복사하고 보니 개발자 인증은 괜찮은데 배포버전 인증서는 오류가 발생..뭐지~~ 구글 검색하다가 https://developer.apple.com/forums/thread/674198 iOS Distribution: Missing Private … | Apple Developer Forums I think either the WWDR is working because your cert is now valid or you didn't need it to begin with. The issues with signing might just be related to your ve..
Xcode 12.3에서 발생하는 Fat Framework 링크 오류 문제 https://seorenn.tistory.com/177 Xcode 12.3에서 발생하는 Fat Framework 링크 오류 문제 Xcode를 12.3 버전으로 올린 이후부터 회사 프로젝트를 빌드할 때 아래와 같은 오류가 발생하기 시작했다. Building for iOS, but the linked and embedded framework 'Foobar.framework' was built for iOS + iOS.. seorenn.tistory.com