다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 1월 4일 (토) 23:26 Devcafe 토론 기여님이 콤보(Combo ) 스타일 문서를 만들었습니다 (새 문서: === 콤보(Combo ) 스타일 === {| 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;" |+ 콤보 스타일 ! 콤보 스타일 !! 값 !! 설명 |- | colspan="3" | #include <ComboConstants.au3> |- style="text-align:left;" | 기본/강제 || || $GUI_SS_DEFAULT_COMBO GUICtrlCreateCombo 함수를 참조하세요. |- style="text-align...)
- 2025년 1월 4일 (토) 23:26 Devcafe 토론 기여님이 푸시 버튼 스타일 문서를 만들었습니다 (새 문서: === 푸시 버튼 스타일 === {| 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;" |+ 푸시 버튼 스타일 ! 푸시 버튼 스타일 !! 값 !! 설명 |- |colspan=3 | #include <ButtonConstants.au3> |- style="text-align:left;" | 기본/강제 || || GUICtrlCreateButton , GUICtrlCreateCheckbox , GUICtrlCreateRadio 함수를...)
- 2025년 1월 4일 (토) 23:14 Devcafe 토론 기여님이 탭 스타일 문서를 만들었습니다 (새 문서: === 탭 스타일 === {| 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;" |+ 탭 스타일 ! 탭 스타일 !! 값 !! 설명 |- | colspan="3" | #include <TabConstants.au3> |- style="text-align:left;" | 기본/강제 || || GUICtrlCreateTab 함수를 참조하세요 . |- style="text-align:left;" | $TCS_SCROLLOPPOSITE || 0x0001 |...)
- 2024년 12월 22일 (일) 19:43 Devcafe 토론 기여님이 HotString library for AutoIt3 문서를 만들었습니다 (새 문서: HotStrings are similar to AutoIts HotKey function but they trigger on a string of characters, instead of a key or key combination. This has been built because of popular requested from the community. Instructions for use: Download the HotString.au3 (that is attached in this post) and put it in the same directory as your script. Then try out the code example below, or use the library in your own application. This code is not released under any license, however I will not exerc...)
- 2024년 12월 22일 (일) 18:21 Devcafe 토론 기여님이 Autoit 참고 사이트 문서를 만들었습니다 (새 문서: https://autoit.windows-waza.com/autoit/)
- 2024년 12월 14일 (토) 10:42 Devcafe 토론 기여님이 미디어위키 확장 기능 문서를 만들었습니다 (새 문서: ==확장 기능의 종류== ==파서 태그== 파서 태그는 단순한 문자열 처리라든지 온전한 기능의 정보 검색과 같이, 내장 위키 마크업을 추가 기능과 더불어 확장합니다. → 파서 태그에 관해 더 알아보기 ==파서 함수== * 파서 함수는 문서 내의 다른 위키 요소와 '상호 작용'할 수 있는 특수한 위키 마크업 문법이며 특정한 출력을 제공합니다. === 미디어위키 파서 함수|파...)
- 2024년 12월 10일 (화) 08:54 Devcafe 토론 기여님이 메모리 데이터를 ini, json,csv,sqlite 설정파일로 저장 문서를 만들었습니다 (새 문서: * AutoIt에서 INI 데이터를 메모리에 저장한 후 변경사항을 다시 저장하려면, 데이터를 저장할 형식(JSON, CSV, SQLite 등)에 따라 다른 방법을 사용해야 합니다. == 2차원 배열을 사용한 INI 데이터 저장 == <source lang=autoit> #include <Array.au3> ; INI 데이터를 메모리에 로드 Local $aData[0][2] LoadINIToArray("settings.ini", $aData) ; 데이터 수정 EditArrayData($aData, "Username", "NewUser") EditArrayData($aDat...)
- 2024년 12월 10일 (화) 08:45 Devcafe 토론 기여님이 Ini파일 2차원 배열로 관리 문서를 만들었습니다 (새 문서: * AutoIt에서 INI 파일 데이터를 HashMap처럼 메모리에 저장하고 빠르게 검색하려면, 데이터를 읽어서 메모리에 로드하고, 이를 키-값 구조로 관리하는 것이 필요합니다. * AutoIt 자체적으로 HashMap 자료구조를 제공하지 않으므로, 2차원 배열 또는 **딕셔너리(UDF)**로 대체할 수 있습니다. == 2차원 배열을 이용한 INI 데이터 관리 == * 이 방법은 간단히 데이터를 메모리에 로...)
- 2024년 12월 10일 (화) 08:37 Devcafe 토론 기여님이 Mouse over 시 이미지 변경 문서를 만들었습니다 (새 문서: * 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 = GUICtrlCreatePic("image1.jpg", 100, 100, 200, 150) ; 현재 이미지 상태 저장 Local $bMouseOv...)
- 2024년 12월 10일 (화) 08:13 Devcafe 토론 기여님이 Gdi plus를 이용한 시계 문서를 만들었습니다 (새 문서: GDI+를 사용하여 아날로그 시계 및 달력 구현 <source lang=autoit> #include <GDIPlus.au3> #include <Date.au3> Opt("MustDeclareVars", 1) ; GUI 생성 Local $iWidth = 400, $iHeight = 500 Local $hGUI = GUICreate("GDI+ Analog Clock", $iWidth, $iHeight) GUISetState(@SW_SHOW, $hGUI) ; GDI+ 초기화 _GDIPlus_Startup() ; 캔버스 크기 설정 Local $hGraphics = _GDIPlus_GraphicsCreateFromHWND($hGUI) Local $hBitmap = _GDIPlus_BitmapCreateFromGraphics($iWidth, $iHeigh...)
- 2024년 12월 3일 (화) 08:21 Devcafe 토론 기여님이 윈도우 시작프로그램 등록 문서를 만들었습니다 (새 문서: * Windows에서 시작 프로그램에 등록된 프로그램을 확인하거나 새로 등록하는 방법 == 시작 프로그램 확인 방법 == === Windows 설정을 이용하는 방법 === 1.시작 메뉴를 열고 설정(톱니바퀴 아이콘)을 클릭(또는 Win + I 단축키를 사용) 2.앱 > 시작 프로그램으로 이동 3.시작 시 실행되는 프로그램 목록이 표시됩니다. * 각 프로그램 옆에 있는 스위치를 켜거나 꺼서 시작 시 실...)
- 2024년 11월 30일 (토) 14:39 Devcafe 토론 기여님이 Active Window Title, Class, Size 조회 문서를 만들었습니다 (새 문서: <source lang=autoit> #include <WinAPI.au3> #include <MsgBoxConstants.au3> Sleep(500) CheckWinSize() Func CheckWinSize() Local $hwnd= WinGetHandle("[ACTIVE]") Local $aClientSize = WinGetClientSize($hWnd) ;MsgBox($MB_SYSTEMMODAL, "", "Width: " & $aClientSize[0] & @CRLF & "Height: " & $aClientSize[1]) if $aClientSize[0]<280 then ;MsgBox($MB_SYSTEMMODAL, "", "Wrong Password. Width: " & $aClientSize[0] & @CRLF & "Height: " & $aClientSize[1]) MsgBox($MB_SYSTEMMOD...)
- 2024년 11월 30일 (토) 14:29 Devcafe 토론 기여님이 리스트뷰(그리드) 생성 문서를 만들었습니다 (새 문서: == 툴팁 처럼 간단한 리스트뷰 == * AutoIt에서 Tooltip에 ListView와 같은 복잡한 GUI 요소를 직접 포함할 수는 없음 * 유사한 동작을 구현하기 위해 작은 GUI 창을 툴팁처럼 보이도록 설정하고, 그 안에 ListView를 배치하는 방법을 사용할 수 있습니다. <source lang=autoit> <GUIConstantsEx.au3> #include <WindowsConstants.au3> ; 메인 GUI 생성 Local $hMainGUI = GUICreate("Main GUI", 400, 300) Local $hButton = GU...)
- 2024년 11월 29일 (금) 08:29 Devcafe 토론 기여님이 커서 위치 추적 문서를 만들었습니다 (새 문서: <source lang=autoit> ; 초기 커서 위치 설정 Local $iCursorPos = StringLen(ControlGetText($hActiveWindow, "", $hFocusedControl)) ; 커서 이동 후 위치 추적 Func UpdateCursor($iMoveBy) $iCursorPos += $iMoveBy If $iCursorPos < 1 Then $iCursorPos = 1 If $iCursorPos > StringLen(ControlGetText($hActiveWindow, "", $hFocusedControl)) Then $iCursorPos = StringLen(ControlGetText($hActiveWindow, "", $hFocusedControl)) Return $iCursorPos EndFunc </source> [...)
- 2024년 11월 27일 (수) 21:13 Devcafe 토론 기여님이 Highchart 문서를 만들었습니다 (새 문서: {{highchart 기초}} ---- {{:Highcharts를 React, Vue, Angular에서 사용}} ---- {{:highchart 활용팁}})
- 2024년 11월 27일 (수) 20:58 Devcafe 토론 기여님이 Highchart 활용팁 문서를 만들었습니다 (새 문서: === Highcharts 주요 팁 === ==== 문서 참조 ==== * Highcharts 공식 문서에서 모든 설정과 API를 확인할 수 있습니다. ==== 데이터를 동적으로 업데이트 ==== <source lang=python> let chart = Highcharts.chart('container', { series: [{ data: [1, 2, 3] }] }); chart.series[0].setData([4, 5, 6]); // 데이터 업데이트 </source> ===JSON 데이터 사용 ==== * AJAX 요청을 통해 서버에서 데이터를 받아와 차트를 업데이트할 수...)
- 2024년 11월 27일 (수) 20:54 Devcafe 토론 기여님이 Highcharts를 React, Vue, Angular에서 사용 문서를 만들었습니다 (새 문서: === React 환경에서 highchart 사용 === * 설치 <source lang=python> npm install highcharts highcharts-react-official </source> <source lang=python> import React from 'react'; import Highcharts from 'highcharts'; import HighchartsReact from 'highcharts-react-official'; const options = { chart: { type: 'line' }, title: { text: 'React Highcharts Example' }, series: [{ data: [1, 2, 3, 4, 5] }] }; const App = () => <HighchartsReact highcharts={Highcharts} options={opti...)
- 2024년 11월 27일 (수) 20:51 Devcafe 토론 기여님이 Highchart 기초 문서를 만들었습니다 (새 문서: == Highcharts 사용법 == * Highcharts는 JavaScript로 작성된 데이터 시각화 라이브러리로, 다양한 차트를 생성할 수 있습니다. === Highcharts 설치 === # CDN 사용: #: HTML <script> 태그를 통해 CDN에서 Highcharts를 가져옵니다: <source lang=html> <script src="https://code.highcharts.com/highcharts.js"></script> </source> # npm 설치: #: Node.js 환경에서 설치: <source lang=python> npm install highcharts </source> === 기본 차...)
- 2024년 11월 27일 (수) 20:36 Devcafe 토론 기여님이 챠트 문서를 만들었습니다 (새 문서: == highchart == == apache echart ==)
- 2024년 11월 27일 (수) 20:29 Devcafe 토론 기여님이 Highchart pandas oracle asm disksize 챠트 문서를 만들었습니다 (새 문서: * highchart 와 pandas를 이용하여 오라클 asm의 디스크사이즈를 시각화 하려 한다 * 진행순서 # SQL 작성 # pandas를 이용하여 DB 데이터 취합 # highchart 의 파이 차트 출력을 위한 데이터 포멧 처리 # html(highchart)에 반영 == SQL 쿼리 == <source lang=sql> SELECT 'testdb' db_id, dg_name, total, used, free FROM v$disk_group; </source> == pandas DataFrame으로 변환== <source lang=python> import pandas as pd # 예제 데...)
- 2024년 11월 25일 (월) 22:15 Devcafe 토론 기여님이 파이썬 설치 (Windows, Mac, Linux) 문서를 만들었습니다 (새 문서: 1. 파이썬 설치 1) 파이썬 다운로드 및 설치 파이썬을 설치하려면 공식 웹사이트에서 다운로드하세요: 👉 https://www.python.org/downloads/ 2) 운영 체제별 설치 과정: # Windows #: 다운로드 페이지에서 "Download Python [버전]" 버튼을 클릭합니다. #: 설치 파일을 실행하고, 설치 화면에서 "Add Python to PATH" 옵션에 체크합니다. #: "Install Now"를 클릭하여 설치를 완료합...)
- 2024년 11월 25일 (월) 22:06 Devcafe 토론 기여님이 초보자를 위한 파이썬 기초 문서를 만들었습니다 (새 문서: * 초보자를 위한 파이썬 14일 스터디 == 파이썬 기초 == === Day1.파이썬 설치 및 환경 설정 === ==== 파이썬 설치 (Windows, Mac, Linux) ==== ==== IDE/편집기 선택 (PyCharm, VS Code, Jupyter Notebook 등) ==== ==== 첫 프로그램 실행 (Hello, World!) ==== === Day2.기본 문법 이해 === ==== 변수와 데이터 타입 (문자열, 숫자, 리스트, 튜플, 딕셔너리) ==== ==== 간단한 산...)
- 2024년 11월 25일 (월) 21:51 Devcafe 토론 기여님이 틀:고지상자3 문서를 만들었습니다 (새 문서: <onlyinclude> <div class="notice {{{속성|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} style=" overflow: hidden; padding: 15px; margin: 15px 0px; border: 3px solid {{{테두리색|#0091EA}}}; background-color: {{{배경색|#70BBF93E}}}; border-radius: 4px;"> {{#if:{{{제목<includeonly>|</includeonly>}}}| <div class="tp_link" style="font-size: 16pt; color: {{{제목색|dodgerblue}}};"><font color="{{{아이콘색|orangered}}}"><i class="material-icons icon-image-preview" style=...)
- 2024년 11월 25일 (월) 21:50 Devcafe 토론 기여님이 틀:타이틀 투명 문서를 만들었습니다 (새 문서: <div style="position: inherit; top: 100px; left: 100px; width: 100%; border: 1px solid {{{보더색|#808080}}}; background-color: {{{배경색|#808080}}}; text-align: left; color: #ffffff; opacity: 0.9;" margin: 1.2em 0 0.7em; padding: 0.2em 0.5em; font-size: 1.2em; line-height: 1.2em; overflow: visible; font-weight: bold; -moz-border-radius: 0.5em; -webki...)
- 2024년 11월 25일 (월) 21:50 Devcafe 토론 기여님이 틀:고지상자2 문서를 만들었습니다 (새 문서: <onlyinclude> <div class="notice {{{속성|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} style=" overflow: hidden; padding: 15px; margin: 15px 0px; border: 3px solid {{{테두리색|#0091EA}}}; background-color: {{{배경색|#70BBF93E}}}; border-radius: 4px;"> {{#if:{{{제목<includeonly>|</includeonly>}}}| <div class="tp_link" style="font-size: 16pt; color: {{{제목색|dodgerblue}}};"><font color="{{{아이콘색|orangered}}}"><i class="material-icons icon-image-preview" style=...)
- 2024년 11월 25일 (월) 21:49 Devcafe 토론 기여님이 틀:머리말 문서를 만들었습니다 (새 문서: <div id="mp_goodArticle" class="mp_contentsboxtitle" style="background-color:#bbddff; margin: 1.2em 0 0.7em; padding: 0.2em 0.5em; font-size: 1.2em; line-height: 1.2em; overflow: visible; font-weight: bold; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em;"> <font color="red"> <i class="material-icons icon-image-preview">{{{아이콘이름|check_circle_outline}}}</i></font> {{{제목|제목을 입력하세요}}} </div>)
- 2024년 11월 25일 (월) 01:42 Devcafe 토론 기여님이 윈도우 실행 명령어 모음 문서를 만들었습니다 (새 문서: {| class="wikitable" ! 명령어 !! 설명 !! 절대 경로 |- | cmd || 명령 프롬프트 열기 || C:\Windows\System32\cmd.exe |- | powershell || PowerShell 열기 || C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe |- | taskmgr || 작업 관리자 실행 || C:\Windows\System32\taskmgr.exe |- | msconfig || 시스템 구성 도구 열기 || C:\Windows\System32\msconfig.exe |- | control || 제어판 열기 || C:\Windows\System32\control.exe |- | explorer || 파일 탐...)
- 2024년 11월 23일 (토) 01:30 Devcafe 토론 기여님이 SLM 튜닝예제 문서를 만들었습니다 (새 문서: <source lang=python> import numpy as np import torch import torch.nn as nn import torch.optim as optim from typing import List, Dict class SQLTuningSLM(nn.Module): def __init__(self, feature_dim, hidden_dim, output_dim): super(SQLTuningSLM, self).__init__() # Feature embedding and processing layers self.feature_embedding = nn.Sequential( nn.Linear(feature_dim, hidden_dim), nn.ReLU(), nn.Dropout(0.3)...)
- 2024년 11월 20일 (수) 19:11 Devcafe 토론 기여님이 틀:메모상세 문서를 만들었습니다 (새 문서: <onlyinclude> <div class="notice {{{속성|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} style=" overflow: hidden; padding: 15px; margin: 15px 0px; border: 3px solid {{{테두리색|#0091EA}}}; background-color: {{{배경색|#70BBF93E}}}; border-radius: 4px;"> {{#if:{{{제목<includeonly>|</includeonly>}}}| <div class="tp_link" style="font-size: 16pt; color: {{{제목색|dodgerblue}}};"><font color="{{{아이콘색|orangered}}}"><i class="material-icons icon-image-preview" style=...)
- 2024년 11월 20일 (수) 19:07 Devcafe 토론 기여님이 틀:메모 문서를 만들었습니다 (새 문서: <onlyinclude> <div class="libre-notice {{{속성|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} style="margin: 8px 0; padding: 8px; border-style: solid; border-width: 2px 0; background-color: {{{배경색|#70BBF93E}}}; border-width: {{{선굵기|2px 0}}}; border-color: {{{테두리색|#0091EA}}}; width: {{{사이즈|100%}}}; border-radius: {{{둥굴기|0px}}}; border-style: {{{스타일|solid}}}; clear: both;"><font color="{{{아이콘색|orangered}}}"><i class="material-icons icon-image...)
- 2024년 11월 20일 (수) 09:17 Devcafe 토론 기여님이 파이썬 멀티프로세싱.POOL 클레스 문서를 만들었습니다 (새 문서: == multiprocessing.Pool 클래스== * 대규모 작업을 병렬 처리할 때 매우 유용합니다. * 여러 작업을 병렬로 실행하고 결과를 관리하기 쉬운 인터페이스를 제공합니다. === 예제 코드: 스크립트를 병렬로 실행 === + 디렉토리 구성 <source lang=python> project/ ├── main.py ├── script1.py └── script2.py </source> 1. script1.py <source lang=python> # script1.py import time for i in range(5): print...)
- 2024년 11월 20일 (수) 09:03 Devcafe 토론 기여님이 파이썬 멀티프로세싱 문서를 만들었습니다 (새 문서: == multiprocessing 모듈== * Python에서 완전한 병렬 처리를 구현 가능 * 이 모듈은 각 작업을 별도의 프로세스에서 실행하므로 GIL(Global Interpreter Lock)의 영향을 받지 않습니다. === multiprocessing 예제 디렉토리 구성 === <source lang=python> project/ ├── main.py ├── script1.py └── script2.py </source> 1. script1.py <source lang=python> # script1.py import time for i in range(5): print(f"Script 1 runnin...)
- 2024년 11월 20일 (수) 08:58 Devcafe 토론 기여님이 파이썬 스레딩 문서를 만들었습니다 (새 문서: == 스레딩 (threading) == * 스레드 방식은 하나의 프로세스에서 여러 작업을 병렬로 실행 === threading 예제 디렉토리 구성 === <source lang=python> project/ ├── main.py ├── script1.py └── script2.py </source> 1. script1.py <source lang=python> # script1.py import time for i in range(5): print(f"Script 1 running: {i}") time.sleep(1) </source> 2. script2.py <source lang=python> # script2.py import time for i in range(...)
- 2024년 11월 20일 (수) 08:50 Devcafe 토론 기여님이 파이썬 서브프로세싱 문서를 만들었습니다 (새 문서: == subprocess 모듈 == === subprocess 예제 === * 디렉토리 구성 <source lang=python> project/ ├── main.py ├── script1.py └── script2.py </source> 1. script1.py <source lang=python> # script1.py import time for i in range(5): print(f"Script 1 running: {i}") time.sleep(1) </source> 2. script2.py <source lang=python> # script2.py import time for i in range(5): print(f"Script 2 running: {i}") time.sleep(1) </source> 3. main.py <source...)
- 2024년 11월 20일 (수) 08:49 Devcafe 토론 기여님이 파이썬 스레딩 서브프로세싱 멀티프로세싱 문서를 만들었습니다 (새 문서: {{:퍼이썬 서브프로세싱}})
- 2024년 11월 19일 (화) 20:04 Devcafe 토론 기여님이 Sql formater 문서를 만들었습니다 (새 문서: * 오픈소스 기반의 SQL 포매터 추천 == SQLFluff == * SQL 스타일 가이드에 따라 코드 포맷팅과 린팅을 지원하는 Python 기반 도구입니다. * 다양한 SQL 표준(ANSI, PostgreSQL, MySQL 등)을 지원 === SQLFluff 설치 === <source lang=python> pip install sqlfluff </source> === SQLFluff 사용 방법 === <source lang=python> sqlfluff fix input.sql --dialect ansi </source> * fix: SQL 파일을 정리 ** --dialect ansi: SQL 방언 설정 (Post...)
- 2024년 11월 19일 (화) 09:11 Devcafe 토론 기여님이 Autoit send() 와 controlsend() 차이점 문서를 만들었습니다 (새 문서: * AutoIt에서 Send()와 ControlSend()는 키 입력을 시뮬레이션하는 함수지만, 사용하는 방식과 동작하는 원리가 다름 == Send() == • 설명: 활성화된 창(현재 포커스를 받은 창)에 키 입력을 보냅니다. • 사용 상황: 특정 창을 활성화한 후, 키 입력을 보내야 할 때 사용합니다. • 제약 조건: • 대상 창이 반드시 활성화되어야 합니다. • 비활성화된 창에는 키 입력을 보...)
- 2024년 11월 19일 (화) 08:40 Devcafe 토론 기여님이 브리지워터 어소시에이츠 원칙 문서를 삭제했습니다 (내용: "=== Trust in Truth === 진실을 믿어라 === Realize that you have nothing to fear from truth. === 진실을 두려워할필요가 없다는 사실을 알아차려라 === Create an environment in which everyone has the right to understand what makes sense and no one has the right to hold a critical opinion without speaking up about it. === 무엇이 말이 되는 소린지를 이...". 유일한 편집자는 "Devcafe" (토론))
- 2024년 11월 18일 (월) 09:01 Devcafe 토론 기여님이 Categorytree 테스트 문서를 만들었습니다 (새 문서: === The <tvar name=1><categorytree></tvar> tag === <!--T:9--> <!--T:10--> Example. The result can be seen in the box below and on the right: </translate> <syntaxhighlight lang=html inline> <categorytree mode="pages">Manual</categorytree> </syntaxhighlight> <categorytree mode="pages" style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color: var( --background-color-base, white);">Manual</categorytree> {{anchor|options}} <tr...)
- 2024년 11월 18일 (월) 08:52 Devcafe 토론 기여님이 폼 books 문서를 만들었습니다 (새 문서: ==문단== 하나 둘 셋 자유롭게 테스트)
- 2024년 11월 18일 (월) 08:39 Devcafe 토론 기여님이 분류:Books 문서를 만들었습니다 (새 문서: Has default form::Book)
- 2024년 11월 18일 (월) 08:37 Devcafe 토론 기여님이 Form:Books 문서를 만들었습니다 (새 문서: {{{for template|Book}}} == Book Information == * Title: {{{field|Title}}} * Author: {{{field|Author}}} * Publication Date: {{{field|Publication date|input type=date}}} * Genre: {{{field|Genre|input type=dropdown|values=Fiction, Non-Fiction, Science, History, Biography}}} {{{end template}}})
- 2024년 11월 18일 (월) 08:36 Devcafe 토론 기여님이 틀:Books 문서를 만들었습니다 (새 문서: {{#if:{{{Title|}}}|[[Title::{{{Title}}}]]}} {{#if:{{{Author|}}}|[[Author::{{{Author}}}]]}} {{#if:{{{Publication date|}}}|[[Publication date::{{{Publication date}}}]]}} {{#if:{{{Genre|}}}|[[Genre::{{{Genre}}}]]}})
- 2024년 11월 18일 (월) 08:35 Devcafe 토론 기여님이 미디어위키 폼 생성 예제 문서를 만들었습니다 (새 문서: MediaWiki의 Extension:Page Forms는 구조화된 데이터를 위키 페이지에 쉽게 추가하고 편집할 수 있도록 지원하는 확장 기능입니다. 이 확장을 사용하면, 폼을 통해 위키 페이지를 생성 및 수정하고, 사용자에게 데이터 입력 작업을 보다 직관적으로 제공합니다. 아래에 기본적인 사용법과 예제를 단계별로 정리했습니다. 1. Page Forms 설치 1. MediaWiki의 LocalSettings.php 파일에...)
- 2024년 11월 18일 (월) 02:59 Devcafe 토론 기여님이 파이썬 키움증권 문서를 만들었습니다 (새 문서: 참조 http://blog.quantylab.com/systrading.html 계좌 관련 API 주문 가능 금액 확인 로그인 https://ultrasound.github.io/2017/11/21/openapi-basic-api/ category:주식)
- 2024년 11월 18일 (월) 02:49 Devcafe 토론 기여님이 간단한 SLM 학습 및 테스트 예제 문서를 만들었습니다 (새 문서: * Hugging Face의 Transformers 라이브러리를 사용하여 DistilBERT를 간단한 텍스트 분류 작업에 학습시키는 과정 * 필요한 라이브러리 설치 <source lang=python> pip install transformers datasets torch </source> == 학습용 데이터 준비 == * Hugging Face의 datasets 라이브러리를 사용해 간단한 감정 분석 데이터셋(SST-2)을 불러옵니다. <source lang=python> from datasets import load_dataset from transformers import Distil...)
- 2024년 11월 12일 (화) 22:24 Devcafe 토론 기여님이 대시보드 개발 라이브러리 문서를 만들었습니다 (새 문서: # 실시간 대시보드에 적합한 차트 도구를 선택하려면 성능, 반응성, 데이터 업데이트 기능, 사용 편의성이 중요합니다. # 실시간 데이터 시각화를 위해 추천되는 도구들 == Plotly Dash == === 특징: === # Plotly의 인터랙티브한 그래프 라이브러리 기반. # Python으로 대시보드를 개발할 수 있어, 데이터 과학자와 분석가에게 적합. # 웹소켓과 API로 실시간 데이터 업데이트가...)
- 2024년 11월 12일 (화) 08:59 Devcafe 토론 기여님이 챗GPT 활용 문서를 만들었습니다 (새 문서: ChatGPT에 효과적으로 질문하여 원하는 답변을 얻기 위해 다음과 같은 방법을 고려해보세요. 1. 구체적으로 질문하기 • 질문이 구체적일수록 ChatGPT는 더 정확한 답변을 줄 수 있습니다. 일반적인 질문보다는 구체적인 세부사항을 포함하면 도움이 됩니다. • 예시: “파이썬에서 리스트를 정렬하는 방법 알려줘” 대신, “파이썬에서 리스트를 내림차순으로 정렬...)
- 2024년 11월 12일 (화) 08:52 Devcafe 토론 기여님이 SLM 모델별 예제 문서를 만들었습니다 (새 문서: * 실세계에서 SLM을 사용해 구현할 수 있는 간단한 NLP 응용 사례들 == DistilBERT: 감정 분석 == * 예제: DistilBERT를 사용해 소셜 미디어 게시물이나 리뷰의 감정을 분석합니다. * 활용 예: 트위터에서 특정 키워드를 포함한 트윗을 수집하고, 긍정적/부정적 감정을 분류해 트렌드를 분석할 수 있습니다. * 코드 예제: <source lang=python> from transformers import DistilBertTokenizer, DistilBert...)
- 2024년 11월 11일 (월) 15:23 19ksh88 토론 기여 계정이 생성되었습니다