메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Devcafe의 사용자 기여

사용자 편집 수: 1,801건. 계정 생성일: 2024년 10월 4일 (금).
기여 검색펼치기접기
⧼contribs-top⧽
⧼contribs-date⧽
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기

2024년 10월 10일 (목)

2024년 10월 9일 (수)

2024년 10월 7일 (월)

  • 01:552024년 10월 7일 (월) 01:55 차이 역사 −38,572 대문내용을 " = Welcome to DEV CAFE = <div class="main-page-intro"> Welcome to the [위키명], your go-to resource for [주제]. <img class="responsive-image" src="image.jpg" alt="Main topic image"> </div> == Popular Pages == <div class="responsive-grid"> * Top 10 Tutorials * FAQ * Help Page * Community </div> == Recent News == <div class="responsive-grid"> * Latest update: [Update title] ([Date]) * New feature: [Feature title] ([..."(으)로 바꿈 태그: 대체됨 수동 되돌리기

2024년 10월 5일 (토)

  • 02:292024년 10월 5일 (토) 02:29 차이 역사 +206,014 새글 GuiRichEdit.au3새 문서: <source lang=autoit> #include-once #include "Clipboard.au3" #include "EditConstants.au3" #include "FileConstants.au3" #include "RichEditConstants.au3" #include "SendMessage.au3" #include "StructureConstants.au3" #include "UDFGlobalID.au3" ; #INDEX# ======================================================================================================================= ; Title .........: Rich Edit ; AutoIt Version : 3.3.14.2 ; Language ......: English ; Description ...: Programme... 최신
  • 02:282024년 10월 5일 (토) 02:28 차이 역사 +1,037 새글 Avi 클립 스타일새 문서: === Avi 클립 스타일 === {| 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;" |+ Avi 클립 스타일 ! Avi 클립 스타일 !! 값 !! 설명 |- | colspan="3" | #include <AVIConstants.au3> |- style="text-align:left;" | 기본/강제 || || $GUI_SS_DEFAULT_AVI GUICtrlCreateAvi 함수를 참조하세요. |- style="text-align:l... 최신
  • 02:282024년 10월 5일 (토) 02:28 차이 역사 +60,087 새글 Autoit 스니펫새 문서: __TOC__ category:autoit == AutoItWinShow == <source lang="autoit"> #include <GUIConstantsEx.au3> Example() Func Example() ; Display AutoIt's Hidden Window. See AutoItWinGetTitle and AutoItWinSetTitle for more details. AutoItWinShow() While 1 Switch GUIGetMsg() Case $GUI_EVENT_CLOSE ExitLoop EndSwitch WEnd EndFunc ;==>Example ; Display AutoIt's Hidden Window. Returns the handle of the window. Func AutoItWinS... 최신
  • 02:262024년 10월 5일 (토) 02:26 차이 역사 +833 새글 Autoit 선택된 문자 복제 함수새 문서: ===autoit 선택된 문자 복제 함수 === * msdn 함수 <source lang=sql> Sub GetSelectedText() On Error Resume Next Err.Clear Dim oText As TextRange ' Get an object reference to the selected text range. Set oText = Activewindow.Selection.TextRange ' Check to see whether error occurred when getting text object ' reference. If Err.Number <> 0 Then MsgBox "Invalid Selection. Please highlight some text " _... 최신
  • 02:262024년 10월 5일 (토) 02:26 차이 역사 +97 새글 Autoit 멀티 윈도우 컨트롤새 문서: https://www.autoitscript.com/wiki/Managing_Multiple_GUIs category:autoit 최신
  • 02:252024년 10월 5일 (토) 02:25 차이 역사 +2,125 새글 Autoit 마우스 선택시 텍스트 복사새 문서: <source lang=sql> HotKeySet("{ESC}", "_Mouse_Exit_App") Global $i_Mouse_Is_Down = False Global $i_Mouse_Primary = 0x01 ; 0x01 = left for primary, 0x02 = right Global $a_hMouseMod_hTimer = _Mouse_StartWatch("_Mouse_GetHighlight_ToClipboard", 0, 10001, 1000) While 1 Sleep(100) WEnd Func _Mouse_GetHighlight_ToClipboard() If Not $i_Mouse_Is_Down Then Local $a_GetAsync = DllCall("User32.dll", "int", "GetAsyncKeyState", "int", $i_Mouse_Primary) If... 최신
  • 02:242024년 10월 5일 (토) 02:24 차이 역사 +1,702 새글 Autoit 단일파일 만들기새 문서: == Autoit 단일파일로 만들기 == # 임의의 경로에 파일을 추출하고 종료할 때 추출된 파일 삭제 # 파일들을 컴파일된 스크립트에 포함시켰다가 스크립트를 실행시키면, 파일을 추출하여 사용하고 스크립트를 종료할 때 파일을 삭제 # 파일 포함, 추출은 FileInstall를, 파일 삭제는 FileDelete, 폴더 삭제는 DirRemove 이용 <source lang=autoit> FileInstall ( "source", "dest" [, flag] ) source :... 최신
  • 02:232024년 10월 5일 (토) 02:23 차이 역사 +26,062 새글 Autoit 가상키보드새 문서: == Autoit 가상키보드 == <source lang=autoit> #NoTrayIcon #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=1295599487_Gnome-Input-Keyboard-64.ico #AutoIt3Wrapper_OutFile=Virtual_Keyboard.exe #AutoIt3Wrapper_Compression=4 #AutoIt3Wrapper_Res_Description=Virtual Keyboard with Anti - KeyLogger #AutoIt3Wrapper_Res_FileVersion=1.1.0.6 #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Res_Field=ProductName|Virtual Keyboard with Anti - KeyLogger #Au... 최신
  • 02:232024년 10월 5일 (토) 02:23 차이 역사 +2,155 새글 Autoit tab 과 listview 이용 ini파일 불러오기새 문서: == Autoit tab 과 listview 이용 ini파일 불러오기 == <source lang=autoit> #include <GUIConstantsEx.au3> #include <GuiTab.au3> #include <GuiListView.au3> #include <Array.au3> ; INI 파일 경로 설정 Local $sIniFile = @ScriptDir & "\test.ini" ; GUI 생성 GUICreate("INI 파일 탭과 ListView", 900, 800) ; 탭 컨트롤 생성 Local $hTab = GUICtrlCreateTab(10, 10, 480, 300) ; INI 파일에서 섹션 읽기 Local $aSections = IniReadSectionNames($sIniFile) If @err... 최신
  • 02:222024년 10월 5일 (토) 02:22 차이 역사 +1,141 새글 Autoit sqlite새 문서: == autoit sqlite 예제 == <source lang=autoit> #include <Array.au3> #include <SQLite.au3> _SQLite_Startup() ; Load the DLL If @error Then Exit MsgBox(0, "Error", "Unable to start SQLite, Please verify your DLL") Local $sDatabase = @ScriptDir & '\SQLiteTestDatabase.db' Local $hDatabase = _SQLite_Open($sDatabase) ; Create the database file and get the handle for the database _SQLite_Exec($hDatabase, 'CREATE TABLE People (first_name, last_name);') ; CREATE a TABLE with the nam...
  • 02:212024년 10월 5일 (토) 02:21 차이 역사 +2,241 새글 Autoit send()새 문서: === Windows 키 커스터마이징 === <source lang=autoit> ;~ See list of keys to detect here ;~ https://www.autoitscript.com/autoit3/docs/libfunctions/_IsPressed.htm #include <Misc.au3> #include <MsgBoxConstants.au3> Local $hDLL = DllOpen("user32.dll") Func lWinKeyPressed() If (_IsPressed("5B", $hDLL)) Then Return True EndIf EndFunc Func rWinKeyPressed() If (_IsPressed("5C", $hDLL)) Then Return True EndIf EndFunc Func leftKeyPressed()...
  • 02:202024년 10월 5일 (토) 02:20 차이 역사 +12,654 새글 Autoit richEdit새 문서: === RichEdit-OLE-Multi 샘플 === https://github.com/DigiDon34/RichEdit-OLE-Multi/tree/master <source lang=autoit> ;~ Opt("MustDeclareVars", 1) #include <Misc.au3> #include "GuiRichEdit.au3" #include <GuiMENU.au3> #include <GuiEdit.au3> #include <GUIConstantsEx.au3> #include <TreeViewConstants.au3> #include <WindowsConstants.au3> #include <EditConstants.au3> Global $FileStreamCallBack = DllCallbackRegister("_EditStreamCallbackFile", "dword", "long_ptr;ptr;long;ptr") Global $... 최신
  • 02:202024년 10월 5일 (토) 02:20 차이 역사 +1,344 새글 Autoit pragma새 문서: === autoit pragma 옵션 === * exe 컴파일 시 실행파일명, 아이콘 , 버전번호 등 설정 <source lang=sql> #pragma compile(Out, myProg.exe) ; Uncomment to use the following icon. Make sure the file path is correct and matches the installation of your AutoIt install path. ; #pragma compile(Icon, C:\Program Files\AutoIt3\Icons\au3.ico) #pragma compile(ExecLevel, highestavailable) #pragma compile(Compatibility, win7) #pragma compile(UPX, False) #pragma compile(FileDesc... 최신
  • 02:192024년 10월 5일 (토) 02:19 차이 역사 +3,160 새글 Autoit oracle connect새 문서: === 참고 사이트 === https://www.autoitscript.com/forum/topic/51952-_sqlau3-adodbconnection/ https://www.autoitscript.com/forum/files/file/389-adoau3-udf/ https://www.autoitscript.com/forum/topic/37381-connect-oracle/#comment-277710 === Oracle OLEDB for Autoit === {{틀:알림 |내용= 2가지를 명심 할것 # windows 가 64비트여도 odbc는 32비트용을 깔아라(64비트 깔면 개고생) # Provider ~ 쓰지말고 DSN ~ 으로 써야 된다 * 안됨 (삽질의... 최신
  • 02:182024년 10월 5일 (토) 02:18 차이 역사 +828 새글 Autoit listview header column auto resize새 문서: === Autoit Listview 헤더 컬럼 자동 리사이즈 === <source lang=sql> Local $hGUI, $ListView $hGUI = GUICreate("ListView", 540, 360, 100, 200) GUISetBkColor(0xd5d2af) $ListView = GUICtrlCreateListView("Col1|Col2|Col3|Col4", 10, 10, 520, 340) ; GUICtrlSetBkColor(-1, 0xFFFEEE) For $t = 1 To Random(1, 10, 1) $str = '' For $i = 1 To 4 For $j = 1 To Random(1, 10, 1) $str &= Chr(Random(65, 90, 1)) Next $str &= '|' Next $str =... 최신
  • 02:172024년 10월 5일 (토) 02:17 차이 역사 +3,861 새글 Autoit listview auto-resize새 문서: === listview auto-resize === <source lang=autoit> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <GuiScrollBars.au3> #include <GUIListViewEx.au3> #include <EditConstants.au3> Local $List1, $List2, $List3, $List4, $lp_Buffer = 0 Local $List1Ex, $List2Ex, $List3Ex Global $GUIhandle, $cLabel_1, $cLabel_2, $cLabel_3 Global $bSysMsg = False GUI() GUIRegisterMsg($WM_SIZE, "_WM_SIZE") GUIRegisterMsg($WM_SYSCOMMAND, "_WM_SYSCOMMAND") _GUIScrollBars_EnableSc... 최신
  • 02:172024년 10월 5일 (토) 02:17 차이 역사 +2,927 새글 Autoit juno okyo font이용한 아이콘 만들기새 문서: == Autoit juno okyo font이용한 아이콘 만들기 == https://www.autoitscript.com/forum/topic/181997-font-icon-udf/ <source lang=autoit> #NoTrayIcon #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> ; Font Icon UDF by Juno_okyo #include <font-icon.au3> Opt('GUIOnEventMode', 1) #Region ### START Koda GUI section ### Global $FormMain = GUICreate('Font Icon for AutoIt by Juno_okyo', 355, 126, -1, -1) GUISetFont(20, 400, 0, 'Arial'... 최신
  • 02:162024년 10월 5일 (토) 02:16 차이 역사 +2,274 새글 Autoit iniread utf()새 문서: == autoit fileread utf8 == === IniRead UTF8 방식 === <source lang=sql> Func _IniRead($filename, $section, $key, $default) Local $filename_format = 0 Local $hFile Local $data_ini = "" Local $filename_temp = "_temp.ini" Local $key_ini = "" SetError(0) $filename_format = FileGetEncoding($filename, 1) If (@error) Then SetError(1) Return EndIf If ($filename_format = 512) Then $key_ini = IniRead($filename, $section, $key, $default) If (@error)... 최신
  • 02:152024년 10월 5일 (토) 02:15 차이 역사 +6,630 새글 Autoit GUI 컨트롤 스타일새 문서: == GUI 컨트롤 스타일 == * 컨트롤 윈도우에 사용할 수 있는 일반 및 확장 스타일 목록과 컨트롤에 사용할 수 있는 특정 스타일 목록 * 이러한 스타일은 많은 GUI 기능의 "style" 및/또는 "exStyle" 매개변수에 사용됩니다. * 이러한 값을 사용하려면 각 섹션의 상단에 지정된 파일을 #include해야 합니다. ** 참고: "값"은 단지 참조용으로 제공됩니다. **: 스크립트를 읽기...
  • 02:152024년 10월 5일 (토) 02:15 차이 역사 +1,391 새글 Autoit gui새 문서: === GUI Controls === All users will be familiar with controls - anything you click on or interact with in a window is a type of control. The types of controls that can be created with AutoIt are listed below - you will have used most of them in other Windows programs. * Label *: A plain piece of text. * Button *: A simple button. * Input *: A single line control that you can enter text into. * Edit *: A multi-line control that you can enter text into. * Checkbox *: A box that c...
  • 02:142024년 10월 5일 (토) 02:14 차이 역사 +216 새글 Autoit cursor 숨기기새 문서: === autoit cursor 숨기기 === <source lang=sql> #Include <WinAPI.au3> GuiCreate("",500,500) GuiSetState() _WinAPI_ShowCursor(False) Sleep(5000) _WinAPI_ShowCursor(True) Sleep(5000) </source> category:autoit 최신
  • 02:132024년 10월 5일 (토) 02:13 차이 역사 +1,964 새글 Autoit curl ssl 사용법새 문서: AutoIt에서 cURL을 사용하여 SSL 연결을 설정하는 방법은 다음과 같습니다. 먼저, curl 함수를 호출하기 전에 WinHttpSetOption 함수를 사용하여 SSL 인증서를 검증하지 않도록 설정해야 합니다. 이를 위해 다음과 같은 코드를 사용할 수 있습니다. <source lang=autoit> #include <WinHttp.au3> $hSession = _WinHttpOpen() _WinHttpSetOption($hSession, $WINHTTP_OPTION_SECURITY_FLAGS, $WINHTTP_FLAG_SECURE_PROTOCOL_TLS1)... 최신
  • 02:122024년 10월 5일 (토) 02:12 차이 역사 +1,943 새글 Autoit curl새 문서: https://www.autoitscript.com/forum/topic/162599-can-someone-please-show-me-how-to-use-curl-and-autoit/ == 윈도우용 다운로드 == 64bit https://curl.haxx.se/windows/dl-7.69.1_1/curl-7.69.1_1-win64-mingw.zip 32bit https://curl.haxx.se/windows/dl-7.69.1_1/curl-7.69.1_1-win32-mingw.zip == autoit 적용 소스 == <source lang=c> Dim $iPidCurl = Run(@ComSpec & " /c " & 'curl -i -H' & 'Content-Type: application/x-www-form-urlencoded' & 'https://api.edmunds.com/inventory/token'... 최신
  • 02:122024년 10월 5일 (토) 02:12 차이 역사 +867 새글 Autoit ControlSend()새 문서: <source lang=sql> ControlSend("[TITLE:Shell]", "", "x", "{F2}{2}{F2}") </source> ID - The internal control ID. The Control ID is the internal numeric identifier that windows gives to each control. It is generally the best method of identifying controls. In addition to the AutoIt Window Info Tool, other applications such as screen readers for the blind and Microsoft tools/APIs may allow you to get this Control ID TEXT - The text on a control, for example "&Next" on a butto...
  • 02:112024년 10월 5일 (토) 02:11 차이 역사 +6,219 새글 Autoit controlGetText 함수새 문서: AutoIt를 사용하여 현재 커서 위치의 문자열을 가져오려면 `ControlGetText` 함수를 사용할 수 있습니다. 이 함수는 지정된 컨트롤의 텍스트를 반환합니다. 메모장의 경우, 컨트롤 ID가 일반적으로 "Edit1"이며, 메모장 창의 핸들을 알아야 합니다. 아래는 간단한 예시 코드입니다. <source lang=sql> ```autoit #include <MsgBoxConstants.au3> Opt("WinTitleMatchMode", 2) ; 윈도우 제목 부분 일치 모...
  • 02:102024년 10월 5일 (토) 02:10 차이 역사 +1,293 새글 Autoit clipboard logger새 문서: === clipboard_logger.au3 === <source lang=autoit> ; Script Name : clipboard_logger.au3 ; Author : Craig Richards ; Created : 25th January 2012 ; Last Modified : ; Version : 1.0 ; Modifications : ; Description : Will log all contents added to the clipboard, even if they use 1Passwd, Keypass, Lastpass etc #Include <clipboard.au3> ; Include the Clipboard Header file #Include <File.au3> ; Include the File Header file $oldclip="" ; Set the vari... 최신
  • 02:072024년 10월 5일 (토) 02:07 차이 역사 −15,345 파이썬 초보자 입문서내용을 "== 파이썬 주식 패턴 분석 == https://pythonprogramming.net/machine-learning-pattern-recognition-algorithmic-forex-stock-trading/ # Introduction # Quick Look at our Data # Basics # Percent Change # Finding Patterns # Storing Patterns # Current Pattern # Predicting outcomes # More predicting # Increasing pattern complexity # More on Patterns # Displaying all patterns # Variables in patterns # Past outcomes as possible predictions # Predicting from patterns..."(으)로 바꿈 태그: 대체됨
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기