Questions tagged as 'lado-do-servidor'

1
answer

How to authenticate in a site via server?

There is a login area on this website " link " and would like to know if it is possible to log in via .NET or via client using post or something.     
asked by 26.02.2014 / 23:49
1
answer

Use Left Join on Datatable Server-Side

After several attempts, I have not yet been able to implement a 100% left join within the Datatable Server-Side Please note, the following code works 100% HTML <table id="datatable_fixed_column" class="table table-striped table-border...
asked by 16.11.2014 / 03:23
1
answer

Online server and Unity 3d [closed]

Given a game created in the unity-3d . What should we know to make it a massive multi player online?     
asked by 29.07.2014 / 05:44
1
answer

Accessing the server through linux

I would like with my Java application (netbeans) to access the database that is on the server, but this was complicated because it is through a Linux machine. Could someone explain to me how to do this? The connection class I use is: pub...
asked by 19.05.2014 / 16:40
0
answers

Accessing server files and directories (what's this?)

Hello, once when creating a website I used the tag: <a href="//site.com">Saia daqui!</a> And she redirected to a page that (I think) showed the files and directories of the site. So, I had some doubts: What I'm seeing is rea...
asked by 06.05.2018 / 22:12
0
answers

URIError: URI malformed in NodeJS

Server-side code const bodyParser = require("body-parser"); const express = require("express"); const app = express(); const port = 8080; app.use(bodyParser.urlencoded({extended: false})); app.use((req, res, next)=>{ res.setHeader("Acc...
asked by 06.03.2018 / 01:55
1
answer

Column index in datatables laravel

When I did not load the data dynamically into the table I used this way to create the index column: link p> t.on( 'order.dt search.dt', function () { t.column(0, {search:'applied', order:'applied'}).nodes().each( function (cell, i) {...
asked by 23.08.2017 / 18:26
1
answer

Memory reserved for tomcat

My system is on a server that has several tomcats, I need to disable the tomcat that has the most memory reserved for it. How do I view the memory reserved for each tomcat on the server?     
asked by 31.07.2017 / 14:01
1
answer

HTTP Libraries / HTTP Server

My question is about web servers and libraries focused on the HTTP protocol. In PHP you can use "apache" as a web server, but in other languages is the same stack used? This question came to me when I searched for languages like Go , Crys...
asked by 25.08.2016 / 04:51
2
answers

custom filter in datatable

Good morning! There is a certain time, that I have to make an advanced filter on the server side. I thought of two possibilities in sending the parameters in fnserverdata, which did not work very well, so I decided to send the parameter via A...
asked by 05.08.2016 / 15:11