Most voted "path" questions
68 questions
Sort by count of
-
0
votes1
answer39
viewsPATH_INFO does not show "extra" bars
I’m using the $_SERVER["PATH_INFO"] to pass values to the backend through the url, not in the format ?chave=valor, instead, /:valor/ (identify the colon and return a variable with that name),…
-
0
votes0
answers540
viewsHow to read the xsd file from within my C#project
I’m validating an xml from an xsd file this way: XmlSchemaSet schemaSet = new XmlSchemaSet(); schemaSet.Add("urn:bookstore-schema", @"D:\Arquivo\VoltVarPlanning.xsd");…
-
0
votes1
answer172
viewsRecursive query does not return records when the parent product and the child product have the same code
I have a table that maps a production line. The fields are: Product: Machine Output Product. Parentproduct: Input Product. Machine: Code of the machine. I’m using CTE s to get the data recursively.…
-
0
votes2
answers1939
viewsVS Code: Unable to initialize the PRN device (Python 3.7.2)
Hello! I’m having a problem configuring Python in VS Code. When you execute the command print('Olá Mundo!'), the terminal returns: Unable to initialize PRN device. The VS Code version is: 1.30.2…
-
0
votes2
answers278
viewsCHANGE PATH WINDOWS 7
Hello, to boot my Flutter course, one of the requirements is to change the windows path to 'flutter bin'. The problem is that my PATH already has a value and when I click on "edit", there is no list…
-
0
votes1
answer47
viewsProblem with the Paths of the files in my project
Once I created a folder and copied all the files of my project to it, however from this my original project is with the paths form1.cs, form1.designer.cs and form1.resx specified for the copy…
-
0
votes1
answer982
viewsError launching application with React-Native run-android
I’m trying to start with React-On I did the installation as this link https://docs.rocketseat.dev/ambiente-react-native/android/linux but when I turn the remote react-native run-android with the…
-
0
votes1
answer56
viewschange path color by path svg with button
hello I wanted to change the color of all that svg or some way. then if anyone can hint at what is wrong with that code, because it doesn’t work properly <!DOCTYPE html> <html>…
-
0
votes1
answer66
viewsURL replicating path each time I hit F5
I climbed an angled design to the FTP, the problem is that every time I squeeze F5 he repeats the relative path. So when the access starts at www.mysite.com.br/one/auth/login Then F5 grip it goes…
-
0
votes2
answers76
viewsPHP+MYSQL file filter
Good afternoon this is my first post here, so I apologize if I’m repeating a question, let’s go to error have a registration application that I’m trying to implement file upload,below follows the…
-
0
votes1
answer62
viewsActivity Access via Manisfest File - Android
Hello, everybody. I’m trying to build an app inspired by pokedex for a challenge, and trying to use the MVC architecture. I’m having problems accessing the activities (that are inside the packages I…
-
0
votes1
answer97
viewsHow to resolve error in URL configuration in Django?
I’m starting to learn Jango(or trying) but I can’t solve the following problem: "Using the Urlconf defined in Sitejg.urls, Django tried These URL Patterns, in this order: Templates/main.html The…
-
0
votes1
answer70
viewsProblem with VS Code , package java
Guys I’m in trouble for 3 days on VS Code already took, put again, deleted the folder ". vscode" and still persist, if I create a new project in vs code it works normally if I close and open it…
java visual-studio visual-studio-code packages pathasked 3 years, 8 months ago wellington gertrudes 11 -
-1
votes1
answer30
viewsAndroid task flow app?
You can create an application that does a "path" for the user? For example, when running the application it calls an Intent pro user set the time and the application "waits" the user events to go to…
-
-1
votes1
answer62
views -
-2
votes1
answer38
viewsProblem with typescript paths
Hello, I am using the Airbnb Eslint configuration and it is giving an error in typescript paths.…
-
-2
votes1
answer61
viewsGet pathlib file name only
I currently have the following code: from pathlib import Path for file in Path("resources/maps").glob("*.json"): print(file) Which returns: resources\maps\map1.json resources\maps\map2.json…
-
-3
votes2
answers70
viewsMODIFICATION AND READING OF DIRECTORIES IN C#
I am developing a C#project, which uses python scripts as an engine (I did not use Ironpython due to its limitations, I work with pandas), what I do is simply run the script through a PROCESS in c#,…