I'm going to publish a new site and I wanted only a few accesses to go to it so that I can evaluate its operation and the other accesses will be forwarded to the current site.
Facebook does something similar when it launches a new interface.
The...
I have 2 virtual machines, one with ubuntu server , another with windows 7 , the 2 machines are in the same class as IP ,
windows - 10.10.1.3
ubuntu server - 10.10.1.2
The 2 machines are " pingam" so that windows...
When we do a #include in the c ++ language using the special characters < > where is the folder / file of that include?
I am compiling a program that I downloaded and in this program there are the following lines of code:
28 #include...
Someone can help me?
I downloaded Heroku Toolbelt on Heroku.com website but it is giving this error.
It speaks "MySQL" ...
Is there any configuration in the environment variables?
I have a Windows Server 2003 server virtualized with Hyper-V.
I configured the "logical processor numbers" option to 4.
In Windows, it appears in the device management list 4 CPUs. However in the Windows task manager, only 1 graph appears...
I'm doing a C # service, and I want to create an installer. I followed some tutorials, and found the Visual Studio setup half basic.
Any suggestions on how to make a beautiful installer with Visual Studio?
I need to disable the following option in Windows10:
Allow the computer to turn off this device to save power
The above option can be found by right-clicking on the This PC - > Manage - > Device Manager then choose a driver...
I know that getchar() gets keyboard characters by stdin , however I want to know how to enter numbers in a variable.
If I use getchar() and I type a 2 , for example, the variable becomes 50 , and obviously it's...