Questions tagged as 'servidor'

2
answers

FireBase Google

Currently I use Google's Firebase database, (and other components like, auth, FCM, etc.) for my project. I would like to know if there is how to create server side routines. For example: after a period of days the routine searches for users acco...
asked by 15.09.2016 / 15:41
2
answers

How to save files to a server via Java?

I need to save a file to a server using Java . In my case, I need to save a json file. Can I save a file normally on my computer, but how do I save directly to a remote server? Here is an example that saves a file to my computer. My...
asked by 02.12.2015 / 16:45
2
answers

Add PHP in ASP.NET [closed]

I'm creating a website in ASP.NET and the company wants me to keep the client area of the old site that was made in PHP. The client area consists of a login, where after being authenticated, the client can fill out a form with his / her probl...
asked by 06.05.2015 / 15:37
1
answer

How to automate tests? [closed]

It is common every time deploy occurs a bug go together, often only noticed months after that change. In order to solve this, I want to know if it is possible to test ALL main functionalities in an automated way? I say, before going to product...
asked by 30.04.2015 / 21:52
0
answers

Method to protect IIS from hotlinking

There is some efficient method against hotlinking for IIS. I tried two but they did not work. <!--Método 1--> <rewrite> <rules> <rule name="Blacklist block" stopProcessing="true"> <match url=...
asked by 18.09.2015 / 18:24
1
answer

How do I make an application available only on my wireless network?

I'm developing an application, and I want it to be available only for devices connected to my Wi-Fi network. I can even let it run on my personal computer and access via ip, something like 192.168.1.20:8080 . But I wanted to go a little...
asked by 20.01.2016 / 18:18
1
answer

Attack DDOS server [closed]

Hello, I have a server that is suffering DOS attack, I used the command: watch -n1 'attackers' on SSH to see the attacks. It basically has an ip that makes about 380 connections, and makes the server fall in a few minutes. I block the...
asked by 02.03.2018 / 23:28
1
answer

Transmit information without going through the server

The question is simple and quick, is there any way to send data without the need for them to go through a server, for example send data from a form that user A filled out for user B in real time.     
asked by 08.02.2015 / 15:08
1
answer

Socket Multi Thread Server and its Clients talking to each other

I have a question that is killing me and I would like to share it with you, maybe someone has the answer or a way to heal that doubt. I have good experience with Web / Desktop development, API / REST connections and Socket. But all these conn...
asked by 24.05.2016 / 05:03
2
answers

SQL Server - Doubt update and relationship between tables

I have two tables, one call coletor , and another call material , I have a proc called cadMat , which was to register material in the database and by cpf (parameter of proc) put as name of collector the materials that it...
asked by 21.05.2015 / 13:18