port tag

21 questions


1 answers
142 views
0
Modules in subdirectories cannot be imported.

When the directory structure is like this bin/ dir.py main.py usr/ user.pyI am importing class dir from dir.py and class user from user.py from main.pyThere is nothing wrong with dir modules in the s...

1 years ago

1 answers
111 views
0
jupyter notebook importError question

I can't import to jupyter notebook. What should I do?In the C:\Users\insor\Desktop\py35\object_detection\utils folder label_map_util.py module In the C:\Users\insor\Desktop\py35\object_detection folde...


1 answers
54 views
0
AWS's EC2 robust server was established. About port forwarding.

We built node.js environment on Ubuntu server with EC2 solution of Amazon web service.You want to use the access port as 3000, 8080, and so on, not 80.The connection URL should then be http://XXX.XXX....

1 years ago

1 answers
55 views
0
When implementing Google Login using NodeJS Passport

app.get('/auth/google/callback', passport.authenticate('google'));If you do this, it works well.If you try to log it, it will emit an error.app.get('/auth/google/callback', (req, res) => { console....

1 years ago

1 answers
119 views
0
I want to know how to import files in different folders

at application/app/folder1/file.pyHow do I import application/app2/folder2/import_file.py?from application.app.folder2.import_file import func_nameI thought this would work, but it's not working ㅜ


1 answers
96 views
0
How to import classes with the same name in Java and how to rename the import

At Python,from a import b as cIt's like this when two imported cars collide. How do you do it in Java?

1 years ago

1 answers
104 views
0
Import path problem from python.

Environment: windows 10, pycharm community 5.0.5, python 2.7.11 Pycharm makes a new project with selenium testing sauce that it used to makeThere was an import problem while trying to recreate it.From...

1 years ago

1 answers
63 views
0
[Python] When importing your own files, how do you handle other libraries that you need?

For example,There's a file called that's a collection of handwritten functions called functions.pyI want to retrieve these functions from abc.py and use them. At that time, if the functions defined in...

1 years ago

1 answers
125 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
51 views
0
[android] Problems with sending late from external device during serial communication

You are trying to communicate by connecting the serial port with an external device.When sending a send from the device, the app sometimes fails to receive the receive and delays or misses it.For exam...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.