다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 3월 19일 (수) 00:24 Devcafe 토론 기여님이 Python telegram 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Python telegram&action=delete내용: "https://vmpo.tistory.com/m/85 == 텔레그램에서 봇 생성 == # botfather 검색 # @BotFahter 로 되어있는 채팅방을 클릭 # /start 입력 # /newbot 입력 # 봇 이름 입력 (xxxx_bot) # Done! Congratulations on your new bot 메시지가 나오면 정상적으로 생성이 완료된 것 # 성공 메시지 중에서 토큰 값을 따로 저장해줍니다. # 생성한...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:24 Devcafe 토론 기여님이 Python redis sample 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Python redis sampl내용: " 기타 python redis example 세모데 2017.03.26 17:24 댓글수0 공감수 0 # -*- coding:utf-8 -*- import sys, random, time from redis import Redis, exceptions, RedisError from redis.sentinel import (Sentinel, SentinelConnectionPool,ConnectionError, MasterNotFoundError, SlaveNotFoundError) # Redis 접속 기본 설정값 listSentinel = [('10.0.10....". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:24 Devcafe 토론 기여님이 Python parameter 활용 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Python parameter 활용&action=delete내용: "=== python parameter 활용 === * 함수에서 파라미터값을 줄줄 써주어야 하는 불편함 해결 방법 * 변수에 함수 파라미터를 넣고, 해당 변수만 함수의 input값으로 주면 코드가 깔끔함. * 이를 가능하게 해주는 것이 *args와 **kwargs * 파라미터 a,b,c가 있는 함수가 있다고 한다면 <source lang=python> def func(a,b,c):...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:23 Devcafe 토론 기여님이 Python jdbc 테이블 문서를 삭제했습니다 (https://devcafe.co.kr/내용: "<source lang="python"> # -*- coding: utf-8 -*- import os import sys import jaydebeapi import jpype import jaydebeapi as jp import pandas.io.sql as pd_sql from pandas import DataFrame from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MainWindow(object): def loadData(self): jHome = jpype.getDefaultJVMPath() # print(jHome) # jpype.startJVM(jHome,'-...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:23 Devcafe 토론 기여님이 Python https auto login 문서를 삭제했습니다 (https://devcafe.co.kr/내용: "== https auto login == * Python Example: <source lang=python> import requests # Define the target URL for the login page url = "https://www.example.com/login" # Define the payload to be sent with the POST request, including the username and password payload = { "username": "user", "password": "pass" } # Send a POST request to the URL with the payload response = requests.post(...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:23 Devcafe 토론 기여님이 Python faker 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Python faker&action=delete내용: "== python faker 라이브러리 == # Faker는 Python에서 가짜 데이터를 생성하기 위한 라이브러리 # 개발, 테스트, 데이터베이스를 채우거나, 교육 목적 등에서 실제 데이터를 대신할 수 있는 임의의 데이터가 필요할 때 매우 유용 # Faker는 이름, 주소, 이메일, 텍스트, 날짜 등 다양한 유형의 가짜 데이터를...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:23 Devcafe 토론 기여님이 Python class 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Python class&action=delete내용: "== 클래스 용어 == {{틀:고지상자 |제목=파이썬 CLASS 관련 용어 |내용= * '''클래스(class)''' : 멤버와 메쏘드를 갖는 객체 * '''클래스 인스턴스(class instance)'''' : 클래스를 호출하여 만들어지는 객체 * '''멤버(member)''' : 클래스의 변수 * '''메소드(method)''' : 클래스의 함수 * '''어트리뷰트(attribute)''': 속성,...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:22 Devcafe 토론 기여님이 Python Cheat Sheet 문서를 삭제했습니다 (https://devcafe.co.kr/내용: "= Python Cheat Sheet = Support/Big Data/Document/My Docs/Python/Python_CheatSheet.MD == Installation/Config == === PIP === <source lang=bash> -- list all installed packages pip list -- list only local installed packages in a virtual env pip list --local -- search a package pip list|grep <packagename> -- show the package location pip show <packagename> </source> === location of...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:22 Devcafe 토론 기여님이 Pyrhon faker 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pyrhon faker&action=delete내용: "#넘겨주기 Python faker". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:22 Devcafe 토론 기여님이 Pyqt 트레이 프로그램 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pyqt 트레이 프로그램&action=delete내용: " 컨텐츠 바로가기 cafe24 접속하신 사이트는 허용 접속량을 초과하였습니다. [503 Service Unavailable] 이 안내 페이지는 일일 약정 전송량(Traffic)을 초과한 경우 표시되며, 전송량은 매일 자정을 기준으로 자동 초기화됩니다. 사이트 관리자는 호스팅 홈페이지 '나의서비스관리' 메뉴에서 사양...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:21 Devcafe 토론 기여님이 Pyqt 타이머 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.ph내용: "<source lang=python> import sys from PyQt5.QtWidgets import * from PyQt5.QtCore import QTimer, QTime class MyWindow(QWidget): def __init__(self): super().__init__() self.timer = QTimer(self) self.timer.setInterval(0.5) self.timer.timeout.connect(self.timeout) self.setWindowTitle('QTimer') self.setGeometry(100, 100, 600, 280)...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:21 Devcafe 토론 기여님이 Pyqt 버튼 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?내용: "<source lang=python> #!/usr/bin/env python # coding: utf-8 # 예제 내용 # * RadioButoon 배치 import sys from PyQt5.QtWidgets import QWidget from PyQt5.QtWidgets import QRadioButton from PyQt5.QtWidgets import QGroupBox from PyQt5.QtWidgets import QBoxLayout from PyQt5.QtWidgets import QApplication from PyQt5.QtCore import Qt __author__ = "Deokyu Lim <hong18s@gmail.com>" cla...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:21 Devcafe 토론 기여님이 Pyqt db 연결 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=내용: "== PYQT5 SQL CRUD 프로그램 == === 테이블 DDL === SQLITE3 <source lang=sql> create table field ( id Integer primary key autoincrement, Name Text, Surname Text, DOB Text, Phone Text ); </source> === main.py [메인 APP] === <source lang=python> import sys from ui import * from PyQt5.QtWidgets import QApplication, QMainWindow, QMessageBox, QTableView from PyQt5 import QtSq...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:20 Devcafe 토론 기여님이 Pyqt5 다크테마 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pyqt5 다내용: "=== 테마 설치 === <source lang=python> pip install qdarkstyle </source> === 다크 테마 사용 샘플 === <source lang=python> import sys import qdarkstyle from PyQt5 import QtWidgets # create the application and the main window app = QtWidgets.QApplication(sys.argv) window = QtWidgets.QMainWindow() # setup stylesheet app.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5()) # or...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:20 Devcafe 토론 기여님이 Pyqt5 sqlite manager 샘플코드 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title내용: "== PYQT5를 이용한 SQLITE DB 관리 샘플 == === main.py === <source lang=python> #!/usr/bin/python3 # This software is distributed under the GNU Lesser General Public License (https://www.gnu.org/licenses/lgpl-3.0.en.html) # WARNING: This is not a software to be used in production. I write this software for teaching purposes. # TO DO: There lots of things to be done. This is...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:20 Devcafe 토론 기여님이 Pyqt5 ProgressBar 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pyqt5 ProgressBar&action=delete내용: " 컨텐츠 바로가기 cafe24 접속하신 사이트는 허용 접속량을 초과하였습니다. [503 Service Unavailable] 이 안내 페이지는 일일 약정 전송량(Traffic)을 초과한 경우 표시되며, 전송량은 매일 자정을 기준으로 자동 초기화됩니다. 사이트 관리자는 호스팅 홈페이지 '나의서비스관리' 메뉴에서 사양...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:19 Devcafe 토론 기여님이 Pykioom 문서를 삭제했습니다 (https://devcafe.co.kr/내용: "=== pykiwoom api === https://github.com/sharebook-kr/pykiwoom/tree/master/pykiwoom * pykiwoom.py <source lang=python> import sys from PyQt5.QtWidgets import * from PyQt5.QAxContainer import * import pythoncom import datetime from pykiwoom import parser import pandas as pd import time import logging logging.basicConfig(filename="log.txt", level=logging.ERROR) class Kiwoom: def...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:19 Devcafe 토론 기여님이 Pyinstaller 문서를 삭제했습니다 (내용: "== 파이썬을 exe 파일로 배포 하기 == === 실행 옵션 === ==== 일반적인 옵션 ==== --distpath DIR : bundled app을 저장할 경로 (디폴트 : ./dist) --workpath WORKPATH : temporary 작업 파일을 저장할 곳 (디폴트 : ./build) --noconfirm : output 경로를 물어보지 않고 지정 (디폴트 : SPECPATH/dist/SPECNAME) --clean : 빌드하기 전에 캐...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:19 Devcafe 토론 기여님이 Pycron 사용법 문서를 삭제했습니다 (https://devcafe.co.kr/내용: "<nowiki>#</nowiki> <nowiki>#</nowiki> Python Cron <nowiki>#</nowiki> by Emilio Schapira <nowiki>#</nowiki> Copyright (C) 2003 Advanced Interface Technologies, Inc. <nowiki>#</nowiki> <nowiki>http://www.advancedinterfaces.com</nowiki> <nowiki>#</nowiki> <nowiki>http://sourceforge.net/projects/pycron/</nowiki> <nowiki>#</nowiki> <nowiki>**</nowiki> <nowiki>**</nowiki> INTRODUCTIO...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:19 Devcafe 토론 기여님이 Pycharm 설치 문서를 삭제했습니다 (https://devcafe.co.kr/내용: "3) Copy the generated keyfile to the configuration directory (idea.config.path). By default this is: Windows 7, 8, 10: <SYSTEM DRIVE>\Users\<USER ACCOUNT NAME>\.<PRODUCT><VERSION>\config Windows XP: <SYSTEM DRIVE>\Documents and Settings\<USER ACCOUNT NAME>\.<PRODUCT><VERSION>\config Linux: ~/.<PRODUCT><VERSION>/config MacOSX: ~/Library/Preferences/<PRODUCT><VERSIO...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:18 Devcafe 토론 기여님이 Py qt 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Py qt&action=delete내용: "== PYQT 기초 강의 == https://opentutorials.org/module/544 == PYQT 샘플 소스 == https://github.com/PyQt5/PyQt == PyQt6 == https://www.riverbankcomputing.com/static/Docs/PyQt6/# category:python". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:18 Devcafe 토론 기여님이 PyQt 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=PyQt&action=delete내용: "참고 : https://opentutorials.org/module/544/4998 == Pyqt5 레퍼런스 == https://www.riverbankcomputing.com/static/Docs/PyQt5/index.html # Hello World 화면 만들기 ## ui화면 만들기 QT디자이너를 이용하여 윈도우 폼을 생성한후 "xxxx.ui" 파일로 저장 (.ui파일은 xml파일임) pyuic5 -x xxxx.ui -o xxxx.py ----- ### UI 만들기 <source lang=python> # c...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:18 Devcafe 토론 기여님이 Progress Bar 스타일 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Progress Bar 스타일&actio내용: "=== Progress Bar 스타일 === {| class="wikitable" style="text-align:center; bordercolor='#000000' border=1 " |- style="font-size:14px; font-family:'Arial Black', Gadget, sans-serif !important; background-color:#c0c0c0; color:#000000;" |+ 진행률 바 (Progress Bar) 스타일 ! 진행률 바 (Progress Bar) 스타일 !! 값 !! 설명 |- | colspan="3" | #include <ProgressConstants.au3>...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:17 Devcafe 토론 기여님이 Process memory share 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Process memory share&action=delete내용: "https://docs.python.org/3/library/multiprocessing.shared_memory.html category:python". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:17 Devcafe 토론 기여님이 Powershell 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Powershell&action=delete내용: "*.bat두 번 클릭하면 관리자 권한으로 powershell 스크립트를 실행 하는 배치 파일 ( )을 만들 수 있습니다 . 이 방법으로 powershell 스크립트에서 아무것도 변경할 필요가 없습니다. 이렇게하려면 powershell 스크립트의 이름과 위치가 같은 배치 파일을 만든 후 다음 내용을 입력하십시오. <source lang=shell>...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:17 Devcafe 토론 기여님이 Postgresql regular expression 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Postgresql regular expression&action=delete내용: "=== Postgresql 정규 표현식 Regular Expression === <source lang=sql> select * from table where name ~ '^(최|김).*'; </source>". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:16 Devcafe 토론 기여님이 Postgresql connect by level 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Postgresql connect by level&action=delete내용: "== postgresql connect by 구문 == * 오라클에서 사용하는 Connect by 구문을 Postgresql 에서 사용 예시 * Oracle 에서 사용하는 connect by level 구문 <source lang=sql> SELECT LEVEL FROM DUAL CONNECT BY LEVEL <= 10 ; </source> * Postgresql <source lang=sql> SELECT LEVEL FROM GENERATE_SERIES(1,10) LEVEL; </source> category:postgresql". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:16 Devcafe 토론 기여님이 PostgreSQL DB BACKUP RESTORE 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=PostgreSQL DB BACKUP RESTORE&action=delete내용: "= PostgreSQL DB백업 과 복구 = * PGAdmin과 같은 GUI 기반의 Client Tool을 사용해서 손쉽게 Backup/Restore 가능 * Linux shell 기반 Backup/Restore 방법 == Backup == # 명령어 pg_dump 와 pg_dumpall 사용 ## dg_dump은 단일 Database를 요청한 Format으로 Bakup ## pg_dumpall은 전체 Database Cluster를 SQL script로 Backup === pg_dump 사용법 === <s...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:16 Devcafe 토론 기여님이 Pivot 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pivot&action=delete내용: "== 오라클 피벗 == {{틀:설명상자 |내용=* 업무를 하다보면 행을 열으로 전환 한다던지, 열을 행으로 전환해야하는 업무가 간혹 발생한다. ** 이때 보통 decode 또는 case when을 통해 행 => 열 전환을 하였을 것이다. ** 이를 편하게 해결 할 수 있는 기능이 Oracle 11g 부터 제공된다. }} === PIVOT === * 행을 열...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:16 Devcafe 토론 기여님이 Pip 이용 파이썬 라이브러리 설치 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pip 이용 파이썬 라이브러리 설치&action=delete내용: "== pip 파이썬 패키지 설치 == === 패티지 설치 pip install === <source lang=python> pip install [package Name] </source> * 안될때는 python -m 붙여 실행 *:<source lang=python>python -m pip install [package Name]</source> *:예시 pandas 라이브러리를 설치 시 <source lang=python> pip install pandas </source> === 패키지 upgrade === <source lang=python> pip...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:15 Devcafe 토론 기여님이 Pdf 도서 검색 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pdf 도서 검색&action=delete내용: " * google 검색 [site://dokumen.pub The Book of Dash: Build Dashboards with Python and Plotly]". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:15 Devcafe 토론 기여님이 PYTHON 데이터형 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=PYTHON 데이터형&action=delete내용: "== 문자열 == #문자열 치환 ##문자열 치환시는 replace 함수 사용 : 콤마(,) 를 파이프(|)로 치환하는 예제 <source lang=python> text = 'aaa,bbb,ccc,ddd' result = text.replace(",","|") </source> ##2번째 , 까지만 치환할 경우, 파라미터에 2 추가 <source lang=python> text = 'aaa,bbb,ccc,ddd' result = text.replace(",","|", 2) </source> == 리...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:15 Devcafe 토론 기여님이 PYTHON DAO 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=PYTHON 내용: "http://www.mikusa.com/pysimpledb/ tar zxf pysimple-2.1.tar.gz cd pysimpledb-2.1 python setup.py install <SOURCE LANG=PYTHON> from pysimpledb.sql import AbstractDao from pysimpledb.mappers import * class Tea: """Simple data object, no parameters are needed""" def __init__(self, id = None, name = None, cost = 0.0): self.id = id self.na...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:14 Devcafe 토론 기여님이 Ocr 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Ocr&action=delete내용: "OCR OCR (optical character recognition). 광학식 문자 판독 보통 컴퓨터가 2진법(0/1) 데이터를 폰트를 통해 인간이 인식할 수 있는 형태로 글자를 보여 준다면, OCR은 그 반대로 인간이 종이 위에 써 놓은 글씨를 인지하여 텍스트 데이터로 치환한다. 보통은 스캐너로 읽어들인 이미지 파일을 분석하여 텍...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:14 Devcafe 토론 기여님이 ORACLE 유저 생성 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=ORACLE 유저 생성&ac내용: "== 유저 생성 == <source lang=sql> -- 예제 1 CREATE USER cykim IDENTIFIED BY 1234 DEFAULT TABLESPACE TS_OO_DEV_D QUOTA UNLIMITED ON TS_OO_DEV_D; -- 예제 2 CREATE USER SCOTT IDENTIFIED BY "비밀번호" DEFAULT TABLESPACE TS_SCOTT_D01 TEMPORARY TABLESPACE TEMP PROFILE DEFAULT ACCOUNT UNLOCK; </source> == 유저 삭제 == <source lang=sql> drop user aaaa cascade; --...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:14 Devcafe 토론 기여님이 ORACLE 사용자 롤 생성 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=ORACLE 사용자 롤 생성&action=delete내용: "== 롤 생성 삭제 관리 == === ROLE 생성 === <source lang=sql> CREATE ROLE RL_MANAGER; </source> ===ROLE에 권한 부여 === <source lang=sql> GRANT create session, create table TO RL_MANAGER; </source> ===권한이 부여된 ROLE을 USER나 ROLE에 부여=== <source lang=sql> GRANT RL_MANAGER TO scott, test; </source> === 롤에 부여된 권한 회수 === <source lan...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:13 Devcafe 토론 기여님이 Nothing else Matters 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Nothing else Matters&action=delete내용: "= Nothing else matters = * Metallica So close no matter how far couldn't be much more from the heart 아무리 멀리 떨어져 있어도 서로 가까이 있는 것 같고 마음은 더더욱 그렇죠 forever trusting who we are and nothing else matters 우리가 누군지에 대한 믿음이 있다면 아무 것도 문제될 것이 없어요 never opened myself this way life i...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:13 Devcafe 토론 기여님이 Nmon 설치 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Nmon 설치&action=delete내용: "= NMON = == NMON 개요 == # Nigel's Monitor # AIX /Linux 성능 분석용 모니터링 툴 ---- == 설치 == # 우분투 리눅스 #:<source lang=shell>apt-get install nmon </source> # 실행 #:<source lang=shell>nmon</source> # 종료 #:<source lang=shell>Q 또는 Ctrl + C</source> ---- == 분석 방법 == # nmon 로그 기록 <source lang=shell> -f: 파일로 기록 -s 초 :...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:13 Devcafe 토론 기여님이 Mysql 설치 (ubuntu apt-get) 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Mysql 설치 (ubuntu apt-get)&action=delete내용: "<source lang=shell> sudo apt-get update; sudo apt-get install mysql-server; </source> Category:mysql Category:설치". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:12 Devcafe 토론 기여님이 Mybatis 파서 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?ti내용: "== 모듈 설치 == <source lang=python> pip install mybatis-mapper2sql </source> == 사용법 == <source lang=python> import mybatis_mapper2sql # Parse Mybatis Mapper XML files mapper, xml_raw_text = mybatis_mapper2sql.create_mapper(xml='mybatis_mapper.xml') # Get All SQL Statements from Mapper statement = mybatis_mapper2sql.get_statement(mapper) # Get SQL Statement By SQLId statemen...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:12 Devcafe 토론 기여님이 My way 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=My way&action=delete내용: "My Way - Frank Sinatra <youtube>qQzdAsjWGPg</youtube> <source lang=python> And now, the end is near. And so I face the final curtain. My friend, I'll say it clear. I'll state my case of which I'm certain. </source> 자, 이제 마지막이 가까워 졌군 내 생의 마지막 순간을 대하고 있어 친구, 분명히 해두고 싶은게 있어 내가 확신하는 바대로...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:12 Devcafe 토론 기여님이 Mouse over 시 이미지 변경 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Mouse over 시 이미지 변경&action=delete내용: "* AutoIt에서 Mouse Over 이벤트를 구현하여 마우스를 특정 이미지 위로 이동했을 때 다른 이미지로 바꾸는 코드입니다. <source lang=autoit> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> ; GUI 생성 Local $hGUI = GUICreate("Mouse Over Example", 400, 300) GUISetState(@SW_SHOW, $hGUI) ; 이미지 컨트롤 생성 Local $hImage = GUICt...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:12 Devcafe 토론 기여님이 Modern R Programming Cookbook 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Modern R Programming Cookbook&action=delete내용: "<source> 목차 머리말 1 1 장 : R 및 해당 라이브러리 설치 및 구성 6 소개 6 Windows 7에서 기본 R 설치 및 구성 준비 7 수행 방법 ... 8 작동 원리 ... 17 더보기 ... 23도 참조하십시오 23 Linux에서 기본 R 설치 및 구성 24 준비하기 24 수행 방법 24 더 많은 것들 ... 26 참조 26 Windows에서 RStudio IDE 설치...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:11 Devcafe 토론 기여님이 Margin 속성 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Margin 속성&action=delete내용: "== [CSS] margin 속성 == == Margin과 Padding 두가지 속성 차이점 == https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=http%3A%2F%2Fcfile21.uf.tistory.com%2Fimage%2F995AC64C5B2B087A34EA3B Margin은 Object와 화면과의 여백(외부여백) Padding은 Object내의 내부여백 === 예제 === <source lang=html> <!DOCTYPE> <html> <head> <meta charset="utf-8" /...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:11 Devcafe 토론 기여님이 Linux screen 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Linux screen&action=delete내용: "== SCREEN 사용법 == screen 은 텍스트 전용 터미널에서 가상적으로 여러개의 터미널을 사용가능하게 해주는 유틸리티 입니다. 리눅스에서 프로그래밍시 screen 유틸리티와 vi 에디터를 이용합니다. screen은 대부분의 리눅스 배포판과 unix에 설치되어 있는 것으로 알고 있지만 환경에 따라 차이가 있...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:11 Devcafe 토론 기여님이 Linux netstat 명령어 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Linux netstat 명령어&action=delete내용: "=== netstat 명령어 === <source lang=bash> $ netstat -an | grep PORT </source> ---- * 연결을 기다리는 중 <source lang=bash> $ netstat -an | grep 9936 tcp 0 0 10.0.2.16:9936 0.0.0.0:* LISTEN </source> ---- * 연결 중 <source lang=bash> $ netstat -an | grep 9936 tcp 0...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:10 Devcafe 토론 기여님이 Label/Static 스타일 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Label/내용: "=== Label/Static 스타일 === {| class="wikitable" style="text-align:center; bordercolor='#000000' border=1 " |- style="font-size:14px; font-family:'Arial Black', Gadget, sans-serif !important; background-color:#c0c0c0; color:#000000;" |- style="text-align:left;" |+ Label/Static 스타일 |- style="text-align:left;" ! Label/Static 스타일 !! 값 !! 설명 |- | colspan="3" | #include...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:10 Devcafe 토론 기여님이 LUN 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=LUN&action=delete내용: "== LUN (Logical Unit Number , 논리 단위 번호) == 하나 이상의 단순 또는 배열 저장 장치에 위치할 수 있는 고유하며 개별적인 주소 지정이 가능한 단위 또는 논리 볼륨. LUN은 호스트에 SCSI LUN 번호로 제공되는 주소 지정 방식을 통해 외부에 노출됩니다. 각 LUN은 고유한 장치 핸들이 있으며 논리 볼...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:10 Devcafe 토론 기여님이 LSTM 주가예측 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=LSTM 주가예측&action=delete내용: "==LSTM 개요 == # LSTM은 RNN의 한 종류로, RNN의 장기 의존성 문제(long-term dependencies)를 해결하기 위해서 나온 모델 # 직전 데이터 뿐만 아니라, 좀 더 거시적으로 과거 데이터를 고려하여 미래 데이터를 예측하기 위해 나온 모델 https://colab.research.google.com/github/teddylee777/machine-learning/blob/master/04-TensorFlow...". 유일한 편집자는 "Devcafe" (토론))
- 2025년 3월 19일 (수) 00:09 Devcafe 토론 기여님이 Ksh 자동완성 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Ksh 자동완성&action=delete내용: "vi 모드 <source lang=sh> set -o vi </source> 자동완성 <source lang=sh> esc + \ </source> category:unix". 유일한 편집자는 "Devcafe" (토론))