ViewBag, TempData, ViewData, Session 의 수명



행복한 고수되십시요.


woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

YouTube의 image size 를 알고 싶어졌습니다.


                               
http://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg (480x360 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/1.jpg (120x90 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/2.jpg (120x90 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/3.jpg (120x90 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/default.jpg (120x90 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/hqdefault.jpg (480x360 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/mqdefault.jpg (320x180 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/sddefault.jpg (640x480 pixels)
http://img.youtube.com/vi/<insert-youtube-video-id-here>/maxresdefault.jpg (1920x1080 pixels)


이렇습니다.


http://i1.ytimg.com/vi/<insert-youtube-video-id-here>/2.jpg

링크는 이렇게도 되는군요.





행복한 고수되십시요.


woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

 

아직 못외운데다 정리해 놓은 사이트가 있어서... ^^;

 

http://automatetheplanet.com/19-must-know-visual-studio-keyboard-shortcuts-part-1/

http://automatetheplanet.com/19-must-know-visual-studio-keyboard-shortcuts-part-2/

 

Project Related Keyboard Shortcuts
Ctrl + Shift + B Build your project.
Ctrl + Alt + L Shows Solution Explorer.
Shift + Alt + C Add new class.
Shift + Alt + A Add new item to project.
Editor Related Keyboard Shortcuts
Ctrl + Enter Insert blank line above the current line.
Ctrl + Shift + Enter Insert blank line below the current line.
Ctrl + Space Autocomplete using IntelliSense.
Alt +Shift +arrow keys Select custom part of the code.
Ctrl + } Match curly braces, brackets.
Ctrl + Shift + } Select text between matched braces, brackets.
Ctrl + K, Ctrl + D Do proper alignment of all the code.
Shift + End Select the entire line from start to end.
Shift + Home Select the entire line from end to start.
Ctrl + Delete Deletes the word to the right of the cursor.
Navigation Related Keyboard Shortcuts
Ctrl + Up/Down Scrolls the window without moving the cursor.
Ctrl + – Take cursor to its previous location.
Ctrl + + Take cursor to its next location.
F12 Go to definition.
Debugging Related Keyboard Shortcuts
Ctrl + Alt + P Attach to process.
Shift + F5 Stop debugging.
Ctrl + Alt + Q Add quick watch.
Search Related Keyboard Shortcuts
Ctrl + K Ctrl + K Bookmark the current line.
Ctrl + K Ctrl + N Navigates to next bookmark.
Ctrl + . If you type in a class name like Collection<string> and do not have the proper namespace import then this shortcut combination will automatically insert the import.
Shift + F12 Find all references.
Ctrl + Shift + F Find the references of the selected item in the entire solution.

 

행복한 고수되셔요~

 

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

+ Recent posts