Questions tagged as 'service'

1
answer

Internationalize variable in controllers?

Good, I would like to internationalize a variable in a controller. I have a form in which I fill some data and depending on the data I enter in the form I want to give value to a property of the entity that I show the form. I put you in situatio...
asked by 21.12.2017 / 17:53
0
answers

TypeError: "agentsService is undefined; can not access its "getAgents" property "

I am new at AngularJS I have a doubt I am bringing a JSON file in my service and I am consuming it in the controller when I run it in Chrome everything is perfect, but I pass it to Edge or firefox and I have the following error message " Unable...
asked by 08.12.2018 / 00:39
1
answer

Linux, Python, services and demons

I have a program in python that works with sockets (opens a server, collects information, filters it, etc.) and I want to launch it at the beginning of linux. I would like to launch it as a service. For this I have created the start script...
asked by 18.10.2018 / 13:03
1
answer

How to use doctrine in a self-service defined in symfony

I am developing a web system using the concept of symfony services 3.4 Said service makes queries with dql de doctrine, these work correctly if the use of another controller. However, when I want to use them in the defined service, I get the...
asked by 23.09.2018 / 01:58
0
answers

Webservice invocation from Java

I have this code: ServiceClient cliente = new ServiceClient(); cliente.setTargetEPR(new EndpointReference("http://11:133:43:5776/css/ejemplo.cls")); Options options = new Options(); options.setTransportInProtocol("http"); cliente.setOptions(op...
asked by 20.07.2018 / 12:05
0
answers

Android Service with Firebase takes a few hours to answer

good morning I'm on android 8 Oreo and I need my service to always run in the foreground; so far it is not destroyed, since I execute it with startForegroundService along with a Notification of IMPORTANCE_HIGH within the first...
asked by 09.07.2018 / 14:17
0
answers

Service on Ionic 3

What I want is to create a service for my app on Ionic 3. The service I want to get is what Android is a Service: Service on Android The purpose of this is to be able, through a socket that I have created, to be able to receive certain i...
asked by 28.06.2018 / 10:15
1
answer

Start a service at a specific time

I am trying to create a service that runs and executes some tasks in back. It has to start running at one hour and finish at another. For example, a service that starts running at 3:00 and stops at 7:00. I'm seeing examples with class Ser...
asked by 18.06.2018 / 17:52
0
answers

Get the application that is running in the foreground

I tried using the following code to get the application running in the foreground from a service being executed from an application created by me, but the only thing I get is to get the name of my application in the foreground when it is runni...
asked by 15.05.2018 / 16:52
0
answers

Ways to detect bots in a clickk system

I have been investigating some things like click tracking services and the typical methods of storing data in the user's browser, however I would like to know additional opinions or even see the problem from a different perspective. The pro...
asked by 28.02.2018 / 17:04