Sign in to the Windows Azure Portal and click on the site name in all projects. Click "Configure". Select Open in the Remote debugging option, and select 2012 In the remote debugging Visual Studio version. Click on the "Save" button below. Come
Because of the cocos2d-x game, so this time has been using VS, although the hint function of VS is very powerful, but also relatively stable, not often die and die. (compared with a previous version of VS), but has been not familiar with its
Common shortcut keys in VS
Ctrl+k+d: Quick Alignment Code
Ctrl+e+d: Quick Alignment Code
CTRL + Z: Undo
Ctrl+s: Save
Ctrl+shift+s: Save All
Ctrl+j: Quick Popup Smart Tips
Shift+home: Forward Select all
Shift+end: Back
1, automatic typesetting (similar to VC6 in the Alt+f8)Edit. Formatting the selection Ctrl + K,ctrl + F correctly indents the selected lines of code based on the surrounding lines of code.2, comment and remove the annotation function.Edit. Note
(This article also published in my public number "dotnet daily Essence article", Welcome to the right QR code to pay attention to. ) Preface: 工欲善其事 its prerequisite. Even if the hands have a sharp weapon, if you can master some of the use of tools,
Problem Description:Some projects will have hundreds of. NET projects, compile time will be very long, how to shorten the compilation time?Workaround:If you use MSBuild, specify/maxcpucount or/m, and if you do not specify a value, take the number of
A DLL is a library that contains code and data that can be used by multiple programs at the same time.DLL files are the process of exporting some functions and then reusing them in a new program.Part I: Making DLLs with Visual Studio 2010Build
1. F5: Start Debugging2. F7/SHIFT-F7: Show Code window or display designer window3.alt-enter: Displays the properties of the selected object (this is a common Windows shortcut that can be used to display directory and file
1. Create a new C # console application. The project name is createbll. Open program. CS and rename it to TESTA (you can not rename it) and modify the code,After writing, you can write other class. CS files.2. Click "project" in the menu bar and
1.Return to the previous cursor position/Move forward to the next cursor position
1) return to the previous cursor position: Use the combination key "Ctrl +-"; 2) move forward to the next cursor position: "Ctrl + Shift + -".
3.Undo/Reverse
Recently, the background code is being split. Due to machine upgrades, the plug-in installed with the annotations cannot be used.
It seems that I have only tried to find a solution. I have read the method of using the macro to add comments and
Cocos2d-x 3.x uses the chipmunk physical engine by default. If we want to use the box2d engine, some settings and adjustments are required, and these settings vary with development platforms. Since this book previously introduced the Win32 platform
The premise of this article is that you have correctly installed vs 2013. All the steps in this article passed the test on the win7 ultimate 64 system and supported vs 2013. The version I used was vs 2013 update2.
1. download all the required
Install opencv2.4.9 and configure and download opencv in Visual Studio 2013 and install it in Windows:
The latest version of opencv is opencv2.4.9 of 2014.4.25. Select the latest version. Click opencv for Windows to download the file.
After the
This company has not been in touch for a long time. It has never been used before. First, it reviews the workflow engine and various email and text messages, and then deploys a Reporting Server.
Reporting Service deployment is not mentioned here. In
Recently I have to use Visual Studio for some development. I am used to eclipse and feel it is difficult to get started with Visual Studio. However, through Google, I made eclipse of Visual Studio and recorded it by the way to avoid forgetting it.
1)
Visual Studio 2013 is a basic and complete set of development tools, including most of the tools required throughout the software lifecycle, such as UML tools, code control tools, integrated development environment (IDE) and so on. In vs 2013, many
When you create a unit test, the name control of Microsoft. visualstudio. testtools. unittesting is added to the test project. The name control contains many useful classes:
Assertion class: Validation conditions in Unit Tests
Fix code errors inline.
CTRL +. (period) keys
Return to the previous cursor position/forward to the next cursor position
1) return to the previous cursor position: Use the combination key "Ctrl + -";
2) move forward to the next cursor position:
In the daily development process, we often need to add comments, copyrights, and other information to our class files. In the past, we copied and pasted the information text. If we added one or two pieces of information, it is very troublesome to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.