windows-7-x64

Can't connect to MySQL server on '127.0.0.1' (10061) (2003)

↘锁芯ラ 提交于 2019-11-27 06:43:59
I know this question was asked a lot before but I tried some of the solutions which were given and nothing worked.. I have downloaded MySQL Workbench 6.1 on my windows 7 x64 and now as I want to start and do a simple DB I set a new MySQL Connection and let it as default the Hostname, port and the username I just set the name of the connection. In the beginning it was showing down in the action output that Could not connect.Server may not be run and in the msg part it was written Can't connect to MySQL server on '127.0.0.1' (10061) but I thought I would be able to do a DB and test it Then I

Creating self signed certificate for domain and subdomains - NET::ERR_CERT_COMMON_NAME_INVALID

孤街浪徒 提交于 2019-11-27 05:10:11
问题 I followed this tutorial for creating Signed SSL certificates on Windows for development purposes, and it worked great for one of my domains(I'm using hosts file to simulate dns). Then I figured that I have a lot of subdomains, and that would be a pain in the ass to create a certificate for each of them. So I tried creating a certificate using wildcard in Common field as suggested in some of the answers at serverfault. Like this: Common Name: *.myserver.net/CN=myserver.net However, after

Mute/unmute, Change master volume in Windows 7 x64 with C#

こ雲淡風輕ζ 提交于 2019-11-27 04:54:46
How can I adjust master volume in Windows 7 with C#? I have seen an excellent implementation using winmm.dll here , but it works with XP and not with Windows 7. CodeProject has a very good sample here . Note that it relies on COM interop completely (check COM interface like IAudioEndpointVolume and IAudioMeterInformation on MSDN if you are interested in implementation details), and works ONLY for Vista/Win7 and higher. Minimum supported client: Windows Vista Minimum supported server: Windows Server 2008 Robert I used the nuget package Naudio successfully with this code: public void SetVolume

Clone works, remote push doesn't. Remote repository over copssh

你说的曾经没有我的故事 提交于 2019-11-27 04:40:46
I've "setup-a-msysgit-server-with-copssh-on-windows", following Tim Davis' guide and I was now learning how to use the git commands, following Jason Meridth's guide , and I have managed to get everything working fine, but now I can't pass the push command. I have set the server and the client on the same machine (for now), win7-x64. Here is some info of how things are set up: CopSSH Folder : C:/SSH/ Local Home Folder : C:/Users/rvc/ Remote Home Folder: C:/SSH/home/rvc/ # aka /cygdrive/c/SSH/home/rvc/ git remote rep : C:/SSH/home/rvc/myapp.git # empty rep At '/SSH/home/rvc/.bashrc' and 'Users

ADB doesn't recognize my Galaxy Nexus - Win7

末鹿安然 提交于 2019-11-27 03:59:50
问题 I just bought a Galaxy Nexus, now I got a problem, my ADB doesn't recognize it. The Point is when I connect it, it shows it as Storage-Device on my Computer but it isn't listed as an ADB Device. When I connect my other Phone (HTC Desire HD) it recognize it without any problems. Some information about the System and Config: I'm on Win7 Service Pack 1 64bit Galaxy Nexus is in debugging mode The Device isn't shown in ADB but Windows recognize it as Massstoragedevice Eclipse and Googlepack is

how to get program files x86 env variable?

 ̄綄美尐妖づ 提交于 2019-11-27 03:14:40
I would like to know how I can display the location of Program Files (x86) in command prompt. I'm using Windows 7 64bit. I've tried: echo %programfiles(x86)% and echo %programfiles% , both of which displays only C:\Program Files When I manually checked the registry, HKLM/Software/microsoft/windows/currentversion , the programfilesdir points to C:\Program Files and HKLM/Software/WOW64/Microsoft/winodws/currentversion , the programfilesdir points to C:\Program Files (x86) . But, why am I always being displayed with C:\Program Files?? SecurityMatt On a 64-bit machine running in 64-bit mode: echo

visual studio 2008 C++ no x64 platform

五迷三道 提交于 2019-11-27 02:16:35
问题 I installed Visual Studio 2008 on my Windows 7 x64 laptop together with installation of Service Pack 1. Now I want to add x64 platform to my C++ solution. But there is no x64 platform available in the configuration manager for my project. I'm sure I manually selected x64 support during the Visual Studio installation and it was installed. What is wrong with my setup? 回答1: If I recall, VS 2008 Pro doesn't install the 64-bit compiler and tools by default. You have to explicitly select them

node-gyp build error windows x64

帅比萌擦擦* 提交于 2019-11-27 00:02:19
Here's what I've done so far on my x64 OS: Installed Python (v2.7 --specifically 2.7.6) and added it to the system path (C:\Python27) Installed MS VS C++ 2010 Express Version (I already had VS 2012 but without the C++ component) Installed the compiler update for Windows SDK 7.1 Successfully executed node-gyp configure (from my add-on directory under nodejs\node_modules where binding.gyp is located) ran node-gyp build (as administrator)** This is what crashed, leaving me with: this error: C:\Program Files\nodejs\node_modules\msnodesql>node-gyp build gyp info it worked if it ends with ok gyp

VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed

倾然丶 夕夏残阳落幕 提交于 2019-11-26 22:19:31
问题 So I am using Win7 x64 with VS2010 and have installed the IE10 Win7 Preview and ReSharper 6.1. When I attempt to Start Debugging, I receive the following: "Attaching the Script debugger to process '[1111] iexplore.exe' on machine 'MINE' failed. A debugger is already attached." I can click OK and look at attached debug sessions - [1111] is grayed out and there is another instance of iexplore.exe with my solution title. I can attach manually and it works fine. I thought maybe since there were

Install Visual Studio 2013 on Windows 7

谁说胖子不能爱 提交于 2019-11-26 18:48:37
I would like to install Visual Studio 2013 on Windows 7 64-bit. For some reason, the installer says "Setup Blocked" with an error "This version of Visual Studio requires a computer with a newer version of Windows". This error is not exactly descriptive of what's wrong. The least I could do was verify that I have the following installed : Windows 7 Professional (64-bit) with Service Pack 1 Internet Explorer 10 Version: 10.0.9200.16750 Update Versions: 10.0.12 (KB2898785) All Windows Updates that were available for installing on 11th of Dec. 2013. Executed the installer with the /log winexp.log