and tag

8 questions


1 answers
134 views
0
I'm uploading a shared article on the band app, and I'd like to attach an image.

The way to share writing in the band app was simply organized and could be applied immediately. I don't know what to do to attach an image. ㅠ

2 years ago

1 answers
130 views
0
[Linux] Can you deliver data to standard input/output redirection and standard errors?

You want to pass data to one program.Pipes allow data to be passed to the program's standard input.But what I want to do is write data in the standard error of the program.Is there a way to do this?(I...


1 answers
87 views
0
I wonder if I can make an application that works with wearable devices such as Galaxy Gear S2 and Mi-Band.

I'm going to make an application for my graduation exhibition. I've seen all the basic Android books, but there's no link to the wearable device.The application I designed should be able to link with ...


1 answers
71 views
0
Executing External Commands with Python

How do I run an external command that I write from a unix shell or window command prompt?


1 answers
72 views
0
This is a terminal convenience function question when running on the Ipython Notebook web.

Hello.Put ipythonnebook on Ubuntu I'm a student learning Python coding on the web.I'm just trying to run a terminal within the web and work on things like git. The terminal provided by ipythonnebook w...

2 years ago

1 answers
41 views
0
How do you use logic operators && in Python?

When I run the code below, it says that I can't write &&So how can I write logical AND && in Python?def front_back(a, b): If len(a) %2 == 0 && len(b) %2 == 0: #Error here retur...

2 years ago

1 answers
140 views
0
Python tkinter button command Lambda.

Python tkinter in use An attempt was made to execute a function through the command in the button widget.But I'm asking you this question because it doesn't work normally.TestBtn = Button (MainForm, t...


1 answers
87 views
0
Is it possible to specify a decimal range with a phprand function?

I want to designate latitude and longitude as Busan range, so I want 35.xxxx /129.xxx decimal point to be random

2 years ago

© 2024 OneMinuteCode. All rights reserved.