수안이의 컴퓨터 연구실

  • Mainpage
  • About Me
  • Tags
  • Metapage
  • Notice
  • Location
  • Keywords
  • Guestbook
  • Admin
  • Write an Article
  • Total | 1620999
  • Today | 379
  • Yesterday | 482

1 Articles, Search for 'Short cuts'

  1. 2007/08/17 Visual Studio 2005 Shortcut Keys
Programming2007/08/17 09:38

Visual Studio 2005 Shortcut Keys

출처 : MSDN

Shortcut Keys

Name

Shortcut keys

Description

Activate application menu

ALT + SPACEBAR

Opens the program menu, allowing the user to manage the state of the application window, for example, move or resize.

Activate document window menu

ALT + HYPHEN

Opens the document menu, allowing the user to manage the state of the active document window, for example, move or resize. Available only while in MDI mode from within a document window.

Activate tool window menu

ALT + HYPHEN

Opens the tool window menu, allowing the user to move the tool window within the IDE. Available only while within a tool window.

Close application

ALT + F4

Closes the IDE.

Close document

CTRL+F6

Closes the active application document.

Collapse all tree nodes

NUM + -

Collapses all nodes in the current tree view.

Expand all tree nodes

NUM + *

Expands all nodes in the current tree view.

Move to menu bar

ALT

Activates the main IDE menu bar.

Move to next toolbar

CTRL + TAB

Moves to the next visible toolbar. Available only while the main menu bar is active.

Move to previous toolbar

CTRL + SHIFT + TAB

Moves to the previous visible toolbar. Available only while the main menu bar is active.

Move to tool window toolbar

SHIFT + ALT

Activates the tool window toolbar. Available only while in a tool window containing a toolbar.

Move tree focus down

CTRL + DOWN ARROW

Moves the focus in tree view down without changing the selection. This shortcut can be used to select multiple items in the tree.

Move tree focus up

CTRL + UP ARROW

Moves the focus in tree view up without changing the selection. This shortcut can be used to select multiple items in the tree.

Shortcut menu

SHIFT + F10

Displays the shortcut menu.

Toggle drop-down list visibility

F4

Hides and shows a drop-down list. Available only while within a drop-down list.

Toggle tree focus selection

CTRL + SPACEBAR

Toggles a selection for the current focus in tree view.


Text Selection Shortcut Keys, Brief Scheme

Command

Shortcut keys

Description

Edit.CharLeftExtend

SHIFT + LEFT ARROW

Moves the cursor to the left one character, extending the selection.

Edit.CharLeftExtendColumn

SHIFT + ALT + LEFT ARROW

Moves the cursor to the left one character, extending the column selection.

Edit.CharRightExtend

SHIFT + RIGHT ARROW

Moves the cursor to the right one character, extending the selection.

Edit.CharRightExtendColumn

SHIFT + ALT + RIGHT ARROW

Moves the cursor to the right one character, extending the column selection.

Edit.DocumentEndExtend

CTRL + SHIFT + END

Selects the text from the cursor to the last line of the document.

Edit.DocumentStartExtend

CTRL + SHIFT + HOME

Selects the text from the cursor to the first line of the document.

Edit.GoToBraceExtend

CTRL + SHIFT + ]

Moves the cursor to the next brace, extending the selection.

Edit.LineDownExtend

SHIFT + DOWN ARROW

Extends text selection down one line, starting at the location of the insertion point.

Edit.LineDownExtendColumn

SHIFT + ALT + DOWN ARROW

Moves the cursor down one line, extending the column selection.

Edit.LineEndExtendColumn

SHIFT + ALT + END

Moves the cursor to the end of the line, extending the column selection.

Edit.LineStartExtendColumn

SHIFT + ALT + HOME

Moves the cursor to the start of the line, extending the column selection.

Edit.LineUpExtend

SHIFT + UP ARROW

Selects text up line by line starting from the location of the cursor.

Edit.LineUpExtendColumn

SHIFT + ALT + UP ARROW

Moves the cursor up one line, extending the column selection.

Edit.PageDownExtend

SHIFT + PAGE DOWN

Extends selection down one page.

Edit.PageUpExtend

SHIFT + PAGE UP

Extends selection up one page.

Edit.SelectAll

CTRL + A

Selects everything in the current document.

Edit.SelectCurrentWord

CTRL + W

Selects the word containing the insertion point or the word to the right of the cursor.

Edit.ViewBottomExtend

CTRL + SHIFT + PAGE DOWN

Moves the cursor to the last line in view, extending the selection.

Edit.ViewTopExtend

CTRL + SHIFT + PAGE UP

Extends the selection to the top of the current window.

Edit.WordNextExtend

CTRL + SHIFT + RIGHT ARROW

Extends the selection one word to the right.

Edit.WordNextExtendColumn

CTRL + SHIFT + ALT + RIGHT ARROW

Moves the cursor to the right one word, extending the column selection.

Edit.WordPreviousExtend

CTRL + SHIFT + LEFT ARROW

Extends the selection one word to the left.

Edit.WordPreviousExtendColumn

CTRL + SHIFT + ALT + LEFT ARROW

Moves the cursor to the left one word, extending the column


Debugging Shortcut Keys, Brief Scheme

Command

Shortcut keys

Description

Debug.ApplyCodeChanges

ALT + F10

Starts an Edit and Continue build to apply changes to code being debugged.

Debug.Autos

CTRL + ALT + V, A

Displays the Auto window to view the values of variables currently in the scope of the current line of execution within the current procedure.

Debug.BreakAll

CTRL + ALT+ Break

Temporarily stops execution of all processes in a debugging session. Available only in Run mode.

Debug.BreakOnSpecificExceptions

CTRL + ALT + E

Displays the Exceptions dialog box.

Debug.Breakpoints

CTRL + ALT + B

—or—

ALT + F9

Displays the Breakpoints dialog box, where you can add and modify breakpoints.

Debug.CallStack

CTRL + ALT + C

—or—

ALT + 7

Displays the Call Stack window to display a list of all active procedures or stack frames for the current thread of execution. Available only in Run mode.

Debug.ClearAllBreakpoints

CTRL + SHIFT + F9

Clears all of the breakpoints in the project.

Debug.Disassembly

ALT + 8

Displays the Disassembly window.

Debug.Immediate

CTRL + ALT + I

Displays the Immediate window, where you can evaluate expressions and execute individual commands.

Debug.Locals

CTRL + ALT + V, L

—or—

ALT + 4

Displays the Locals window to view the variables and their values for each procedure in the current stack frame.

Debug.Memory1

CTRL + ALT + M, 1

—or—

ALT + 6

Displays the Memory 1 window to view large buffers, strings, and other data that do not display clearly in the Watch or Variables window.

Debug.Memory2

CTRL + ALT + M, 2

Displays the Memory 2 window to view large buffers, strings, and other data that do not display clearly in the Watch or Variables window.

Debug.Memory3

CTRL + ALT + M, 3

Displays the Memory 3 window to view large buffers, strings, and other data that do not display clearly in the Watch or Variables window.

Debug.Memory4

CTRL + ALT + M, 4

Displays the Memory 4 window to view large buffers, strings, and other data that do not display clearly in the Watch or Variables window.

Debug.Modules

CTRL + ALT + U

Displays the Modules window, which allows you to view the .dll or .exe files used by the program. In multiprocess debugging, you can right-click and select Show Modules for all Programs.

Debug.Processes

CTRL + ALT + P

Displays the Processes dialog box, which allows you to debug multiple programs at the same time in a single solution.

Debug.QuickWatch

CTRL + ALT + Q

—or—

SHIFT + F9

Displays the Quick Watch dialog box with the current value of the selected expression. Available only in Break mode. Use this command to check the current value of a variable, property, or other expression for which you have not defined a watch expression.

Debug.Registers

CTRL + ALT + G

—or—

ALT + 5

Displays the Registers window, which displays register content for debugging Native code applications.

Debug.Restart

CTRL + SHIFT + F5

Terminates a debugging session, rebuilds it, and then starts running the application from the beginning. Available in Break and Run modes.

Debug.RunToCursor

CTRL + F10

In Break mode, resumes execution of your code from the current statement to the selected statement. The Current Line of Execution margin indicator appears in the Margin Indicator bar. In Design mode, starts the debugger and executes your code to the cursor location.

Debug.ScriptDocuments

CTRL + ALT + N

Displays the Script Documents window which displays the set of documents that you are in the process of debugging. Available in Run mode.

Debug.SetNextStatement

CTRL + SHIFT + F10

Sets the execution point to the line of code you choose.

Debug.ShowNextStatement

ALT + NUM *

Highlights the next statement to be executed.

Debug.Start

F5

Automatically attaches the debugger and runs the application from the startup project specified in the <Project> Properties dialog box. Changes to Continue if in Break mode.

Debug.StartWithoutDebugging

CTRL + F5

Runs the code without invoking the debugger.

Debug.StepInto

F11

Executes code one statement at a time, following execution into function calls.

Debug.StepOut

SHIFT + F11

Executes the remaining lines of a function in which the current execution point lies.

Debug.StepOver

F10

Executes the next line of code, but does not follow execution through any function calls.

Debug.StopDebugging

SHIFT + F5

Stops running the current application in the program. Available in Break and Run modes.

Debug.Threads

CTRL + ALT + H

Displays the Threads window, which lists the threads for the current process and information about them.

Debug.ToggleBreakpoint

F9

Sets or removes a breakpoint at the current line.

Debug.ToggleDisassembly

CTRL + F11

Displays the disassembly information for the current source file. Available only in Break mode of the debugger.

Debug.Watch

CTRL + ALT + W, 1

Displays the Watch1 window to view the values of selected variables or watch expressions.

Debug.Watch2

CTRL + ALT + W, 2

Displays the Watch2 window to view the values of selected variables or watch expressions.

Debug.Watch3

CTRL + ALT + W, 3

Displays the Watch3 window to view the values of selected variables or watch expressions.

Debug.Watch4

CTRL + ALT + W, 4

Displays the Watch4 window to view the values of selected variables or watch expressions.


Dialog Editor Shortcut Keys, Brief Scheme

Command

Shortcut keys

Description

Edit.CheckMnemonics

CTRL + M

Checks for duplicate mnemonics in the dialog box.

Edit.MoveControlDown

DOWN ARROW

Moves the selected control down in increments of 1 on the design surface.

Edit.MoveControlLeft

LEFT ARROW

Moves the control to the left in increments of 1 on the design surface.

Edit.MoveControlRight

RIGHT ARROW

Moves the control to the right in increments of 1 on the design surface.

Edit.MoveControlUp

UP ARROW

Moves the control up in increments of 1 on the design surface.

Edit.SizeControlDown

SHIFT + DOWN ARROW

Increases the height of the control in increments of 1 on the design surface.

Edit.SizeControlLeft

SHIFT + LEFT ARROW

Reduces the width of the control in increments of 1 on the design surface.

Edit.SizeControlRight

SHIFT + RIGHT ARROW

Increases the width of the control in increments of 1 on the design surface.

Edit.SizeControlUp

SHIFT + UP ARROW

Decreases the height of the control in increments of 1 on the design surface.

Format.AlignBottoms

CTRL + DOWN ARROW

Aligns the selected controls horizontally with the bottom-most control selected on the dialog box.

Format.AlignCenters

SHIFT + F9

Aligns the selected controls so that they are centered vertically on the dialog box.

Format.AlignLefts

CTRL + LEFT ARROW

Aligns the selected controls vertically with the left-most control selected on the dialog box.

Format.AlignMiddles

F9

Aligns the selected controls so that they are centered horizontally on the dialog box.

Format.AlignRights

CTRL + RIGHT ARROW

Aligns the selected controls vertically with the right-most control selected on the dialog box.

Format.AlignTops

CTRL + UP ARROW

Aligns the selected controls horizontally with the top most control selected on the dialog box.

Format.ButtonBottom

CTRL + B

Aligns selected controls along the bottom edge of the dialog box.

Format.ButtonRight

CTRL + R

Aligns the selected controls along the right edge of the dialog box.

Format.CenterHorizontal

CTRL + SHIFT + F9

Centers the control with the horizontal center of the dialog box.

Format.CenterVertical

CTRL + F9

Centers the control with the vertical center of the dialog box.

Format.CheckMnemonics

CTRL + M

Checks for duplicate mnemonics in the dialog box

Format.SizetoContent

SHIFT + F7

Reduces or increases the size of the selected control to match the content of the control.

Format.SpaceAcross

ALT + RIGHT ARROW ALT + LEFT ARROW

Aligns the selected controls so that the controls are spaced evenly apart horizontally.

Format.SpaceDown

ALT + UP ARROW

—or—

ALT + DOWN ARROW

Aligns the selected controls so that the controls are spaced evenly apart vertically.

Format.TabOrder

CTRL + D

Displays a number beside each control, indicating the order in which the controls are selected when you tab.

Format.TestDialog

CTRL + T

Displays a testable version of the current dialog box.

Format.ToggleGuides

CTRL + G

Cycles between no grid, guidelines, and grid for dialog editing.


Search and Replace Shortcut Keys, Brief Scheme

Command

Shortcut keys

Description

Edit.Find

CTRL + F

Displays the Quick tab of the Find and Replace dialog box.

Edit.FindInFiles

CTRL + SHIFT + F

Displays the In Files tab of the Find and Replace dialog box.

Edit.FindNext

F3

Finds the next occurrence of the previous search text.

Edit.FindNextSelected

CTRL + F3

Finds the next occurrence of the currently selected text in the document.

Edit.FindPrevious

SHIFT + F3

Finds the previous occurrence of the search text.

Edit.FindPreviousSelected

CTRL + SHIFT + F3

Finds the previous occurrence of the currently selected text, or the word at the caret.

Edit.FindSymbol

CTRL + SHIFT + Y

—or—

ALT + F12

Displays the Symbol tab of the Find and Replace dialog box.

Edit.IncrementalSearch

CTRL + I

Starts Incremental search. If Incremental search is started, but you have not typed any characters, the search engine loads the previous pattern. If text has been found, the search engine searches for the next occurrence.

Edit.Replace

CTRL + H

Displays the replace options in the Quick tab of the Find and Replace dialog box.

Edit.ReplaceInFiles

CTRL + SHIFT + H

Displays the replace options on the In Files tab of the Find and Replace dialog box.

Edit.ReverseIncrementalSearch

CTRL + SHIFT + I

Changes the direction of Incremental search to begin at the bottom of the file and progress towards the top.

Edit.StopSearch

ALT + F3, S

Halts the current Find in Files operation.

View.FindSymbolResults

CTRL + ALT + Y

Displays the Find Symbol Results window, which displays matches for symbols searches.


Text Manipulation Shortcut Keys, Brief Scheme

Command

Shortcut keys

Description

Edit.BreakLine

ENTER

—or—

SHIFT + ENTER

Inserts a new line.

NoteNote

In some editors, like the Design view of the HTML Designer, ENTER behaves differently depending on the context. For more information, see the documentation for the editor you are using.

Edit.ClearBookmarks

CTRL + SHIFT + F2

Removes all unnamed bookmarks in the current document.

Edit.CollapseToDefinitions

CTRL + M, CTRL + O

Automatically determines logical boundaries for creating regions in code, such as procedures, and then hides them.

Edit.CompleteWord

ALT + RIGHT ARROW

—or—

CTRL + SPACEBAR

Displays Word Completion based on the current language.

Edit.DeleteBackwords

BACKSPACE

—or—

SHIFT + BACKSPACE

Deletes one character to the left of the cursor.

Edit.FormatSelection

ALT + F8

Correctly indents the selected lines of code based on the surrounding lines of code.

Edit.HideSelection

CTRL + M, CTRL + H

Hides the selected text. A signal icon marks the location of the hidden text in the file.

Edit.InsertTab

TAB

Indents the line of text a specified number of spaces.

Edit.LineCut

CTRL + L

—or—

SHIFT + ALT + L

Cuts all selected lines or the current line if nothing has been selected, to the Clipboard.

Edit.LineDelete

CTRL + SHIFT + L

Deletes all selected lines or the current line if nothing has been selected.

Edit.LineOpenBelow

CTRL + SHIFT + ENTER

Inserts a blank line below the insertion point.

Edit.LineTranspose

SHIFT + ALT + T

Moves the line containing the insertion point below the next line.

Edit.ListMembers

CTRL + J

—or—

CTRL + ALT + T

Lists members of the current class for statement completion when editing code.

Edit.MakeUppercase

CTRL + SHIFT + U

Changes the selected text to uppercase characters.

Edit.OverTypeMode

ALT + I

Toggles between insert and overtype insertion modes. Available only when working in text editors.

Edit.ParameterInfo

CTRL + SHIFT + SPACEBAR

Displays a tool tip that contains information for the current parameter, based on the current language. Available only in Source view of the HTML Designer.

Edit.StopHidingCurrent

CTRL + M, CTRL + U

Removes the outlining information for the currently selected region.

Edit.StopOutlining

CTRL + M, CTRL + P

Removes all outlining information from the entire document.

Edit.TabLeft

SHIFT + TAB

Moves selected lines to the left one tab stop.

Edit.ToggleAllOutlining

CTRL + M, CTRL + L

Toggles all previously marked hidden text sections between hidden and display states.

Edit.ToggleBookmark

CTRL + K, CTRL + K

—or—

CTRL + F2

Sets or removes a bookmark at the current line.

Edit.ToggleOutliningExpansion

CTRL + M, CTRL + M

Toggles the currently selected hidden text section between the hidden and display state.

Edit.ToggleTaskListShortcut

CTRL + K, CTRL + H

—or—

CTRL + J, CTRL + H

Sets or removes a shortcut at the current line.

Edit.UncommentSelection

CTRL + K, CTRL + U

—or—

CTRL + J, CTRL + U

Removes the comment syntax from the current line of code.

Edit.ViewWhiteSpace

CTRL + SHIFT + 8

Shows or hides spaces and tab marks.

Edit.WordDeleteToEnd

CTRL + DELETE

Deletes the word to the right of the insertion point.

Edit.WordTranspose

CTRL + SHIFT + T

Transposes the words on either side of the insertion point. For example, |End Sub would be changed to read Sub End|.

Text Navigation Shortcut Keys, Brief Scheme

ommand

Shortcut keys

Description

Edit.CharLeft

LEFT ARROW

Moves the cursor one character to the left. Available only in the .NET Framework Designer.

Edit.CharRight

RIGHT ARROW

Moves the cursor one character to the right. Available only in the .NET Framework Designer

Edit.DocumentEnd

CTRL + END

Moves the cursor to the last line of the document.

Edit.DocumentStart

CTRL + HOME

Moves the cursor to the first line of the document.

Edit.GoTo

CTRL + G

Displays the Go To Line dialog box.

Edit.GoToBrace

CTRL + ]

Moves the cursor to the next brace in the document.

Edit.LineDown

DOWN ARROW

Moves the cursor down one line.

Edit.LineEnd

END

Moves the cursor to the end of the current line.

Edit.LineStart

HOME

Moves the cursor to the beginning of the line.

Edit.LineUp

UP ARROW

Moves the cursor up one line.

Edit.NextBookmark

F2

Moves the cursor to the next bookmark in the document.

Edit.PreviousBookmark

CTRL + K, CTRL + P

—or—

SHIFT + F2

Moves the cursor to the previous bookmark.

Edit.ViewBottom

CTRL + PAGE DOWN

Moves the cursor to the bottom of the current document.

Edit.ViewTop

CTRL + PAGE UP

Moves the cursor to the top of the current window.

View.BrowseNext

CTRL + SHIFT + 1

—or—

CTRL + NUM +

Navigates to the next definition, declaration, or reference of an item. Available in the Object Browser and Class View window.

View.BrowsePrevious

CTRL + SHIFT + 2

—or—

CTRL + NUM - (minus sign)

Navigates to the previous definition, declaration, or reference of an item. Available in the Object Browser and Class View window.

View.NavigateBackward

CTRL + =

Navigates to the previous browsed line of code.

View.NavigateForward

CTRL + SHIFT + - (minus sign)

—or—

CTRL + SHIFT + =

Navigates to the next browsed line of code.


Word(doc) & Poster (pdf)


Shortcut Keys.doc
VC++_2005_color.pdf VC++_2005_grayscale.pdf

"Programming" 카테고리의 다른 글
  • Top 119 Cheat Sheets (0)2008/05/03
  • Cheat Sheet의 모든 것 (0)2008/02/02
  • Visual Studio 2005 Shortcut Keys (0)2007/08/17
  • WinDbg 간단 사용법 (0)2007/08/16
  • WinDbg 사용법 (0)2007/08/16
2007/08/17 09:38 2007/08/17 09:38
Posted by webdizen
Tags Short cuts, Visual Studio 2005, 단축키
No Trackback No Comment

Trackback URL : http://www.webdizen.net/blog/trackback/3121

Leave your greetings.

[로그인][오픈아이디란?]

«Prev  1  Next»

RSS HanRSS
Blog Image
webdizen
이 곳은 컴퓨터에 대해 연구하고, 공유하고, 소통하기 위한 연구실입니다. 개인적으로는 OLAP, Data Mining, Semantic Web, Data Modeling에 대해서 연구하고 있습니다.

Categories

전체 (2998)
Webdizen (134)
Life (6)
Diary (16)
Blog (9)
IDEA (1)
Travel (10)
Book (14)
Photo (7)
Movie (7)
Music (13)
Leisure Sports (10)
Funny (5)
Hardware (119)
Software (120)
Windows (5)
Unix & Linux (119)
Installation (4)
Kernel (10)
System (34)
Develop (22)
X-Window (0)
Applicaton (31)
Security (4)
Framework (2)
Hadoop (2)
Programming (805)
Algorithm & Data Structure (1)
Assembly (38)
UNIX/Linux C (95)
C++ (128)
STL (4)
Java (38)
Win32 API (92)
ATL/COM (44)
MFC (151)
.NET (26)
WCF/WPF (4)
C# (28)
Network Programming (17)
Database Programming (12)
OpenGL / DirectX (13)
Multimedia Programming (0)
Game Programming (21)
Parallel Distributed Progra... (0)
Reverse Engineering (0)
Debugging (9)
Python (1)
Ruby (1)
Ruby on Rails (1)
QT (4)
GTK (0)
JSP (0)
PHP (6)
ASP.NET (6)
ASP (3)
Development (28)
Useful Library (2)
Data Modeling (0)
Database (105)
Oracle (4)
MSSQL (41)
MySQL (2)
Data Warehouse (2)
Data Mining (3)
Network (66)
Web (78)
DHTML (4)
XHTML (1)
Javascript (1)
CSS (1)
AJAX (9)
XML (11)
Flex (1)
Silverlight (3)
Security (91)
DoS (1)
Kernel (10)
Scanning (3)
Sniffing (0)
Spoofing (4)
Overflow (28)
Web (11)
Shell (10)
Format String (14)
Window (2)
Embedded (70)
Multimedia (27)
Mobile (14)
Graphic (24)
Management (633)
Knowledge (581)
Hadoop (0)

Notice

  • 메타 블로그 사이트에 등록
  • 새해 맞이 블로그의 변화
  • 블로그 명칭 변경
  • 도메인(www.webdizen.net) 구...
  • TEXTCUBE 1.6.1로 업그레이드...

Tags

  • RAISERROR
  • 온라인 복구
  • FlashWindow
  • SQLXML
  • Programmer
  • ICMP
  • firefox1.5
  • 샌프란시스코
  • 식당동
  • Management
  • RC0
  • Browser detection
  • XSLT
  • 장려상
  • FOR XML
  • WORLD IT SHOW
  • Error
  • WPF
  • 누리캅
  • Registry

Recent Articles

  • ASCII Code의 CRLF 제거 방법.
  • Hadoop 에서 c++ API 이용시....
  • Ubuntu Linux에서 Hadoop 구....
  • 내 심장을 한껏 뛰게한 "국가....
  • 스타 스키마 데이터베이스 설....

Recent Comments

  • ■ 온라인카지노 ▶ http://L....
    asdf 11/21
  • 그리고 혹시 해외여행자보험....
    kim 11/05
  • ★★실제 바다게임장과 똑같....
    asdf 11/04
  • sbsyama.co.to← 짱5000만당....
    asdf 11/04
  • ♡KicaZ??o(???) 바카라사....
    fdsf3fass 11/03

Recent Trackbacks

  • 파일 열기/저장하기 CFileDialog.
    은마군의 나태블록 02/11
  • World IT Show 2008.
    상우 :: Oranzie's BLOG 2008
  • cvs서버 설치하기.
    3인3색 2008
  • 속속 공개되는 Google Chart....
    PHP와 Web 2.0 2007
  • 마방진을 구하는 프로그램.
    Oranzie's BLOG 3 2007

Archive

  • 2009/09 (3)
  • 2009/08 (1)
  • 2009/03 (1)
  • 2009/02 (9)
  • 2009/01 (13)

Calendar

«   2009/11   »
일 월 화 수 목 금 토
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          

Bookmarks

    • Administration
      • IIS.NET
      • NTFAQ
      • OS의 모든 것
      • 리눅스포털
    • Database
      • SQL Server Central
      • SQL Team
    • Development
      • .NET Heaven
      • ASP Alliance
      • ASP.NET 2.0
      • Bullog.net
      • C# Corner
      • C++ (C PlusPlus.com)
      • C++ Reference
      • CodeGuru
      • CodePlex
      • DebugLab
      • Dev Articles
      • Devpia
      • DotNet Junkies
      • DotNet Zone
      • Driver Online
      • GOSU.NET
      • HOONS 닷넷
      • Joinc 팀블로그
      • KOSR
      • MSDN Home Page
      • OSR Online
      • Sky.ph - 개발자 커뮤니...
      • TAEYO.NET
      • The Code Project
      • WindowsClient.net
      • 김상욱의 개발자 Side
      • 조인시 위키
    • Human Networks
      • belief21c's e-space
      • I think I can
      • Invisible Rover's Blog :D
      • Rodman®
      • ■ Feel So Good~! ■
      • 까만 나비
      • 나를 가꾸는 시간.
      • 나만의 즐거움~~!
      • 단녕
      • 상우 :: Oranzie's BLOG
    • Information Technology
      • Microsoft TechNet
      • 지디넷코리아 - 글로벌...
    • Security
      • FoundStone
      • milw0rm
      • NewOrder
      • OpenRCE
      • Phrack.org
      • Reverse Engineering b1...
      • Reverse Engineering Team
      • RootKit
      • SecurityFocus
      • SecurityXploded by Nag...
      • Wow Hacker
      • Zone-H
Textcube
Louice Studio Inc.
Powered by Textcube. Original designed by Tistory.