All Questions

19771 questions


1 answers
78 views
0
About ImportError Occurring in Pycharm

ImportError OccursI'm a beginner at python. I wanted to use a module called [pyperclip], so I installed it with the following command, but when I run the program in Pycharm, I get ImportError: No modu...

2 years ago

2 answers
68 views
0
I am creating web applications on laravel.I don't know where to fix the error.

https://gyazo.com/444cce9c9f21cd8fd7e6be288f3e0cfdlocalhost: This is what happens after logging in at 8000. in laravel's .envDB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=todoristDB_USER...

2 years ago

2 answers
126 views
0
I want to create a CSV with UTF-8, but ANSI outputs it.

I would like to create a CSV with the character code UTF-8 in PHP 5.4 (Cakephp2 environment), but when I look at the character code I printed in Notepad, it looks like ANSI.How can I fix it?Thank you ...

2 years ago

1 answers
136 views
0
Understanding the Command to Delete Only 0 Byte Files on Solaris

Solaris 11.3 environment.Assume you have a directory with the following configuration:/var/tmp/KOTEI/END//var/tmp/Organization Code/END/The system creates a large number of files under this control, i...

2 years ago

1 answers
41 views
0
Understanding the Executor Framework

Instead of inheriting the Thread class or implementing the Runnable interface, I would like to implement a shared object class with the following methods, using the Executor framework so that the set(...

2 years ago

1 answers
127 views
0
I want to use html form elements arranged well.

We have prepared html as follows.<form> <h2>Query 1</h2> <input type=hidden name=query[][name]value=query1> <input type=hidden name=query[][params][][name]value=param11> ...

2 years ago

1 answers
75 views
0
vagrantup failed to create shared folder

Trying to create a shared fileThis is the configuration of the vagrantfile.config.vm.synced_folder /main, c:/work/main, type: rsync, rsync__exclude: [.git/, node_modules ] config.vm.synced_folder /mai...

2 years ago

1 answers
116 views
0
OSError: [Errno98] Address already in use appears and cannot proceed.

Until Heroku beginners deploy simple applications using Flask!-Qiita Using the above page as a reference, I am trying to deploy a simple application made with flash on heroku.However, after $heroku op...

2 years ago

1 answers
94 views
0
WPF app created in Blend for Visual Studio does not work when taken out of bin

The WPF app created in Blend for Visual Studio 2017 is now available.Running from Blend and starting .exe from (project name) /bin/Release/ works as expected.When I moved .exe from the bin/release to ...

wpf
2 years ago

1 answers
92 views
0
CONTROL OF COMMUNICATION OF BLACKLISTED URLS

I think Excel and word files will be sent via email, but if the IT literacy is low, I think I will download it and browse it.That's all right, but when I read it and it says, Do you want to enable mac...

2 years ago
« - 207 - »

© 2024 OneMinuteCode. All rights reserved.