일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- EnvSet
- EnvSub
- Var:=식
- SetEnv
- 배열
- SetKeyDelay
- EnvMult
- EnvDiv
- ControlSend
- autohotkey
- SetMouseDelay
- IfWinExist
- 식의 설명
- 식
- Threads
- DetectHiddenWindows
- 함수
- IfInString
- API
- Menu
- SetControlDelay
- IF (식)
- EnvAdd
- Blocks
- SetTitleMatchMode
- if(식)
- if
- ControlGetText
- MouseClick
- StringGetPos
- Today
- Total
목록2008/12/30 (6)
ㄴrㅎnㅂrㄹrㄱi
As I posted on another thread, I have always wanted to write code to automaticlly encode and decode Lewis Carroll's Cipher. I finally finished it and thought I would share. (I didn't check to see if it was already done, it would have burst my bubble.... ) I took the ideas/suggestions from some other threads to enable the user to change the limits (what characters are legal) and wrote 4 options i..

다운로드 : http://www.prototypejs.org/download 관련 API 문서 : http://prototypejs.org/api/utility 그룹스 : http://groups-beta.google.com/group/prototype-scriptaculous?pli=1 Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the co..

찬공기가 온몸을 감아돌아 스산한 아침 .. 웬일일까 갑자기 어릴 때 달성공원에서 놀던 기억과 수문장 거인 아저씨가 떠올랐다. 그래서 검색창에다 대고 "달성공원 거인" 이라는 키워드로 찾던 도중 아저씨의 이름을 알게되었고 사진도 건질수 있었다. 최근 2008년도 최신판 기네스북에 등재된 세계 최장신 보유자 우크라이나의 거인 레오니드 스타드니크 씨(남. 36)가 해외 토픽에 올랐다. 우크라이나의 빅토르 유셴코 대통령으로부터 거인이 탈 수 있는 특수 주문제작 자동차까지 선물 받았다는 스타드니크 씨의 신장은 258cm. 지금 우리나라에서는 223cm의 농구선수 하승진이 대표적인 거인으로 알려져 있지만 북한출신의 농구선수 리명훈이 235cm로 알려져 하선수보다 12cm 더 크다. 또 농구 경기를 볼 때마다 별나게..
Only for AutoIt v2 (.aut) scripts: Allows a comment to appear on the same line as a command. #AllowSameLineComments Specifying this directive at the top of any AutoIt v2 (.aut) script will enable the use of same-line comments, which are normally disabled for compatibility reasons. If not used at the top of the script, same-line comments are not supported above the point where the directive occur..
Creating a Keyboard Macro or Mouse Macro A macro is a series of scripted actions that is "played" upon demand. The most common activity of a macro is to send simulated keystrokes and mouse clicks to one or more windows. Such windows respond to each keystroke and mouse click as though you had performed it manually, which allows repetitive tasks to be automated with high speed and reliability. Alt..
Click mouse button의 클릭/밀기 인하/인상등의 조작을 발생시킨다 Click[, Button, up/down, x, y, count, rel] Parameters 인수명 설명 Button 어느 버튼을 조작할까 LEFT 왼쪽 버튼(디폴트) RIGHT 오른쪽 버튼 MIDDLE 중앙 버튼(휠) WheelUp 휠을 상 회전(Windows2000/XP전용) WheelDown 휠을 하 회전(Windows2000/XP전용) X1 확장 버튼(Windows2000/XP전용) X2 확장 버튼(Windows2000/XP전용) 「L」 「R」 「M」 「WU」 「WD」라고 하는 생략형에서도 지정 가능. up/down 「Down」(이)나 「D」(을)를 지정하면, 버튼을 눌러 내려 만 해 떼어 놓지 않는다. 「Up」(이..