Most voted "internet" questions
14 questions
Sort by count of
-
12
votes1
answer789
viewsWhat is SOAP technology?
I’ve been following a project (a high school news site) where multiple languages (PHP to build the site where the news is posted and android, Ios, c#, where they will be accessed by the site…
-
2
votes0
answers1249
viewsGet redirected link internally in android app
Aloha I’m developing an Android app to log in to the wifi network, but I found a barrier. In the application, when the user clicks on the "Log in" button, I need to internally access some address…
-
2
votes0
answers114
viewsBootstrap 4 error in IE11
I created this site on Bootstrap 4. And it works on all browsers perfectly. But when I open it in IE 11 it looks like this: The code I’m using is this: .big-table { margin: 10px 0; overflow-x:…
-
1
votes1
answer107
viewsOffline Web application server and client application takes position
I wonder if there’s a way for a client application to take over when the server is down, like a Dropbox, for example, you can put a file, or a directory inside the folders that are synced through…
-
1
votes1
answer22
viewsError in Networkinfo
I have the following problem, I have a method that checks whether the device is connected to the internet or not public static boolean isNetworkAvailable(Context context) { ConnectivityManager cm =…
-
1
votes1
answer50
viewsMostar image if not connected to the internet
Show a picture if the device is not connected to the internet Good afternoon gentlemen I’m new in Android programming, I’m using Android Studio Next I am developing an app that simply calls a…
-
0
votes0
answers43
viewsHow to get Datetime from the internet?
How can I do to get the current date from the internet, and convert the result to char *data_atual? Example of the intended websites: nist.time.gov and/or time.windows.com. I would like two…
-
0
votes0
answers209
viewsIs there a way to connect to a socket server hosted as localhost by CMD?
I wonder if there is any way to run my server in python socket and connect to it using command prompt. Is there any way to do it?
-
0
votes0
answers1172
viewsError postgre trying to access externally
I am using NO-IP to connect to an internal server in my office. I’ve already released port 5432 on the machine’s firewall and I’ve also set up the pg_hba.conf and postgresql.conf files (I’ll leave…
-
0
votes0
answers13
viewsHow can I publish a website?
I created a site with PHP and Mysql in Xampp. I created htmls as well. The site is local and working. How can I upload to the web address?
-
0
votes0
answers22
viewsCompatibility error
Does anyone know the reason for this compatibility error between browsers and how to solve it? On Chrome, show the correct page. In firefox, the logo is on top of the names. At IE, I managed to fix…
-
-1
votes2
answers172
views -
-1
votes3
answers129
viewsCatch internal IP via Python (Router)
I’m a long time doing research on this, and I wanted to know how to get the local ip (obviously) of my router in python in a Linux environment, I searched it in Google several times and always came…
-
-1
votes1
answer636
viewsOpen a port for external users to connect to
Hello, I made an example code in Node Js with express to open a virtual server, as shown below: const express = require('express') const app = express() const port = 3000 app.get('/', (req, res)…