|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
写软件都是想的时间比写的时间要长的.如果反过来了就得看看是什么原因了.另外大家可以回去问问公司里的小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假死,或者消耗掉服务器的内存导致服务器崩溃。 |
|