windows-10

Installation errors in repair of Visual Studio 2015 Community Edition on Windows 10

∥☆過路亽.° 提交于 2019-12-07 07:16:42
问题 While trying to fix Missing MVC template in Visual Studio 2015 I ran "repair" on my copy of VS 2015 on Win10. But when the repair completed I had the following errors: Microsoft Azure Storage Connected Service : Package failed. Android SDK Setup (API Level 19 and 21) : The following package(s) were not downloaded: addon-google_apis-google-19 addon-google_apis_x86-google-19 android-19 android-21 android-22 build-tools-19.1.0 build-tools-21.1.2 build-tools-22.0.1 extra-android-m2repository

ShinyApp : Connection Reset By Peer

[亡魂溺海] 提交于 2019-12-07 05:46:33
问题 The shinyapp I built earlier was running fine in my old laptop. Recently I got a new laptop with Windows10. After setting up everything, I tried to run the app but it the browser opens and closes immediately with the error : Listening on http://127.0.0.1:5004 ERROR: [on_request_read] connection reset by peer I have also set chrome as default browser.... I deployed this app in shinyapps.io it is working fine there. I tried few more simple apps in Rstudio but the same issue coming. Looks like

vimdiff E97 in Powershell

喜欢而已 提交于 2019-12-07 05:41:44
问题 I am having trouble getting vimdiff to work on a Windows 10 machine. I am running vim from Powershell. Powershell is also declared in $myvimrc as my shell of choice: set shell=C:\WINDOWS\system32\WindowsPowershell\v1.0\powershell.exe The documents I am attempting to compare are not saved as files. I open two vertical splits, enter text into each, and run :windo diffthis . The output is E97: Cannot create diffs . This article says I may need to download and use a different diff.exe than the

ImportError: No module named cv2.cv

情到浓时终转凉″ 提交于 2019-12-07 03:59:40
问题 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? 回答1: as @Miki said : cv2.cv has been removed in OpenCV3 and functions have changed And this is OpenCV3 Documention:https:/

Windows 10 x:Bind to SelectedItem

懵懂的女人 提交于 2019-12-07 03:57:14
问题 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}"

window.open() returns null in IE11 if opening

两盒软妹~` 提交于 2019-12-07 03:32:26
问题 In IE on Windows 10 with default settings, if I perform a window.open() against an external internet site from a page on my local machine or a server on my local network, I get null . See my repro below. This doesn't happen in IE on Windows 7 or Google Chrome. Interestingly, if I turn on "Enable Protected Mode" for the Intranet Zone (so that Protected Mode are the same in the Intranet Zone and Internet Zone), then the problem goes away. However, I need this to work without requiring users to

WAMPServer not working properly on Windows 10, “could not perform service action”

妖精的绣舞 提交于 2019-12-07 03:24:06
问题 Recently I have upgraded from windows 7 64 to windows 10 64. Before that I've had WAMPServer running like a charm, but now it doesn't work. Whenever I launch it I get the server offline. Clicking on the "put online" results only in getting the "could not perform service action" error pop up. I have already tried reinstalling Visual C++ Redistributable for Visual Studio 2012 Update 4, renaming the localhost and listen from 80 to 8080, turning off skype, none of these worked. Does anybody know

Keep window maximized with AutoHotkey?

北城余情 提交于 2019-12-07 03:14:28
I have an AutoHotkey script that launches an application maximized like this: `Run, myprogram.exe,, Max` It then gets rid of the minimize and restore buttons. I can still click on the task bar and drag downwards to restore the window. Is there any good way to keep my window maximized in AHK? How about just locking the window's position? Does the F11 key maximize the app? When in F11 mode most apps completely lose their title bar. If so, run the app then send an F11 key (You may need to wait a bit for the app to be active or something). Failing that, yes you could have an infinite loop running

MSCOMCTL.ocx missing Windows 10

给你一囗甜甜゛ 提交于 2019-12-07 03:04:12
问题 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? 回答1: The ocx control should be in your Syswow64 (if 64 bit pc) folder and not in the app folder, and it needs to

Universal ctags on Windows

人走茶凉 提交于 2019-12-07 02:57:40
问题 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