일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |
- 자바스크립트비밀번호검증
- javascript
- 파라미터 & 오류
- svn 충돌 해결 resolved
- wkhtmltopdf 실행 오류
- php 배열제거
- httpd.conf 보안 설정
- modsecurity 설치
- apple push notification service (apns) is changing
- group_concat 구분자
- sha-2 root
- 비밀번호정규식
- mysqldump: Got error: 1045
- (using password: YES)" when trying to connect
- bootstrap modal
- libxrender1
- PHP 구글 OTP 연동
- mysql root 비밀번호 변경
- svn 충돌 해결 resolve
- html pdf 변환
- PHP 구글 OTP 인증
- usb efi 시스템 파티션 삭제
- 비밀번호검증정규식
- bootstrap
- 구글 OTP 인증
- mariadb upgrade
- PHP 정규식 예제
- apache mod rewrite
- 우분투 mysql 비밀번호 없이 로그인 될때
- 아파치 웹 서버의 정보 숨기기
- Today
- Total
목록Etc (27)
투덜이 개발자
https://gmyankee.tistory.com/187 VMware unable to open kernel device '\\.\Global\vmx86': 지정된 파일을 찾을 수 없습니다. Problem Unable to open kernel device '\\.\Global\vmx86': 지정된 파일을 찾을 수 없습니다. Did you reboot after installing VMware Workstation? Failed to initialize monitor device. 내용을 번역해보면.. gmyankee.tistory.com VMware unable to open kernel device '\\.\Global\vmx86': 지정된 파일을 찾을 수 없습니다.
wkhtmltopdf는 html 페이지를 pdf로 다운받을 수 있는 프로그램이다. https://wkhtmltopdf.org/ wkhtmltopdf What is it? wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely "headless" and do not require a display or display service. The wkhtmltopdf.org 설치 https://velog.io/@agust15/%ED%8C%8C%EC%..