path tag

28 questions


1 answers
109 views
0
How to add a directory to pythonpath in Windows 7

I created a dictionary that manages all of my Django apps (C:\My_Projects). I would like to call the app right away by adding the directory to python path.In the Windows GUI environment (My Computer &...


1 answers
74 views
0
How do I open Windows Explorer in Python?

For example, if you run a program, you want to open the C:\ folder in Windows Explorer.I just want to double-click a folder on the window, how can I do it?

1 years ago

1 answers
92 views
0
SDK Manager won't open.

Windows. I installed Android sdk on http://developer.android.com/sdk/index.html (the installation link).I also set the PATH of JDK's java.exe in the environment variable. But the cmd window turns on a...

1 years ago

1 answers
99 views
0
Is there a method to combine routes in Java?

Is there a method to combine routes in Java? For example,// to output a/bSystem.out.println(path_join(a,b));// A/b is output. System.out.println(path_join(a,/b);Like this.

1 years ago

1 answers
87 views
0
How can I know the location information of the running JAR file?

My source code runs in the JAR file (for example, foo.jar). At this time, I want to know what folder the running foo.jar is in in the source code.So if there is foo.jar in C:\FOOO\, I would like to kn...

1 years ago

1 answers
123 views
0
Path settings are broken when Linux is restarted

Hello, everyone I installed Linux this time and put several analysis tools on top of it.In order to run various tools comfortably, we set the path using the export syntax.When I set it up, the method ...

1 years ago

1 answers
112 views
0
How to get a file's name and uri address from the Media Store

I made an onActivityResult to get a URI for the file I selected in the media storeUri selectedImage = data.getData();If you change this to String,content://media/external/images/media/47 or /external/...


1 answers
93 views
0
I'd like to ask you more questions No module named 'matplotlib'

I think there might be a problem with the route, so I also checked the route where matplotlib was installed, and it seems to be the same. What's the problem, please help me.

« - 3 -

© 2024 OneMinuteCode. All rights reserved.