windows-10

Not able to type anything in intellij idea terminal latest version on Windows 10

泄露秘密 提交于 2019-12-05 09:47:03
问题 I am using Intellij idea 14.1.3 latest community version. I am not able to type a single letter in the terminal. I am not getting whats the issue. Could anybody help me to solve the issue. 回答1: This is tracked in JetBrains bug tracker here: https://youtrack.jetbrains.com/issue/IDEA-143300 Please vote for this issue. There is a workaround which is to enable Legacy mode for the Windows shell. To do so, open a command prompt window ( cmd.exe ), right click on the title, then select Properties .

Taming the automatic telephone number thing in the windows 10 edge browser

泪湿孤枕 提交于 2019-12-05 08:48:44
问题 Windows 10's edge browser seems to detect phone numbers even if there's no phone app installed on the system. It formats the phone number in blue with an underline even if it's just in the plain text somewhere (ugly on some backgrounds), moreover it detects e.g. VAT numbers as if they were phone numbers. So how do we control it as webmasters to: how it renders the detected stuff (I suppose MSFT invented their very own CSS selector for this stuff?) how do we turn the detection off Preferably

Universal ctags on Windows

不羁的心 提交于 2019-12-05 08:19:45
I'm new to ctags. After reading some information about the program, I concluded that "Universal ctags" is the newest version (successor of "exhuberant ctags") and still under active development: https://ctags.io/ Most people use it on Linux. For some specific reasons I need to use it on Windows (Windows 10, 64-bit to be more precise). I'm looking for an executable file of Universal ctags. Do you know where to download such an executable? PS: I'm not interested in the cygwin-approach (again for some specific reasons, but that would lead us too far here). EDIT: For a better understanding of

Windows 10 x:Bind to SelectedItem

你。 提交于 2019-12-05 07:52:26
I'm trying to port/adopt my Windows RT app to WIndows10 and I'm trying out the new bindings x:Bind. So far I'm able to bind to my ViewModel properties and other Viewelements. But now I'm trying to bind the text of a TextBox to a SelectedItem of a GridView. In classic binding I'm doing it like that. <TextBox x:Name="tb_textgroup" Grid.Row="1" PlaceholderText="Change Groupname" Text="{Binding UpdateSourceTrigger=PropertyChanged, ElementName=gv_textgroup, Mode=TwoWay,Path=SelectedItem.bezeich}" IsEnabled="{Binding UpdateSourceTrigger=PropertyChanged, ElementName=gv_textgroup, Mode=TwoWay,Path

MSCOMCTL.ocx missing Windows 10

夙愿已清 提交于 2019-12-05 07:29:15
I have some vb6 applications that i'm trying to move from Windows 7 to Windows 10. I have the .exe file, but when I tried to open it - it tells me that: C:\App_1\MSCOMCTL.OCX could not be loaded - Continue Loading Project? I searched for this file in C:\Windows\SysWow64 and found that the file is actually there as Type: ActiveX Control . Any reason why I'm still getting the error? Andre Oosthuizen The ocx control should be in your Syswow64 (if 64 bit pc) folder and not in the app folder, and it needs to be registered manually (common vb6 problem in Win7, 8 ,10). It seems you can see the file,

ImportError: No module named cv2.cv

我们两清 提交于 2019-12-05 07:26:10
python 3.5 and windows 10 I installed open cv using this command : pip install opencv_python-3.1.0-cp35-cp35m-win_amd64.whl This command in python works fine : import cv2 But when i want to import cv2.cv : import cv2.cv as cv This error comes up : import cv2.cv as cv ImportError: No module named 'cv2.cv'; 'cv2' is not a package So what is the problem and how can i fix it? Mohammad Zamanian as @Miki said : cv2.cv has been removed in OpenCV3 and functions have changed And this is OpenCV3 Documention: https://docs.opencv.org/3.0-beta/index.html 来源: https://stackoverflow.com/questions/39534496

Windows 10 kiosk mode, no Apps available

北城余情 提交于 2019-12-05 07:25:46
问题 I tried to install Windows 10 kiosk mode for the user " kiosk " without success, the assigned access app selection list is empty. Here is what I have done: I used the " administrator " account and created an Universal Windows App with Visual Studio 2015 (I just compiled the empty project, I do not added code). I built an App package and installed the app from/for the "kiosk" account. Back in the " administrator " account, I tried to set up the assigned access. I added the user " kiosk " and

How to achieve 100% cpu load with c# code [duplicate]

若如初见. 提交于 2019-12-05 07:03:44
问题 This question already has answers here : thread get 100% CPU very fast (5 answers) Closed last year . I have a task to get a piece of c# code to make my CPU go 100% consistently. I have tried infinite loops, big integer calculations, concatenation of numerous very long strings.... everything either goes to 100% for a few moments and then down to like 60% or doesn't go to 100% at all. Is there a simple piece of code that can achieve this? Also using Windows 10 回答1: You would want to implement

Python has stopped working

删除回忆录丶 提交于 2019-12-05 06:28:10
I'm running a Python script on my windows 10 machine. The script reads compressed data files, stored as .tar.gz, processes it, and then reads the next one. In this manner it processes thousands of files. I run the scipt in a windows10 powershell, and -seemingly randomly- I often get the following error: Some times this happens after a day, sometimes already after a few minutes. I select 'Close program' and the script is terminated. Looking into Windows event viewer, I can see the following entry: Faulting application name: python.exe, version: 3.6.2150.1013, time stamp: 0x59c1326e Faulting

Xammp functions are restricted due to UAC win10. How to fix it?

橙三吉。 提交于 2019-12-05 04:56:43
I'm trying to install xampp (xampp-win32-7.0.0-0-VC14-installer) but I get this warning message saying that "Because an activated UAC on your system, some functions of XAMPP are possibly restricted..." Here is xamp warning message screenshot: Although I have already disabled UAC settings and gave permission to C drive and its subfolders, I still get this message. Here is my UAC settings's screenshot: If anyone could help me to fix this problem, I would appriciate. Thank you! Moving the slider down doesn't completely disable UAC since Windows 8. This is changed compared to Windows 7, because