All Questions

19771 questions


1 answers
318 views
0
What is a .dll file? Is the file the result of compiling the source code and in what format is it distributed?

What is a .dll file?Is this the result of compiling the source code?Or is the .dll file itself written in some language?In what format are .dll files generally distributed?·Is it distributed as a sour...

1 years ago

1 answers
365 views
0
What causes the second row to stick out when scrolling in HTML tables?

If you scroll through a table with the first column and the first row fixed in HTML, the scrolling column will overtake the first column as shown in the image below.Why does it stick out after scrolli...

1 years ago

1 answers
249 views
0
I want to save my Print results to my desktop.

import pandas as pddf = pd.read_csv(PSD online data1.csv, thousands=',')from scipy.stats import pearsonrfrom scipy.stats import spearmanrdf.corr()import pandas aspdfrom scipy import statsstats.pearson...

1 years ago

1 answers
256 views
0
What are some examples of not configuring outbound rules in AWS network ACLs?

Because the network ACL configuration in AWS is stateless, I think you need to configure inbound and outbound rules respectively, but could you tell me an example of a pattern that only sets inbound r...

1 years ago

1 answers
440 views
0
I want an event to happen when I click on a particular image on tkinter.

How do I make an event happen when I click on an image?(Viewing images on tkinter.) a=tkinter.PhotoImage(file=○○.png)  canvas.create_image(x,y,image=a)I would like to click on this image to generate a...

1 years ago

1 answers
419 views
0
How AmazonAdsAPI Handles Content for Media Type appapplication/vnd.spCampaign.v3+json 」

How can I pass the content of the media type application/vnd.spCampaign.v3+json from AmazonAdsAPI in C#?I am currently trying to run ADSAPI sp/campaigns/list in post in HttpClient in C#.You need to pa...

1 years ago

1 answers
311 views
0
When a multiprocessing program runs, dozens of programs run.

Description of the program you are creating first.Below is the code you wrote.main.py--import chatimport pygameimport randomimport globimport refrom multiprocessing import Process, Queueif __name__ ==...


1 answers
401 views
0
Is there any other way to save the Python database?

import requestsfrom bs4 import BeautifulSoupimport pymysqlconn = pymysql.connect(host='localhost', user='root', password='db비밀번호', charset='utf8', db='pythondb') cur = conn.cursor()for page in range...

1 years ago

1 answers
193 views
0
Spring placement writer question

Hello, I'd like to ask you a question about spring placement!Reader -> processor -> writerReaders and processors read and process the case.I know that they collect these and write them in a chun...

1 years ago

1 answers
283 views
0
I have been thinking about the cpp "char" 1byte send/receive code for a month.crying

Hello, I'm a beginner at Cpp.The code at the bottom is the example code that I referred to. The first code is the code that I modified.참고한 git는 https://github.com/gbmhunter/CppLinuxSerial 입니다.'#define...

c c++
1 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.