일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- IfWinExist
- 식의 설명
- SetTitleMatchMode
- SetEnv
- Var:=식
- EnvDiv
- if(식)
- ControlSend
- DetectHiddenWindows
- EnvSub
- IF (식)
- Threads
- EnvSet
- API
- SetMouseDelay
- 배열
- SetKeyDelay
- EnvMult
- 식
- if
- StringGetPos
- MouseClick
- SetControlDelay
- 함수
- Menu
- EnvAdd
- IfInString
- Blocks
- autohotkey
- ControlGetText
- Today
- Total
목록Nimto Free style (852)
ㄴrㅎnㅂrㄹrㄱi
1. RPM (RPM 사용하기) 1. RPM이란? RPM은 Redhat Package Manager의 약자로 아주 간편하고 사용하기 편한 패키지 관리자이다. 현재 국내에서 배포된 많은 리눅스들이 레드햇을 기반으로 하고 있어 사용의 범위가 넓다. 이번 강좌에서는 RPM을 사용하는 방법에 대해서 다루려한다. 이번 강좌에서는 RPM을 만든다거나 하는 고급(?)에 대해서는 다루지 않고 설치와 제거, 패키지 설치여부 등 간단한 기능만을 설명하도록 하겠다. 레드햇리눅스 7.2를 기준으로 RPM버전은 4.0.4-7x이다. 참고하기 바란다. 2. RPM 파일구조 RPM의 파일구조는 '패키지이름-버전-릴리즈번호.소스여부.시스템.확장자'로 되어 있다. 예를 들어서 설명하자면. gcc-2.96-98.i386.rpm * gc..
http://www.box.net/shared/elioxvqy8a
아이들이 다치고 사상자가 있는거 같아서 마음이 아프네요.
사이드바에 광고들이 뜨길래 확인 해보니.. 이올린이 이렇게 테러를 당했다.. 이올린 정도 되는 사이트가 이런 광고에 취약점을 가지고 있다는게 놀랍기도 하고 실망스럽기도 했다.. 이울린 추천글이나 이올린 관련 위젲을 달아 둔곳은 공짜로 이런 광고를 송출해 버리고 말았다. 물론 이글을 쓰는 이 시간 까지도... 이런 광고는 신고를 해서라도 법적 대응을 해야 하지 않을까..
[module] Properties 0.2 This is general editor viewer for settings/properties in the form of includable module, that can be controled via exposed API. Current API Code (Copy): Properties_Add( pProperty, pNo=-1 ) Properties_AddFromFile( file ) Properties_AddFromText( text ) Properties_Create(pHandler, title="", flags="", GuiNum=89) Properties_Clear() Properties_GetValue( pName ) Properties_Hide()..
[module] MMenu 1.0 b1 http://www.r-moth.com/code/AHK/MMenu/files/includes/MMenu-ahk.html MMenu is the replacement for the standard AutoHotKey Menu command. Among other options, it alows menu items to have icons, and solves limitation of standard menus about item identification – besides title, which is nonreliable way to identify items, MMenu gives you an option to identify menu items by ID or p..
Custom GUI Controls & GUI related This is the list of controls that are ready to use in your GUIs by simply including the modules in your script (or doing something similarly easy). I provided only controls that are encapsulated well. Those that require user intervention, badly or not document, obviously buggy etc.. are not included. I will add new controls to this list as they are created. Cust..
[module] Dock 1.0 (testing 2.0 b3) Example Code (Copy): Run notepad,,,nPID WinWait ahk_pid %nPID% Dock_HostID := WinExist("ahk_pid " . nPID) Gui +LastFound -Caption +ToolWindow +Border Gui Add, Text,,Docked Window Gui Show Dock(WinExist(), "0,0,0, 0,-1,-5, 0,120, 0,30") ; above, left, fixed width return #include Dock.ahk See also Title Button History v2.0 b3 - Fixed bug with "working cursor" and..