string tag

223 questions


1 answers
40 views
0
How do I remove the file extension from Java?

What is the best way to remove the file extension in Java, as shown below?title part1.txttitle part2.html=>title part1title part2

2 years ago

1 answers
83 views
0
To ensure that the Oracle property value always contains a constant string...

I want to set the same string to always be entered in one property in the table.What should I do>?


1 answers
115 views
0
Please tell me the code for extracting a specific string. crying

E513-180612001/ET510CU-B1/82419-T/1800/90/18.07.05/FNH450.1You are trying to extract (dark) color for the string from the MFC. I don't know how to code. The characters are constantly wrong, so you jus...

2 years ago

1 answers
136 views
0
How do I compare strings in Java?

How do I compare strings in Java?I've used the == operator to compare strings until now.But as I continued to use it, there were often situations where bugs occurred, and some of them.Fixed bug after ...

2 years ago

1 answers
38 views
0
To assign a long string

When assigning super long queries in rows to make them look good,As in javascript, using + or backslash (\) is a good ideaI don't know if it's a Python way.It doesn't look very good and it's troubleso...

2 years ago

1 answers
42 views
0
To declare char[] as input/output parameter instead of String in C

Hi, how are you?I am a returning student who is suffering from forgetting everything because I didn't use C and C++ after being discharged from the military.I was asked to write a replacement password...

2 years ago

1 answers
43 views
0
How can I capitalize every first letter of a string in Java?

Is there a method in Java that capitalizes every first letter of a string? jon skeet -> Jon SkeetMiles o'Brien -> Miles O'Brien (exclude the title and keep the original capital letter)old mcdona...

2 years ago

1 answers
37 views
0
Flipping strings in Python

I looked up str object and there was no reverse functionWhere can I find it?

2 years ago

1 answers
86 views
0
Methods such as Sprintf in Java

Printf has been added since Java 1.5. But I don't know how to print it out as a string instead of a file like sprintf does in c Please tell me how to do it.

2 years ago

1 answers
41 views
0
Filling 0 before string

I'm going to print out a number, but I want to make it 5 digits no matter what.For example, print(3) = 00003print(50000) = 50000print(723) = 00723Like this!How can I make it short?

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.