version tag

21 questions


1 answers
94 views
0
Can I convert a Unicode string to a regular string (including $$)?

Is it possible to convert a Unicode string to a regular string?If it's just an alphabet, I'll do something about it, but in addition to the alphabet, it also contains special characters such as , and ...


1 answers
112 views
0
How do I check the system version of Android?

Is there a way to know the Android system version by code? For example, 1.0, 2.2.

2 years ago

1 answers
153 views
0
How to change char to String

I want to change the char data type to String. How do I do it


1 answers
95 views
0
Questions about driving differences when installing Android Marshmallow version markets and studios

Hello, seniors. I have a question regarding the Android Marshmallow version response.First of all, there is no problem with this app from lollipop to its lower version.However, there is a problem from...


1 answers
69 views
0
Can you convert the String object of Java into InputStream and save it?

String exampleString = example;If I have a code like this, how do I put it in InputStream??


1 answers
99 views
0
I'm asking you how to change all the characters in the list ('1', '2',...) to numbers without a for statement

['1', '2', '3'] -> [1, 2, 3]How do I turn a number stored in text into a number?I think there is a way to do it without using the for statement, but I don't know what to do.


1 answers
136 views
0
How do I change String to Int?

I use Java. How do you change String to int type in Java?The string has numbers like 1234 and I want to change it to 1234


1 answers
145 views
0
Can I convert strings to numbers in Java?

How do I convert the int value into a String type string in Java?The string that I made is made up of only numbers. I want to convert that string into a number.For example, you want to get the number ...


1 answers
125 views
0
It says there's no itoa. Why?

http://www.cplusplus.com/reference/cstdlib/itoa/?kw=itoaI used the example here, but it says there's no itoa.What's wrong with you?itoa doesn't exist#include <stdio.h>#include <stdlib.h>in...


1 answers
118 views
0
Python integer conversion program error question

sel=int(Determine input number (16/10/8/2) :)if sel != 16 or 10 or 8 or 2: print (Error)if sel == 16 or 10 or 8 or 2: num=input (Enter Value:)if sel == 16 : num10 = int(num,16)if sel == 10 : num10...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.