windows-7-x64

Taskkill /f doesn't kill a process

此生再无相见时 提交于 2019-11-26 18:48:23
问题 When I start up an Experimental instance of VS from VS for debugging and stop debugging (sometimes directly from the parent VS), a zombile devenv.exe process remains running which I am unable to kill. It holds on to many of my dlls. As I am logged onto this 64bit Win7 machine as Administrator, I would expect to be able to kill any process I wish to. I tried (from Administrator command prompt): End Task from Task Manager. TASKKILL /F /IM devenv.exe PSKILL devenv.exe None return any error and

Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4

心已入冬 提交于 2019-11-26 18:47:34
问题 I'm trying to install said library for use with Python. I tried downloading the executable installer for Windows, which runs, but says it doesn't find a Python installation. Then tried registering (http://effbot.org/zone/python-register.htm) Python, but the script says it can't register (although the keys appear in my register). Then I tried downloading the source package: I run the setup.py build and it works, but when I run setup.py install it says the following: running install running

How to update Python?

社会主义新天地 提交于 2019-11-26 17:56:05
问题 I have version 2.7 installed from early 2012. I can't find any consensus on whether I should completely uninstall and wipe this version before putting on the latest version. "Soft"-removing old versions? Hard-removing/wiping old versions? Installing over top? I've seen somewhere a special install/upgrade process using a "segmenting" method of Python installations, keeping different versions separate and apart, but functional. Not sure if this is the standard, de facto way. I also wonder if

“The following SDK components were not installed: sys-img-x86-addon-google_apis-google-22 and addon-google_apis-google-22”

半世苍凉 提交于 2019-11-26 16:30:36
问题 I'm Windows 7 64-bit user and I got Android Studio problem after I update the latest version of Android Studio and SDK components.. The following SDK components were not installed: sys-img-x86-addon-google_apis-google-22 and addon-google_apis-google-22 Please help me to resolve this problem. Thank you. 回答1: I am having the same issue when trying to upgrade Android Studio from 1.1 to 1.2 on Mac OS 10.10. I solved the problem by selecting custom installation instead of standard. Also we need to

Profiling x86 executable with Dependency Walker hangs on Windows 7 x64

假如想象 提交于 2019-11-26 15:52:24
问题 Under Windows 7 x64 , when I try to profile an x86 executable with the latest version of Dependency Walker (2.2.6000) the profiling process always hangs at a certain point. Most of the time the last DLL that is loaded is c:\windows\syswow64\URLMON.DLL , so it seems that something inside that DLL is causing a problem. Profiling the same executable on Windows 7 x86 works flawlessly. I have googled quite extensively, but couldn't come up with a solution to the problem. One suggestion that I

How do you disable ASLR (address space layout randomization) on Windows 7 x64?

﹥>﹥吖頭↗ 提交于 2019-11-26 15:41:32
问题 How do you disable ASLR on Windows 7 x64 so that my program will always load the shared CRT at the same address? 回答1: A registry setting is available to forcibly enable or disable ASLR for all executables and libraries and is found at HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\MoveImages . 回答2: Previously you had to opt in to allowing the linker to use ASLR. Now, you have to opt out: /DYNAMICBASE[:NO] (Visual Studio 2012: Configuration Properties -> Linker ->

How do I increase the stack size for Apache running under Windows 7?

坚强是说给别人听的谎言 提交于 2019-11-26 15:38:37
问题 I think I am getting stack overflows running a cakePHP application on an Apache server under Windows 7. 回答1: This problem happens more often on Windows platform, because of smaller Apache's default stack size. There is 1 MB default stack size on Windows, unlike 8 MB on Unix/Linux platforms. It could be a reason, why some for example PHP scripts works properly on Linux, but cause crash of Apache on Windows. Furthermore, the crash is silent ( segmentation fault ), there is no error message,

How to add multiple terminals in VS Code?

五迷三道 提交于 2019-11-26 15:08:11
问题 Can we add multiple different terminals in the VS Code? I am planning to add following three terminal and work with all of those : Windows Command prompt PowerShell Git Bash I know I need to add the following command in Preferences => Setting // // 64-bit cmd if available, otherwise 32-bit "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe", // // 64-bit PowerShell if available, otherwise 32-bit "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\WindowsPowerShell

How do I start Mongo DB from Windows?

自作多情 提交于 2019-11-26 14:59:20
问题 I have installed MongoDB on my Windows 7 (64 bit) machine. I have created the path data/db too but when I tried to start mongodb using the command 'C:\mongodb\bin\mongod.exe' , it is not starting. It is showing admin web console waiting for connections on port 28017 . Help me in starting the MongoDB. And also please suggest if any GUI is available for MongoDB. 回答1: Step 1 Download the mongodb Step 2 Follow normal setup instructions Step 3 Create the following folder C:\data\db Step 4 cd to C:

Can you 'push' to network share using Mercurial on 64bit Windows 7?

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-26 14:54:14
问题 We are in the process of upgrading from Windows XP x86 to Windows 7 x64, and I'm testing for compatibility problems with our current workflow. Currently, we store central Mercurial repositories on a network share, clone copies to our workstations, and push our changes back to the network-based repositories. This works perfectly in WinXP, but in Win7 I consistently get an error message when pushing back to the network share: pushing to t:\datamgt\automat\Kevin\SampleRepo searching for changes