36 questions
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?
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...
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) ...
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...
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
I wonder why you use the data tag.Is it just the semantic role of 'this is data linked to the server'?
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...
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...
I'd like to get reviews by date on the Naver movie rating page.But it's too much traffic. Can you help me?
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 - | » |
© 2024 OneMinuteCode. All rights reserved.