블로그
-
[MySQL Workbench] mysqldump.exe: unknown variable 'set-gtid-purged=OFF' 오류
[MySQL Workbench] mysqldump.exe: unknown variable 'set-gtid-purged=OFF' 오류 MySQL Workbench에서 [Server] =OFF --host=aaaa.bbbb.com --port=3306 --default-character-set=utf8 --user=dmw --protocol=tcp --skip-triggers
blog.naver.com · 2026.08.05
-
[Segment Routing] OSPF Header (RFC8665)
Type: 1 Length: 3 or 4 octets SID/Label: If the length is set to 3, then the 20 rightmost bits represent If the length is set to 4, then the value represents a 32-bit SID. 2.
blog.naver.com · 2026.05.18
-
adonis4 + mongodb
AdonisJS: install from the following command: npm i -g @adonisjs/cli Add User in MongoDB Only for Windows, set Environment Variable > Path Start mongo shell with this command: mongo --host localhost --port 27017
blog.naver.com · 2024.12.19
-
아두이노-attiny85
//This integer variable will serve as a way to store the analog value aquired from the potentiometer int val = 0; void setup() { //The pins set up to serve as Digital output pins for LED's .......
blog.naver.com · 2023.08.15
-
Python - Bash scripting
We mentioned that we set these variables using the equals sign. When we want to access the value of a variable in bash, we need to prefix the name of the variable with
blog.naver.com · 2020.08.18
-
[혼공단4기][혼공프로]4주차 미션 과제 :: 혼자 공부하는 첫 프로그래밍 with 파이썬, 파이썬 초보, 입문, 스터디(변수, 리스트, 딕셔너리)
지나갔군요^^// 기본 미션 변수, 리스트, 딕셔너리에 대해 이해한 내용을 본인만의 방식으로 정리한 후 포스팅하기 변수 데이터에 이름을 붙여 저장할 수 있는 저장소를 변수(variable 정리해 두었다. https://blog.naver.com/vccsmath/222032813121 데이터 세트 여러 개의 데이터를 하나의 세트로 관리하는 것을 데이터 세트(data set
blog.naver.com · 2020.08.02
-
mysql Set user variable from result of query
https://stackoverflow.com/questions/3888735/mysql-set-user-variable-from-result-of-query := 의 설명 아래 출처
blog.naver.com · 2019.06.15
-
Populating Array in DOS Batch Script
Thank you. example1 set FILE_LIST=(file1.dll file2.exe file3.dll file4.dll file5.dll) set BIN_PATH="C :\Program Files\My App Folder\bin" set BAK_PATH="C:\Program Files\My App Folder\bin\Backups" set DEV_PATH
blog.naver.com · 2014.07.30
-
plsql 커서 사용법
A variable created based on such a data type is generally called a cursor variable. Ref cursor can be passed as a variable t.......
blog.naver.com · 2009.08.07