블로그
-
db manager by python tkinter mariadb
cursor = conn.cursor() cursor.execute( """ CREATE TABLE IF NOT EXISTS connections ( id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, host TEXT, port INTEGER, user TEXT, password TEXT, dbname TEXT ) """ ) conn.commit
blog.naver.com · 2024.12.12
-
Ansible ssh 통신
아래는 SSH 키를 생성하고 배포하는 Ansible Playbook의 예시입니다. yaml name: ssh deploy hosts: all tasks: name: Create SSH "" name: Copy SSH key to remote authorized_key: user: root state: present key: ".......
blog.naver.com · 2024.09.23
-
ROCKY LINUX 9.0 MariaDB 10.11 설치 및 설정
' 파일 생성 후 설정 mariadb repo 파일을 만든다. vi /etc/yum.repos.d/MariaDB.repo 입력 i 키 입력후 아래 내용을 입력 [mariadb] name 임의의 이름을 사용할 수 있으나 일반적으로 저장소의 식별 가능한 이름을 사용합니다. name: 저장소에 대한 설명입니다. baseurl: 패키지가 위치한 URL입니다. enabled
blog.naver.com · 2024.07.05
-
MYSQL + JSON FORMATTING
Q. there is two table artist CREATE TABLE `artist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar (30) NOT NULL, `biography` text, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; artist_bio
blog.naver.com · 2024.03.17
-
[Python] ini file 값을 DataFrame의 column값으로 사용하기
TypeError : Index(...) must be called with a collection of some kind. 1) 원인) config 파일에 col_name 이라는 key 값으로 'name age' 라는 value값으로 저장을 했고 test_ini()에서 read_config()를 통해 col_name 으로 전달받은 값은 list 인데, dataframe의
blog.naver.com · 2021.03.02
-
[Today's phrase] Better late than never
Paul: I have your name on my desk and I’ve left you a message once, but better late than never right? Do I owe you guys any money for the key? Paul: Well, no, we got it here.
blog.naver.com · 2021.01.05
-
In Hearts Wake - Nomad
I am the king of my own kingdom The only population is number one I hold the key to my own freedom But the brighter you shine Follow my lead for your own domain Out in the wilderness you'll create your name
blog.naver.com · 2020.11.26
-
[KANCO] 칸코 2020 봄-여름 컬렉션 룩북
이번 시즌 슬로건 l've got a name call kanco!에 어울리는 컬러풀한 아이템들과 key pattern 깅엄체크를 사용하여 구성되었다.
blog.naver.com · 2020.02.13
-
[KANCO] 칸코 2020 봄-여름 컬렉션 룩북
이번 시즌 슬로건 l've got a name call kanco!에 어울리는 컬러풀한 아이템들과 key pattern 깅엄체크를 사용하여 구성되었다.
blog.naver.com · 2020.02.13
-
캐나다 중학교 현지 영어교습자료 (시제).
Name : Date : Verb Tenses Simple Present, Present Progressive, Simple Past, Past Progressive Correct When I turned the ignition key, the car was starting. 6.
blog.naver.com · 2017.11.01