다른 명령
2024년 11월 11일 (월)
- 00:092024년 11월 11일 (월) 00:09 차이 역사 +95 새글 반응형 이미지 사이즈 조절 방법 새 문서: <p sizes="(max-width: 600px) 480px,800px"> https://devcafe.co.kr/w/images/devcafe_logo.png </p>
- 00:082024년 11월 11일 (월) 00:08 차이 역사 −24 파이썬 클래스 편집 요약 없음
- 00:072024년 11월 11일 (월) 00:07 차이 역사 +99 미디어위키:Common.css 편집 요약 없음 태그: 되돌려진 기여
2024년 11월 10일 (일)
- 23:402024년 11월 10일 (일) 23:40 차이 역사 +52 테스트 편집 요약 없음
2024년 11월 8일 (금)
- 11:102024년 11월 8일 (금) 11:10 차이 역사 +1,235 Autoit 윈도우 사이즈 조절 편집 요약 없음
- 11:092024년 11월 8일 (금) 11:09 차이 역사 +1,526 새글 Autoit 윈도우 사이즈 조절 새 문서: <source lang=autoit> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <SendMessage.au3> ; GUI 생성 (창 크기 조절 가능하도록 스타일 설정) Local $hGUI = GUICreate("Resizable GUI Example", 600, 400, -1, -1, BitOR($WS_SIZEBOX, $WS_SYSMENU, $WS_CAPTION)) ; Edit 컨트롤 생성 (창의 대부분을 차지하도록 설정) Local $hEdit = GUICtrlCreateEdit("", 10, 10, 580, 320, $ES_MULTILINE + $WS_VSCROLL) GUICtrlSetFont($hEdit, 10, 400, 0, "Con...
- 10:272024년 11월 8일 (금) 10:27 차이 역사 +1,369 Https 설치 letsencrypt apache2 ubuntu 편집 요약 없음 최신
- 08:522024년 11월 8일 (금) 08:52 차이 역사 +6 테스트 →22222
- 08:462024년 11월 8일 (금) 08:46 차이 역사 +65 테스트 →22222
- 08:322024년 11월 8일 (금) 08:32 차이 역사 +55 테스트 →11111
- 08:272024년 11월 8일 (금) 08:27 차이 역사 +107 테스트 →11111
- 08:252024년 11월 8일 (금) 08:25 차이 역사 −2 테스트 →11111
- 08:252024년 11월 8일 (금) 08:25 차이 역사 +185 테스트 편집 요약 없음
2024년 11월 7일 (목)
- 23:552024년 11월 7일 (목) 23:55 차이 역사 +25 대문 →머신러닝
- 23:532024년 11월 7일 (목) 23:53 차이 역사 +85 대문 →자동화 프로그래밍
- 00:032024년 11월 7일 (목) 00:03 차이 역사 −2 대문 →Welcome to DEV CAFE
2024년 11월 6일 (수)
- 08:372024년 11월 6일 (수) 08:37 차이 역사 +12,540 새글 Https 설치 letsencrypt apache2 ubuntu 새 문서: == Https 설치 letsencrypt apache2 ubuntu == === 소개 === # Let’s Encrypt - 무료 ssl인증 제공 프로그램 # 아파치 - webserver # 우분투 - Linux === 설치 === ==== Step 1 — Certbot 설치 === * 2개 패키지 설치 # certbot # python3-certbot-apache <source lang=bash> sudo apt install certbot python3-certbot-apache </source> ==== Step 2 — 아파치 Virtual Host 환경 설정 ==== * http:// 환경을 미리 설정하면 certbot 이 https:// 환경을...
- 01:102024년 11월 6일 (수) 01:10 차이 역사 +133 새글 미디어위키 환경설정 LocalSettings.php 새 문서: == 미디어위키 환경설정 LocalSettings.php == <syntaxhighlight lang='php'> $wgAllowExternalImages = true; </syntaxhighlight>
- 01:102024년 11월 6일 (수) 01:10 차이 역사 0 미디어위키 →미디아위키 환경설정 LocalSettings.php
- 01:092024년 11월 6일 (수) 01:09 차이 역사 +21 미디어위키 편집 요약 없음
- 01:072024년 11월 6일 (수) 01:07 차이 역사 +1 미디어위키 →미디아위키 사용법
- 01:002024년 11월 6일 (수) 01:00 차이 역사 −19 미디어위키 설치 편집 요약 없음
- 00:592024년 11월 6일 (수) 00:59 차이 역사 +3 미디어위키 설치 편집 요약 없음
- 00:592024년 11월 6일 (수) 00:59 차이 역사 +103 미디어위키 설치 편집 요약 없음
- 00:572024년 11월 6일 (수) 00:57 차이 역사 +894 미디어위키 설치 편집 요약 없음
- 00:522024년 11월 6일 (수) 00:52 차이 역사 +87 미디어위키 설치 편집 요약 없음
- 00:512024년 11월 6일 (수) 00:51 차이 역사 +165 새글 미디어위키 설치 새 문서: # [https://www.mediawiki.org/wiki/Download/ko 미디어위키 다운로드] # [https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki/ko 미디어위키 설치]
2024년 11월 5일 (화)
- 19:192024년 11월 5일 (화) 19:19 차이 역사 +279 Handle의 class instance 값 구하는 방법 편집 요약 없음
- 08:472024년 11월 5일 (화) 08:47 차이 역사 +48 Autoit 프로그램 개발 →원도우 컨트롤(창,메뉴,그리드,탭) 프로그램
- 08:452024년 11월 5일 (화) 08:45 차이 역사 +90 Autoit 프로그램 개발 →DB 연동 프로그램
- 08:442024년 11월 5일 (화) 08:44 차이 역사 +52 대문 →Autotit 프로그래밍
- 08:422024년 11월 5일 (화) 08:42 차이 역사 +44 대문 →Autotit 프로그래밍
- 08:292024년 11월 5일 (화) 08:29 차이 역사 +32 대문 →Autotit 프로그래밍
- 01:582024년 11월 5일 (화) 01:58 차이 역사 +576 새글 Autoit 트레이 메뉴 아이콘 새 문서: === Autoit tray menu icon 넣기 === <source lang=autoit> #NoTrayIcon #RequireAdmin ; #Region 전처리기 #include <Misc.au3> #Include <Constants.au3> #EndRegion 전처리기 ; If _Singleton(@ScriptName,1) = 0 Then Exit EndIf ; #Region 트레이 메뉴 Opt("TrayMenuMode",3) Opt("TrayOnEventMode", 1) TraySetIcon(@ScriptName) TraySetToolTip("") TraySetClick(64) TraySetState(1) TrayCreateItem("종료(&X)") TrayItemSetOnEvent(-1, "_Exit") #EndRegion 트레이 메뉴 ; Func _E...
- 01:492024년 11월 5일 (화) 01:49 차이 역사 +21,122 새글 오토잇 스크립트 샘플 새 문서: == AutoIt Scripts Examples == === AutoInstallation Script === <source lang=autoit> ; ; NComputing AutoInstallation Script v1.1.1.06262012 ; AutoIt Version: 3.0 ; Language: English ; Platform: Win7 ; Author: Matthew Roslevich ; /email/ ; ; Script Function: ; Opens NComputing vSpace Windows 7 x64 installer and fills in the registration information. ; ; Run vSpace installer Run("vSpace_X-6.2.5.4_setup.exe") ; Wait for the vSpace installer window to become active - it i...
- 01:482024년 11월 5일 (화) 01:48 차이 역사 +38 Autoit 프로그램 개발 →autoit 프로그램 만들기
- 00:422024년 11월 5일 (화) 00:42 차이 역사 +1,945 새글 Autoit named pipe 사용예제 새 문서: == Autoit named pipe 사용예제 == * 명령창에서 실행하는 명령 출력해 주는 함수 * Named Pipe를 사용하는 API를 이용해서 명령프롬프트의 출력 내용을 읽기 <source lang=autoit> #include <NamedPipes.au3> #include <WinAPI.au3> #include <Constants.au3> Func StdOut($sCmd, $sWorkingDir = "", $state = @SW_HIDE) Local $iBytes, $sData, $hReadPipe, $hWritePipe, $tBuffer, $tProcess, $tSecurity, $tStartup Local $STILL_ACTIVE = 0x103 Local C... 최신
- 00:392024년 11월 5일 (화) 00:39 차이 역사 0 Autoit ansi 를 utf-8로 변환 편집 요약 없음
- 00:392024년 11월 5일 (화) 00:39 차이 역사 +876 새글 Autoit ansi 를 utf-8로 변환 새 문서: == Autoit ansi 를 utf-8로 변환 == <source lang=autoit> _ConvertFileToUTF_8(@ScriptDir & "\Example.xml") Func _ConvertFileToUTF_8($sFilePath) Local $iEncoding = FileGetEncoding($sFilePath) Local $hFileOpen = FileOpen($sFilePath, $iEncoding) If $hFileOpen = -1 Then Return SetError(1, 0, 0) EndIf Local $sData = FileRead($hFileOpen) FileClose($hFileOpen) $hFileOpen = FileOpen($sFilePath, 130) If $hFileOpen = -1 Then Return SetE...
2024년 11월 4일 (월)
- 22:442024년 11월 4일 (월) 22:44 차이 역사 +7,077 새글 Scite 편집기 새 문서: == Scite 편집기 == === 테마 === ==== Dark Themes ==== <source lang=autoit> ### # scite dark theme # append to end of SciTEGlobal.properties # or place to SciTEUser.properties # features: # - scite dark theme # - python/Go/markdown dark theme # - spell checker # Robert Wang # Nov 15, 2017 # GUI tabbar.multiline=1 toolbar.visible=1 wrap=1 line.margin.visible=1 statusbar.visible=1 # add Go/markdown source.files=*.asm;*.c;*.cc;*.cpp;*.cxx;*.cs;*.h;*.hh;*.hxx;...
- 19:502024년 11월 4일 (월) 19:50 차이 역사 +2 대문 →주식,세금 기초
- 19:482024년 11월 4일 (월) 19:48 차이 역사 +51 대문 →Autotit 프로그래밍
- 19:462024년 11월 4일 (월) 19:46 차이 역사 −1 대문 →Autotit 프로그래밍
- 19:452024년 11월 4일 (월) 19:45 차이 역사 +65 대문 →Autotit 프로그래밍
- 19:442024년 11월 4일 (월) 19:44 차이 역사 +43 Autoit 프로그램 개발 →윈도우 키 자동화 send() control_send()
- 19:422024년 11월 4일 (월) 19:42 차이 역사 +21 Autoit 프로그램 개발 →윈도우 키 자동화 send() control_send()
- 19:422024년 11월 4일 (월) 19:42 차이 역사 +19 Autoit 프로그램 개발 →윈도우 키 자동화 send() control_send()
- 19:412024년 11월 4일 (월) 19:41 차이 역사 +28 Autoit 프로그램 개발 →윈도우 키 자동화 send() control_send()
- 19:382024년 11월 4일 (월) 19:38 차이 역사 +212 Autoit 프로그램 개발 →autoit 프로그램 만들기
- 18:452024년 11월 4일 (월) 18:45 차이 역사 −6 Handle의 class instance 값 구하는 방법 편집 요약 없음