p tag

1371 questions


2 answers
110 views
0
Ravel fails to migrate with SQLSTATE [23000] error when handling foreign key constraints.

users tablehttps://gyazo.com/831e6d98dfc12e266db09b3a0db6bd11leectures tablehttps://gyazo.com/c2626070a76bc14e555d89c7c3d7dfdfThere are two tables above, I want to associate the user_id column with th...

1 years ago

1 answers
126 views
0
Unable to deploy php on xampp, xamp does not work

xampp does not work in Windows.I'd like to do a php deployment test on the Windows virtual host.Deploying xampp in WindowsLaunch apache (81 port), mysql (3306 port) Boot url should be http://locathost...

1 years ago

3 answers
72 views
0
How to Divide a String in Mail Address Format into Names and Mail Addresses in PHP

Thank you for your help.Suppose you have a string in the following email address format:Test <[email protected]>I would like to get this string in PHP divided into the name part (for example, the...

1 years ago

1 answers
95 views
0
I don't want to convert newline code in GitHub Desktop for Windows

I am using GitHub Desktop for Windows.Are there any settings that do not convert newline codes?Is it possible to return the changed line feed code?(I'm giving up because of all the articles that say I...

1 years ago

1 answers
166 views
0
Yahoo Search Scraping Can't Get Only Ads

I'm currently learning scraping at Python 3 and I know it's a gray zone to scrape Yahoo searches when I've tried various sites, but when I tried it (I don't use anything), I couldn't get an ad, so I w...


1 answers
71 views
0
Find and download the file name of the CSV file that you want to download in python ftplib!

Prerequisites/What you want to achieveI would like to download the CSV file in python ftplib.At that time, the date part of the file name changes every day, so I will search by regular expression and ...

1 years ago

1 answers
88 views
0
I want to return the date and title together with WordPress mwwform plug-in.

Edit function.php for WordPoress plug-in MWWPFORM.Now I can return the title and date individually to the form, but I would like to return them all together.I'm sorry that I can't explain it well, but...

1 years ago

1 answers
72 views
0
Directory on the server does not appear as transmit

Thank you for your continuous support.Please let me know about the following questions.The file transfer tool Transmit 5.6.1 no longer displays the directory directly under /var/www/html.What should I...

ftp
1 years ago

1 answers
125 views
0
call a variable from another jsp file

How can I call the variable dialog in the javascript part of the jsp file below from another jsp?vardialog=Liferay.Util.Window.getWindow( { Dialog: { align: { node —null, points: ['tc', 'tc' ] ...

1 years ago

1 answers
97 views
0
I want to ban full-width spaces with regular expressions.

This is what I'm using nowregex:/^[Ah-anger 1- -a-zA-Z0-9]+$/Half-width spaces are no longer available, but full-width spaces are not possible.

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.