windows-7-x64

PHPStorm/Webstorm increase memory to more than 512MB

核能气质少年 提交于 2019-12-02 21:01:57
I'm using PHPStorm under Win7 64bit with 64bit Java (latest version I guess) and working currently on an insanely big and chaotic project. There are many classes containing 10k LOC and more. Therefore my PHPStorm runs out of memory once in a while. I get this nice Out-of-Memory dialog suggesting increasing my memory settings. I currently have set in my PhpStorm.exe.vmoptions : -server -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB

Nexus 7 (2013) and Win 7 64 - cannot install USB driver despite checking many forums and online resources

不打扰是莪最后的温柔 提交于 2019-12-02 16:12:20
I'm trying to set up my Nexus 7 (2013) for debugging, but I am getting stuck at the step where you install the USB driver. Here's what I've tried so far: Steps taken: Turned on debugging mode on Nexus 7 (2013) Connected device to PC Downloaded Google USB Driver at http://developer.android.com/sdk/win-usb.html (and unpacked it) Opened Computer Management and tried to update drivers on Nexus 7 device Directed the driver update wizard to the unpacked usb_driver folder with Include Subfolders checked (not the zip file nor the amd64 and i386 folders inside), but I get the message: "Windows could

Is it advisable to switch from Cygwin 32bit to Cygwin 64bit?

房东的猫 提交于 2019-12-02 15:03:56
I've been using Cygwin (for a long time). Specifically, I use it (including gcc/g++) on Win7 for development work. I've just recently noticed there now exists a 64-bit version . I don't have a specific need which requires that I make the transition to 64-bit, but I was wondering whether to do it anyway. Is it advisable? What are the pros and cons? Are there known over-arcing issues when making the transition? Once upon a time, 64-bit Cygwin was missing many packages present in 32-bit Cygwin, but today the list of such packages is quite short. Since that was the last significant reason to

OS Name Variable

送分小仙女□ 提交于 2019-12-02 14:11:56
问题 I would like to run a script where I can get the windows Name and version of the system of all computers running in the company, put it in a text fil. Then make a system variable out of my windows name . I know what to run but where I am running into an issue is a place holder. so here is my code: :OS_NAME Set OS_NAME= systeminfo | find "OS Name" :OS_Ver Set OS_Version= systeminfo | findstr /B /C:"OS Version" systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /c:"BIOS Version" | >> G:

How do I setup IIS 7.5 for Classic ASP on windows 7?

为君一笑 提交于 2019-12-02 14:05:21
问题 I'm a java developer that has been tasked with some Classic ASP work. I'm trying to setup IIS 7.5 in Windows 7 64 bit and was able to get the server configured to get the localhost screen for IIS to show up. I found this setup link from MS, but it just had the basics. What I'm attempting is to display the ASP's and also to setup Visual Studio for debugging, but what I've found on the web has been confusing to say the least. I have Visual Studio 2010 and the asp's aren't in the regular folder

Windows 7 64bit libsvm and python error: function 'svm_get_sv_indices' not foud

天大地大妈咪最大 提交于 2019-12-02 10:23:56
i'm working on Windows 7 (64bit).I've installed Python 2.7.3 (32bit version) and libsvm-3.13. When I try to launch a simple .py file that import svmutil I get an error C:\libsvm-3.13\python>python provade.py Traceback (most recent call last): File "provade.py", line 1, in <module> from svmutil import * File "C:\libsvm-3.13\python\svmutil.py", line 3, in <module> from svm import * File "C:\libsvm-3.13\python\svm.py", line 288, in <module> fillprototype(libsvm.svm_get_sv_indices, None, [POINTER(svm_model), POINTER(c_int)]) File "C:\Python27\lib\ctypes\__init__.py", line 378, in __getattr__ func

Tcl error : invalid command name tcl_findLibrary

谁都会走 提交于 2019-12-02 09:21:18
问题 This error appears when I type the following commands (using iPython) Tkinter.Tk() , %pylab , plot ..... or run pylab in general but import pylab doesn't fire any error. Tcl error : invalid command name tcl_findLibrary As I know Python installers for Windows already contain a full Tcl/Tk installation so i didn't use anything other than the regular Python installer. The OS is x64 but I use the x32 installer as some extra python libraries don't have x64 version. Python 2.7.5 x32 OS: Windows7

Android Studio, Intel HAXM cannot find VT-x enabled but enabled in BIOS

霸气de小男生 提交于 2019-12-02 08:46:10
问题 Unable to install intel HAXM instead of the fact that VT is enabled in BIOS. I am using intel core2 quad q9550 processor and windows 7 over it. My processor does not support hyper-visor. 回答1: This worked for me. Instead of installing intelhaxm-android that comes with android studio, try downloading the latest version of haxm from intel: https://software.intel.com/en-us/blogs/2014/03/14/troubleshooting-intel-haxm Run that instead and it should install fine. 回答2: Your CPU does have VT-x and ND

debugging stl containers using mingw, issue with python script

落爺英雄遲暮 提交于 2019-12-02 04:07:21
edit: ok, i wont give up. i tried to set this up in codeblocks, but that doesnt work well either: Starting debugger: C:\MinGW\bin\gdb-python27.exe -nx -fullname -quiet done Setting breakpoints Attaching to program with pid: 7760 Debugger name and version: GNU gdb (GDB) 7.5 Attaching to process 7760 > source C:\MinGW\bin\.gdbinit Traceback (most recent call last): File "<string>", line 5, in <module> File "C:\MinGW\share\gcc-4.8.1\python\libstdcxx\v6\printers.py", line 917, in register_libstdcxx_printers register_type_printers(obj) File "C:\MinGW\share\gcc-4.8.1\python\libstdcxx\v6\printers.py"

Error with RegOpenKeyEx()

血红的双手。 提交于 2019-12-01 18:53:22
I'm using Qt with mingw to write a program that changes the registry, but when I call : RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\DefaultProductKey", 0, KEY_ALL_ACCESS|KEY_WOW64_64KEY, &key); Qt return : `KEY_WOW64_64KEY' undeclared (first use in this function) I had add "#include <windows.h>" but it still doesn't work. I've find this post Error with RegOpenKeyEx , it's the same probleme than me, and the answer looks good. But i'm not using windows xp i'm using 7(64bits). So I trided to put in targetver.h : #ifndef _WIN32_WINNT_WIN7 #define _WIN32_WINNT