parsing tag

30 questions


1 answers
91 views
0
I want to change the string from Python to float or int

From Python30.33333 to float 30.333330 like int 30What should I do to change my brother?


1 answers
134 views
0
To use time in ISO 8601 format in Python?

2008-09-03T20:56:35.450686Z Same RFC 3339 stringI'd like to turn it over to Python datetime.datetime type.I looked it up and it only came out in a Unix time stamp formatWhat about RFC 3339?


4 answers
78 views
0
Unity loaded the .XML file into the WWW class for XML parsing. Is there any function to de-serialize the information?(We are developing it for Android phones.)

IEnumerator read() { Text txt = GameObject.Find(ERRORMESSAGE2).GetComponent<Text>(); string fileName = Quests.xml; string filePath = jar:file:// + Application.dataPath + !/assets/ + fileName;...

1 years ago

1 answers
111 views
0
XML Data Parsing on Android Platform

public class QuestContainer{private List<QUEST> confirmed = new List<QUEST>();private List<QUEST> complete = new List<QUEST>();private List<QUEST> possible = new List<...

1 years ago

1 answers
118 views
0
Unity 3D Android Platform XML WRITE LOAD Question.

string filename = Quests;Type[] questType = { typeof(QUEST) };FileStream fs = new FileStream(Path.Combine(Application.persistentDataPath,filename+.txt), FileMode.Create);StreamWriter sw = new StreamWr...

1 years ago

1 answers
135 views
0
Parsing network response raw data (null byte representation problem)

Hi, everyone. I'm going to parse the data that the viewer handles, which can only be installed through ActiveX in Internet Explorer. Right before the viewer on the web loads the data through Wireshark...

1 years ago

1 answers
124 views
0
Dynamic page crawling, parsing questions.

Hello.I'm going to make a web crawler or parser.Python, php, Java, and so on.http://ces17.mapyourshow.com/7_0/floorplan/index.cfm?hallID=F&selectedBooth=booth~1233Whenever I go into the above site...


1 answers
66 views
0
Is there a way to check multiple domains for Whois Open Api parsing?

I'm going to parse whois open apiI understand that you can obtain one domain information by inquiring whois open apiHow can I save multiple urls in a txt file to obtain multiple (100+) domain informat...

1 years ago

1 answers
74 views
0
Java enum utilization and regular expression questions.

within the enum classWhen input char comes in, use the regular expressionReturns the appropriate enum value The task of implementing a function.There are only examples of string types.It was weird, so...

1 years ago

2 answers
77 views
0
Java to read information from the Billboard chart website.

Like the title, it's a code that uses Java parsing to scratch information on the Billboard chart website.I'm not sure because I'm a beginner, but I think I use the URL class to create a url object and...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.