Questions tagged as 'windows'

1
answer

Start an MVC application through a Windows Service

I have an application that was developed in the DDD standard, which uses dependency injection, it is working normally, but I needed to add a project of type Windows Service that will be the start of the application, the problem is that a referen...
asked by 16.02.2018 / 18:33
0
answers

List specific directory in Windows - Filter in the listing

I have the scenario with the following directories in alphabetical order: Y:\imagens\A001\B001\imagem.jpg Y:\imagens\A001\B002\imagem.jpg Y:\imagens\A002\B001\imagem.jpg Y:\imagens\A002\B002\imagem.jpg Y:\imagens\A003\B001\imagem.jpg Y:\imagen...
asked by 01.12.2017 / 21:21
0
answers

Communication between socket and socket stream

I made the following class: class Socket { private $socket; private $loop; private $enviarMensagem; function __construct(LoopInterface $loop, $enviarMensagem) { $this->loop = $loop; $this->enviarMensagem...
asked by 10.11.2017 / 18:03
1
answer

Wheel php script in cmd with curl

I'm testing an api, trying to use some features presented the following message:    Something went wrong: Network: CURL error 60: SSL certificate problem:   unable to get local issuer certificate (see    link ). Through searching I discov...
asked by 26.10.2017 / 15:38
0
answers

How to pass a function in an array in powershell?

I need to create a script, some of the fields are preventable and I would like to pass a function to edit it, but when I step inside the array it pops an ERR .     
asked by 26.09.2017 / 03:22
1
answer

Configure multiple Windows Services in a single project

I'm developing a Windows Services project and I've come across the need to run run-time routines and different rules. Is it possible to have multiple windows services in a single project? I've tried the following code more unsuccessfully,...
asked by 28.09.2017 / 19:50
0
answers

Pipe () command on windows

I'm trying to make a simple communication between processes, but the child f_filho is not receiving the message sent by the parent. How to solve? # -*- coding: cp1252 -*- from multiprocessing import Process,Pipe import numpy as np d...
asked by 29.09.2017 / 20:28
1
answer

How to make HTTP access available to my apache web service on Linux [pending]

For a simple programmer we are accustomed to creating web servers and working on localhost, my big question is, and at the time of leaving that server online? Nowadays we have cloud but I would like to know when I have my local server the w...
asked by 19.09.2017 / 21:33
0
answers

Windows Server Conditional DNS Resolution

Good morning I have a windows server to work as a DNS server but I wanted to put a conditional formatting so that if the result of the Query was a specific IP, it would resolve in another dns.     
asked by 06.08.2017 / 11:51
0
answers

npm does not install dependencies and is apparently caught

When trying to install any dependency is not working, when searching about this some people said that the reason is npm not find folder for installation, but I changed the prefix in .npmrc to another folder and nothing. / p> Not...
asked by 15.07.2017 / 16:41