p tag

1371 questions


1 answers
437 views
0
I have a question about deleting spaces

\t\n\r when you import and print the code to get the school notice and convert it to a csv file 0, [Announcement] Information on the Humanities Convergence Project Briefing Session 1, 44...


1 answers
277 views
0
Is it a security problem that Google Chrome has difficulty accessing its own website?

This is a question about the relationship between SSL certificates and Apache.I'm trying to publish my own website and I'm using a free software called MAMP.Most browsers, including the smartphone ver...


1 answers
297 views
0
I want to implement the file transfer function in visual studio.

I would like to implement c++ with visual studio to transfer files in Windows via ftp onto Linux machines, but when I look at the sites I found, I can't include header files, or I don't know if they c...

1 years ago

1 answers
416 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
264 views
0
Cannot Bulk Rename php in VSCODE Edit

I use VSCODE to write the php code.I'm going to rename a variable or function.Many sites say Press F2, but When I actually press F2, there is no response.The variable has a cursor and the variable is ...

1 years ago

1 answers
422 views
0
Yahoo API "Insufficient Parameters" Error

I'm trying to run a Japanese morpheme analysis of Yahoo API.Yahoo API Japanese Morpheme AnalysisThe code does not seem to be a problem, but an Insufficient Parameters error occurs.In addition to the a...

1 years ago

1 answers
321 views
0
I want PHP to retrieve the domain when the current URL is a subdomain.

The current URL is https://a.example.com/Also https://b.example.com/If so, how do I get example.com?Can't I get it from the predefined variable $_SERVER?

php
1 years ago

1 answers
384 views
0
Print Python beautiful soap text only

import requestsfrom bs4 import BeautifulSoupurl = https://toss.im/res = requests.get(url)res.raise_for_statussoup = BeautifulSoup(res.text, lxml)toss = soup.find(li, attrs={class:p-navbar__item})print...

1 years ago

1 answers
464 views
0
Please tell me what object is used to redefine equals in HashMap.

javapackage sec01.verify.exam03;public class Student {private String studentNum;public Student(String studentNum) { this.studentNum = studentNum;}public String getStudentNum() { return studentNum;}@O...

1 years ago

1 answers
467 views
0
Understanding PHP function names.Can I also use "asterisk*" or "escape\"?

Can I also use asterisk* or escape\ for PHP function names?For example, is a function name like fetch_*_id OK?The function name follows the same rules as the other labels in PHP.Valid forms of functio...

php
1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.