Most voted "uri" questions
None
Learn more…26 questions
Sort by count of
-
75
votes1
answer32104
viewsWhat is the difference between URL and URI?
What is URL? What is URI? Are they synonymous? In general people almost always use URL, are they the same thing? Is there anything else related?
-
29
votes3
answers10675
viewsWhat are Path Parameters in a URI?
What are the path Parameters of a URI and its function? A URI that defines the parameters represents a resource other than the URI that does not have the parameters? This is, /foo;v=1.0 is a…
-
6
votes1
answer947
views -
2
votes1
answer103
viewsReinf - Problems assigning content in the Reference URI tag
Has anyone experienced this? Error assigning content in the signature tag: Signature -> Reference -> URI When assigning content in the Reference URI Signature tag I am receiving a EXCEPTION,…
-
2
votes1
answer1401
viewsURI Online Judge 1021 - Wrong Answer 100% (Javascript)
I am trying to solve URI issue 1021 on JS, however I get 100% error. Read a floating point value to two decimal places. This value represents a monetary value. Next, calculate the smallest number of…
-
1
votes1
answer64
viewsHow to verify that a URL has been successful in QML?
In QML, I can run an external URL using: Qt.openUrlExternally(url); With this, I can, for example, open the Facebook app in a certain profile: var test =…
-
1
votes0
answers89
viewsError passing parameter to function
I’ve lost full access to my websites and I’m trying to pass the posts from it to a new one. I have a code that reads the sitemap and takes the urls and another who picks up the url, separates the…
-
1
votes1
answer62
viewsWeb API Controller Standardization
I would like to know the following. Imagine the following URI: (1) api/orders (2) api/orders/10 (3) api/orders/10/items URI (1) and (2) I am sure they would be within a class called…
-
1
votes0
answers31
viewsError in single Sqlite database query using Provider content
I am having a problem that when trying to make a query in the database of my application through Content Provider. When the attempt to query the database starts the application breaks.I did tests…
-
1
votes1
answer384
viewsHow to capture the query string of a Restful request
I need to get the parameters passed by the URI, for example: http://localhost/endpoint/param1/param2/param3 if param1 == "adduser" id = param2 name = param3 Example of a function that did not work:…
-
1
votes1
answer45
viewsget search page is not being displayed because of REQUEST_URI
Well I’ll try to get past what happens! I have a php site where you have the config.php file with the following lines <?php $current_page_uri = $_SERVER['REQUEST_URI']; $part_url = explode("/",…
-
1
votes1
answer337
viewsHow to fix Time limit exceeded error
I was trying to solve this issue in URI and I managed to reach the output required by URI. However I got the error Time limit exceeded, because the running time limit is 2s, and my code resulted in…
-
1
votes1
answer43
viewsImages with Uri from the React Native API
In the database I save the image path along with the other posting information, ai on the page I want the image to appear I use a flatlist listing the posts and showing your image if that post has:…
-
0
votes1
answer64
viewsDifficulty with two Uri segments
They are trying to create the url, where the first segment is the user and the second is his file, e.g.: http://www.exemplo.com/joao/bola Controller public function user() { $user_url =…
-
0
votes1
answer154
viewsError adding image to URI - "cannot find Symbol class fromFile"
Guys, I can’t find the reason why Android Studio does not recognize the method Uri.fromFile(). I searched several places but nothing. My code is like this: foto.setOnClickListener(new…
-
0
votes1
answer291
viewsI can’t get into "EOF"
I’m trying to solve the following URI problem the problem is time to make the EOF happen, I understand more or less how it works but still can not make my program "stop". int main(){ string entrada;…
-
0
votes0
answers204
viewsImageview turns white when loading Activity and black when receiving image from gallery
I am saving users with a default image at the time they register in the application and this image is a drawable that is saved as a String in the database: Method of the Controller class: public…
-
0
votes2
answers57
viewsPlacing classes in elements according to the URI passed
Well, I have the following code: <body> <?php $server = $_SERVER['SERVER_NAME']; $endereco = $_SERVER ['REQUEST_URI']; ?> <!-- Menu principal --> <nav class="navbar…
-
0
votes1
answer164
viewsI can’t get value from the onSuccess (Uri Uri) method return
For my college TCC I am developing an App for android. I stopped at a point where I am downloading the URL of some Firebase Storage images, and within the method onSuccess(Uri uri), i have access to…
-
0
votes0
answers52
viewsMistakes in Ruby come because?
Goal Add (Uri, url) with port. # Ajuda por carlos-romero # https://stackoverflow.com # Ajuda por mu-is-too-short # https://stackoverflow.com require 'uri' require 'socket' url = 'file://C://' class…
-
0
votes1
answer20
viewserror: non-static variable this cannot be referenced from a Static context / Java 8
I am doing a URI (online Judge) exercise but is showing "Compilation error" due to error: Main.java:8: error: non-static variable this cannot be referenced from a Static context Interfacetext i =…
-
-1
votes1
answer554
viewsError 5% URI C - 1047 - Minutes Play Time
I can’t seem to solve this problem of URI. In the tests I performed, my solution worked perfectly, but when I submit the URI evaluation, I get the message that there is 5% error in the program.…
-
-1
votes1
answer71
viewsError filling a String Array: The first input line is ignored
I’m trying to solve a problem with the URI Online Judge platform: Problem 1024 and I am receiving Wrong Answer 5% (I asked here, because in the URI forum itself I did not get answers). Basically I…
-
-1
votes1
answer216
viewsI’m not able to render Image with Image - React-Native
Sirs(s). When I write like that: <View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}> <Button title="Pick an image from camera roll" onPress={pickImage} /> {image…
-
-1
votes1
answer70
views5% URI error (in C language)
The code gives error in cases such as 576.73 or 576.43, in the coin field of 0.01 the other field answer correctly. I don’t know exactly the reason to return 2 coins of 0.01 in the above cases, but…
-
-2
votes1
answer25
viewsSegmentation fault (core dumped) c
URI 1463 I’m solving URI Exercise 1464 (Link to the Exercise), and I had the problem of "Segmentation fault (core dumped)" and I can’t locate the root of the error (I know it might be in the…