본문 바로가기

반응형

All

(114)
쿠키런킹덤쿠폰 모음 6월 26일자 6월 26일자 JJONDEUKEECOOKIE - 300개 COOSEBOMEKINGDOM - 300개 RUSWKGMLKINGDOM6 - 300개 코드입력창가기 https://game.devplay.com/coupon/ck/ko
MySQL 5.7.33 계정생성 / 스키마생성 시스템환경 OS : Ubuntu 20.10 x64 mysql : 5.7.33 1. mysql -u root -p 명령어로 MySQL에 접속합니다. root@vultr:~# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.7.33 MySQL Community Server (GPL) Copyright (c) 2000, 2021, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliat..
Ubuntu 20.10 x64 + MySQL 5.7.33 외부접속 설정 1. 관리자 권한으로 mysqld.cnf를 수정합니다. root@vultr:~# sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf 2. bind-address = 0.0.0.0으로 변경합니다. [mysqld] pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock datadir = /var/lib/mysql log-error = /var/log/mysql/error.log # By default we only accept connections from localhost bind-address = 0.0.0.0 # Disabling symbolic-links is recommended to prev..
Ubuntu 20.10 x64 + MySQL 5.7.33 MySQL을 설치하고 업데이트하는데 필요한 레포지토리 설정을 위한 패키기를 다운로드합니다. 파일 관리를 위해 폴더 생성 생략해도 상관없습니다. ^.^ root@masterDB:~# pwd /root root@masterDB:~# mkdir down root@masterDB:~# ls down snap root@masterDB:~# cd down root@masterDB:~/down# pwd /root/down 1. 다운로드 sudo wget wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb root@masterDB:~/down# sudo wget wget https://dev.mysql.com/get/mysql-apt-config_0.8...
Plyr video player - vimeo 연동
PIP 구현 (Picture-in-Picture) PIP 모드 시작
01. VSCode에서 Go 언어의 개발 환경을 구축 시스템환경 OS : Windows10 Visual Studio Code 버전: 1.47.0 ​ Go언어 The Go Programming Language - Downloads : https://golang.org/dl/ go1.14.6.windows-amd64.msi (115MB) ​​ ​Go설치 Next Next Next . . . ​ ​ ​ ​ ​ ​ ​​설치확인 go 명령어 실행​ ​Visual Studio Code 개발환경 설정 Go 언어의 확장 기능을 설치 ​추가 확장패키지 설치 VSCode Ctrl + Shift + P 명령 팔레트에서 GO: Install/Update tools 검색 ​전체선택 후 확인​ ​설치완료 ​Hello Go 출력하기 main.go 파일생성 package main im..
[spring boot] PDF 출력 - iText7_01(Image) import java.io.File; import com.itextpdf.io.image.ImageData; import com.itextpdf.io.image.ImageDataFactory; import com.itextpdf.kernel.pdf.PdfDocument; import com.itextpdf.kernel.pdf.PdfWriter; import com.itextpdf.layout.Document; import com.itextpdf.layout.element.Image; public class Itext7_01 { public static void main(String[] args) throws Exception { File file = new File("iText7_Image_01.pdf"..

반응형