line tag

53 questions


1 answers
119 views
0
The cursors are aligned in the middle of EditText, which is a row of Android, so can't you put them on top?

<EditText android:layout_width=fill_parent android:layout_height=wrap_content android:gravity=center android:singleLine=false android:lines=5 android:layout_marginLeft=10dip android:layout_marginRi...


1 answers
118 views
0
How to get multiple lines of EditText on Android

Please teach me how to get multiple lines of EditText on Android.

2 years ago

2 answers
85 views
0
Android Studio edittext Specify a character limit for each line in multiple lines

I want to make it possible to enter a total of 10 lines and 8 letters per line in EditText What's the way?

2 years ago

1 answers
75 views
0
Python Module NotFoundError: I have a question about the error No module named

After designing with the designer among anaconda, I saved the ui file in the lib folder and ran it on main.py, and it says there is no module. Why is that?# -*- coding: utf-8 -*-from PyQt5.QtCore impo...

2 years ago

1 answers
99 views
0
How do I change the text view on Android?

I want to put a line change in the text view in xml, but \n doesn't work properly when I see it as a visual editor.What should I do?<TextView android:id=@+id/txtTitlevalue android:text=Line1: \n-Li...

2 years ago

1 answers
126 views
0
Is there any way to print it without any spaces in Python?

In C, for(i=0; i<3; i++) printf(.);Lower face ...It came outIn Python, for i in range(0,3): print(.)Lower face ...It comes out like this.How do I make it look like C?

2 years ago

1 answers
98 views
0
How to divide a string from a Java string to a line

In the JTextArea, I want to separate the strings by '\n'. The sauce below is not working properly. I've already tried '\r\n | \r | n'.public void insertUpdate(DocumentEvent e) { String split[], docStr...

2 years ago

1 answers
89 views
0
Why can't Python annotate multiple lines?

Why can't Python annotate multiple lines?I know that you use or ' to process multiple lines, but technically, it's right to classify it as a string, so I exclude it.Other languages support multi-line...

2 years ago

1 answers
91 views
0
Are there any other opening letters other than \n? Or is there another way to open it?

\nIs there any other text that goes to the next line? I can't.


1 answers
112 views
0
Why is C++ slower to read than Python?

I ran a program that receives a line from stdin in Python and c++C++ is much slower.Isn't Python usually much slower?Is it because I made the code weird?I don't know what's wrongI ran it on OS X (10.6...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.