Questions tagged as 'windows'

0
answers

Mongo DB without using the server band, is it possible?

Hello, I'm using Mongo on a Windows server, it's working, but even the application and mongo being on the same machine it ends up overloading the server band. Looking at the Resource Monitor in Network, Mongo is consuming a lot of bandwidt...
asked by 24.08.2018 / 14:45
1
answer

Monitor if files have been inserted into a specific folder

Good morning, friends, I would like an opinion or suggestion of you in the second situation: On one of the company's clients who work the responsibility for the financial sector daily downloads a file from the bank's website. After downloa...
asked by 27.08.2018 / 16:09
0
answers

Create database

I'm trying to create a database in postgres but I'm getting the following message:    ERROR: can not set transaction read-write mode during recovery I've uninstalled, cleaned the registry, installed a new password, but it always rescues u...
asked by 17.08.2018 / 18:05
1
answer

Is it possible to open a form with one common user and another as an administrator in the same application?

I have a program that in certain parts needs to be run as an administrator, while others need to be run as an ordinary user. Example: configuracoes.Show() 'Esse será executado como usuário comum' suporte.Show() 'Esse como administrador' The...
asked by 13.08.2018 / 22:58
1
answer

Error installing python library

I'm having a problem trying to install the pyaudio library on Windows. The following result appears:    Command   "c: \ users \ digia \ appdata \ local \ programs \ python \ python37-32 \ python.exe   C: \ Users \ Dig \ AppData \ Local...
asked by 13.08.2018 / 21:55
0
answers

Error 1053 The service did not respond to the start or control request in a timely manner

Hello! I did a windows send service and emails, however I'm getting error 1053 when trying to start it. I looked at various articles and forums and could not solve the problem. Could anyone explain to me what it could be? Follow the code. Ser...
asked by 26.07.2018 / 14:00
0
answers

MySQL Read HTTP URL

I would like mysql to read a url through a SELECT I searched and saw that you have a here answer. I did the whole procedure as it is in this link , but without success The select would call the url as in this example here...
asked by 25.07.2018 / 23:48
0
answers

Ionic - Error generating the build

First I can create the plataforms / android folder with the command in the terminal: ionic cordova platform add android . But when I create build with apk with the command: ionic cordova build android . This error text appears:...
asked by 13.08.2018 / 09:16
0
answers

Bluetooth Windows Socket - Can not connect to device: (10049)

I am having socket error problems with code 10049 when I try to connect a bluetooth SSP device, serial port service, in Delphi Tokyo 10.2 in the Windows environment using a TBluetoothSocket class. The error occurs at connection time (TBluetoothS...
asked by 17.07.2018 / 19:09
0
answers

How to search and start an application using python

I am developing a code that allows me to find and run any application (for the moment only from the desktop) using python 2.7, using a phrase, this in Windowns 10. Ex: open firefox. Test code: import os def run_prog(self): for p in self...
asked by 09.07.2018 / 00:06