仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 384|回复: 9
打印 上一主题 下一主题

[学习教程] ASP编程:英文版的Visual Studio.Net 2003 快速键...

[复制链接]
简单生活 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 23:37:06 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

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假死,或者消耗掉服务器的内存导致服务器崩溃。
若天明 该用户已被删除
沙发
发表于 2015-1-20 10:37:23 来自手机 | 只看该作者
ASP的语言不仅仅只是命令格式差不多,而是包含在<%%>之内的命令完全就是VB语法。虽然ASP也是做为单独的一个技术来提出的,但他就是完全继承了VB所有的功能。
兰色精灵 该用户已被删除
板凳
发表于 2015-1-22 06:50:15 | 只看该作者
我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.
金色的骷髅 该用户已被删除
地板
发表于 2015-1-30 23:29:42 | 只看该作者
以上是语言本身的弱点,在功能方面ASP同样存在问题,第一是功能太弱,一些底层操作只能通过组件来完成,在这点上是远远比不上PHP/JSP,其次就是缺乏完善的纠错/调试功能,这点上ASP/PHP/JSP差不多。
只想知道 该用户已被删除
5#
发表于 2015-2-3 11:28:06 | 只看该作者
弱类型造成潜在的出错可能:尽管弱数据类型的编程语言使用起来回方便一些,但相对于它所造成的出错几率是远远得不偿失的。
小妖女 该用户已被删除
6#
发表于 2015-2-8 20:24:05 | 只看该作者
用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。
莫相离 该用户已被删除
7#
发表于 2015-2-26 04:42:00 | 只看该作者
如何更好的使自己的东西看上去很不错等等。其实这些都不是问题的实质,我们可以在实践中不断提升自己,不断充实自己。
灵魂腐蚀 该用户已被删除
8#
发表于 2015-3-8 12:03:26 | 只看该作者
另外因为asp需要使用组件,所以了解一点组件的知识(ADODB也是组件)
不帅 该用户已被删除
9#
发表于 2015-3-15 22:34:29 | 只看该作者
以上是语言本身的弱点,在功能方面ASP同样存在问题,第一是功能太弱,一些底层操作只能通过组件来完成,在这点上是远远比不上PHP/JSP,其次就是缺乏完善的纠错/调试功能,这点上ASP/PHP/JSP差不多。
乐观 该用户已被删除
10#
发表于 2015-3-22 17:11:38 | 只看该作者
ASP的语言不仅仅只是命令格式差不多,而是包含在<%%>之内的命令完全就是VB语法。虽然ASP也是做为单独的一个技术来提出的,但他就是完全继承了VB所有的功能。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-24 11:11

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表