Questions tagged as 'servicio'

1
answer

I need to print from my executed program as a Windows service

I have a program created in Java that gets a PDF and prints it. To print it use ghostscript: public static void print(String nomImpresora, String rutaNombreArchivo, int cantVia) throws Exception { String cmd; cmd = "gswin64c -dPrinted...
asked by 13.07.2018 / 17:20
0
answers

Is there a way to apply a xslt two xml with different tags?

I explain myself better, the question I have is if I can apply an XSLT to two XML that have certain tags with different names. An example first Xml <Persona> <Nombre>Sebastián</Nombre> </Persona> second XML...
asked by 12.06.2018 / 17:50
4
answers

Error in Windows Service when I update a signed dll

I have a Windows service that the executable calls a dll (which I'll call MyMyDll.dll) with version 0.6.7.3, for example. Everything works correctly until I updated that dll to version 0.6.7.4. That when restarting the service, so that it tak...
asked by 10.01.2018 / 11:19
2
answers

How to use the SharedPreferences in a service?

Well my problem is this, In a service every certain amount of time I send the location and the id of the user I keep it in the SharedPreferences and when I want to get the data to send it I can not and I get this error FATAL EXCEPTION: main...
asked by 24.10.2017 / 00:23
1
answer

Real-time data binning with Angular and PHP

I make a query to a .json file and with the answer I make a table but because the .json file is constantly updated, I need to be observing if that file has changed to show it in real time in the application, and I have tried but I can not get th...
asked by 27.01.2016 / 20:08
2
answers

View Images saved on a remote server in a Java client

I have to create a Java application with a remote client-server graphical interface, which allows the client to view an image stored on a remote server (my pc), I do not want to save the image, just visualize it from a JPanel or something simila...
asked by 17.06.2016 / 16:57
1
answer

Problem with the Observables

I have a problem, when presenting the data in the view with ionic 2. ** This is the function of my service ** getUsers():Observable<any>{ return this.http.get('https://jsonplaceholder.typicode.com/posts').map((datos) => datos....
asked by 21.02.2018 / 18:01
1
answer

Kill a process / thread after a certain time if it is not over

We currently have a service that reads different TAGs from WINCC and inserts those values into a database. It is a process where thousands of tags are read. Normally the service works well, but sometimes, we do not know the reason, it gets ca...
asked by 24.05.2017 / 09:19
1
answer

if I pass a variable in $ scope to a service, if it is modified in the service, is it not modified in the controller?

Good morning, I am doing this procedure and I have a question, I am passing a series of paramentos to a service, that in the modification I modify those variables that go by parameter, then when entering in the controller, I do not see the ch...
asked by 23.04.2017 / 09:48
0
answers

Windows service disappeared after restart

I have a Windows 7 computer which has installed a Windows Service that I have programmed in VB.NET and that has been running normally for quite some time. A few days ago said computer was automatically restarted through a scheduled task, rest...
asked by 06.12.2018 / 19:54