data tag

36 questions


1 answers
107 views
0
How to get photo metadata from Android

As far as I know, photos have metadata like music files.I heard that the size, pixel, and date of the picture are saved.I'd like to get the price of the date I took the picture, so how can I get it?

2 years ago

1 answers
148 views
0
Android Recycler View - Activity - Error in Recycler View

If you change the image of Recyclerview B when an event occurs in Recyclerview A, there is an error in this part.Logic is like this.It's A - Activity - B Recycler View.E/AndroidRuntime: FATAL EXCEPTIO...


2 answers
98 views
0
I have a question about how to implement data visualization on the web.

Hello. I was looking for a way to implement data visualization on the webI'm writing a question to ask Hakosa.First, as a reference example, write down the link to designer Sowon Young's work.(1) (1) ...

2 years ago

1 answers
90 views
0
I wonder why class variables are continuously initialized in Python.

class Stack: def __init__(self): self.items = [] def __len__(self): return len(self.items) def is_empty(self): return len(self.items) == 0 def push(self,e): self.items.append(e) def pop(self): if...

2 years ago

1 answers
64 views
0
Answer How to convert csv file data using Python_2

I want to use datetime to specify all the columns in the 'date' column, convert them, and put them back in. There's an error. Please give me a solution

2 years ago

1 answers
90 views
0
I wonder why you use the data tag.

I wonder why you use the data tag.Is it just the semantic role of 'this is data linked to the server'?


1 answers
82 views
0
I'd like to make an app.

When an application sends a query, I want to process the collected data through an algorithm and feed it back to the app, but it's just a computerI'd like to know if you're processing data by accessin...

2 years ago

1 answers
112 views
0
I have a question about data range using Python Pandas module.

In the Seoul Metropolitan Government's public data, we wanted to analyze how the number of students per teacher changes in time series by district.http://data.seoul.go.kr/openinf/linkview.jsp?infId=OA...

2 years ago

1 answers
144 views
0
Python Web Crawling Questions

I'd like to get reviews by date on the Naver movie rating page.But it's too much traffic. Can you help me?


1 answers
133 views
0
When saving from node.js to mongodb, is there a way to save it so that it doesn't overlap?

var mongoose = require('mongoose'), Schema = mongoose.Schema;var schema = new Schema({ name: {type: String, required: true, unique: true}, img: {type: String, required: true}, field: {type: String, re...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.