仓酷云

标题: ASP编程:英文版的Visual Studio.Net 2003 快速键... [打印本页]

作者: 简单生活    时间: 2015-1-16 23:37
标题: ASP编程:英文版的Visual Studio.Net 2003 快速键...
写软件都是想的时间比写的时间要长的.如果反过来了就得看看是什么原因了.另外大家可以回去问问公司里的小MM.(一般企业里,跟你们交付软件接触得最多的是她们)visualVisualStudio.Net2003ShortcutKeys






ShortcutKey
Description

ProjectShortcutKey
Build.BuildSolution
CTRL+SHIFT+B
Buildsthesolution

Build.Compile
CTRL+F7
Createsanobjectfilecontainingmachinecode,linkerdirectives,sections,externalreferences,andfunction/datanamesfortheselectedfile.

File.OpenFile
CTRL+O
DisplaystheOpenFiledialogboxwhereyoucanselectanexistingfiletoopen.

File.OpenProject
CTRL+SHIFT+O
DisplaystheOpenProjectdialogboxwhereyoucanaddexistingprojectstoyoursolution.





ToolWindowshortcutkeys
View.ClassView
CTRL+SHIFT+C
DisplaystheClassViewwindow.

View.PropertiesWindow
F4
DisplaysthePropertieswindow,whichliststhedesign-timepropertiesandeventsforthecurrentlyselecteditem.

View.PropertyPages
SHIFT+F4
Displaysthepropertypagesfortheitemcurrentlyselected.

View.ResourceView
CTRL+SHIFT+E
DisplaystheResourceViewwindow.





ObjectBrowserShortcutkeys
Edit.GoToDefinition
F12
Displaysthedeclarationfortheselectedsymbolincode.

Edit.GoToDeclaration
CTRL+F12
Displaysthedefinitionoftheselectedsymbolinthecode.

View.ObjectBrowser
CTRL+ALT+J
DisplaystheObjectBrowsertoviewtheclasses,properties,methods,events,andconstantsavailableforpackages,andtheobjectlibrariesandproceduresinyourproject.





IntegratedHelpShortcutKeys
Help.Contents
CTRL+ALT+F1
DisplaystheContentswindowforthedocumentationcontainedinMSDN.

Help.DynamicHelp
CTRL+F1
DisplaystheDynamicHelpwindow,whichdisplaysdifferenttopicsdependingonwhatitemscurrentlyhavefocusintheproduct.

Help.F1Help
F1
DisplaysatopicfromHelpthatcorrespondstothecurrentuserinterfaceselected.

Help.WindowHelp
SHIFT+F1
Displaysatopicfromhelpthatcorrespondstothecurrentuserinterfaceselected.

Help.Search
CTRL+ALT+F3
DisplaystheSearchwindow,whichallowsyoutosearchforwordsorphrasesinthedocumentationcontainedinMSDN.





WindowmanagementShortcutKeys
View.FullScreen
SHIFT+ALT+ENTER
TogglesFullScreenmodeonandoff.

View.NavigateBackward
CTRL+-
Goesbacktothepreviousdocumentorwindowinthenavigationhistory.

View.NavigateForward
CTRL+SHIFT+-
Movesforwardtothedocumentorwindownextinthenavigationhistory.

Window.CloseDocumentWindow
CTRL+F4
ClosesthecurrentMDIchildwindow.

Window.NextTab
CTRL+PAGEDOWN
Movestothenexttabinthedocumentorwindow.

Window.PreviousTab
CTRL+PAGEUP
Movestotheprevioustabinthedocumentorwindow.

Window.NextDocumentWindow
CTRL+F6
CTRL+TAB
CyclesthroughtheMDIchildwindowsonewindowatatime.

Window.PreviousDocumentWindow
CTRL+SHIFT+F6
CTRL+SHIFT+TAB
MovestothepreviousdocumentintheEditororDesigner.

Window.NextPane
ALT+F6
Movestothenexttoolwindow.





TextManipulationShortcutKeys
Edit.ClearBookmarks
CTRL+K,CTRL+L
Removesallunnamedbookmarksinthecurrentdocument.

Edit.CommentSelection
CTRL+K,CTRL+C
Marksthecurrentlineofcodeasacomment,usingthecorrectcommentsyntaxfortheprogramminglanguage.

Edit.UncommentSelection
CTRL+K,CTRL+U
Removesthecommentsyntaxfromthecurrentlineofcode.

Edit.ColllapseToDefinitions
CTRL+M,CTRL+O
Automaticallydetermineslogicalboundariesforcreatingregionsincode,suchasprocedures,andthenhidesthem.

Edit.ToggleAllOutlining
CTRL+M,CTRL+L
Togglesallpreviouslymarkedhiddentextsectionsbetweenhiddenanddisplaystates.

Edit.ToggleOutliningExpansion
CTRL+M,CTRL+M
Togglesthecurrentlyselectedhiddentextsectionbetweenthehiddenanddisplaystate.

Edit.ToggleBookmark
</p>Access是一种桌面数据库,只适合数据量少的应用,在处理少量数据和单机访问的数据库时是很好的,效率也很高。但是它的同时访问客户端不能多于4个。access数据库有一定的极限,如果数据达到100M左右,很容易造成服务器iis假死,或者消耗掉服务器的内存导致服务器崩溃。
作者: 若天明    时间: 2015-1-20 10:37
ASP的语言不仅仅只是命令格式差不多,而是包含在<%%>之内的命令完全就是VB语法。虽然ASP也是做为单独的一个技术来提出的,但他就是完全继承了VB所有的功能。
作者: 兰色精灵    时间: 2015-1-22 06:50
我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.
作者: 金色的骷髅    时间: 2015-1-30 23:29
以上是语言本身的弱点,在功能方面ASP同样存在问题,第一是功能太弱,一些底层操作只能通过组件来完成,在这点上是远远比不上PHP/JSP,其次就是缺乏完善的纠错/调试功能,这点上ASP/PHP/JSP差不多。
作者: 只想知道    时间: 2015-2-3 11:28
弱类型造成潜在的出错可能:尽管弱数据类型的编程语言使用起来回方便一些,但相对于它所造成的出错几率是远远得不偿失的。
作者: 小妖女    时间: 2015-2-8 20:24
用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。
作者: 莫相离    时间: 2015-2-26 04:42
如何更好的使自己的东西看上去很不错等等。其实这些都不是问题的实质,我们可以在实践中不断提升自己,不断充实自己。
作者: 灵魂腐蚀    时间: 2015-3-8 12:03
另外因为asp需要使用组件,所以了解一点组件的知识(ADODB也是组件)
作者: 不帅    时间: 2015-3-15 22:34
以上是语言本身的弱点,在功能方面ASP同样存在问题,第一是功能太弱,一些底层操作只能通过组件来完成,在这点上是远远比不上PHP/JSP,其次就是缺乏完善的纠错/调试功能,这点上ASP/PHP/JSP差不多。
作者: 乐观    时间: 2015-3-22 17:11
ASP的语言不仅仅只是命令格式差不多,而是包含在<%%>之内的命令完全就是VB语法。虽然ASP也是做为单独的一个技术来提出的,但他就是完全继承了VB所有的功能。




欢迎光临 仓酷云 (http://ckuyun.com/) Powered by Discuz! X3.2