p tag

1371 questions


1 answers
119 views
0
The theme does not appear in the WordPress dashboard.CSS problem?

I created my own original theme from HTML, CSS, and PHP in WordPress.If you look at customization, the design will collapse.(1) The logo MOFULOG appears small for some reason.The verification tool all...

1 years ago

1 answers
78 views
0
Binding UserControl During DataTemplate

The problem is that when you call UserControl in DataTemplate from an ItemSource such as ListView, Binding does not work.The UserControls I created are as follows: MyUserControl1.cs namespace Editable...

1 years ago

1 answers
111 views
0
I want to know why it takes 8 to 40 seconds to load a CSS of several tens of KB on the wordpress site.

The wordpress site is heavy, so I'm in trouble.According to Chrome's developer tool, it seems that the TTFB of a CSS with a file size of only a few tens of KB takes 8 to 40 seconds.(See the results of...

1 years ago

1 answers
81 views
0
Requirements for GET HTTP/1.0 and Request Heads

When I started learning about HTTP, I suddenly got an error and I don't know how to solve it, so let me ask you a question.$telnet www.httpbin.org 80Yes GET/ip HTTP/1.0 as follows: Connected to www.ht...

1 years ago

1 answers
135 views
0
There is no error, but I have not been able to insert (fuelphp)

I want to insert a record into mysql with fuelphp, but I can't.The details are as follows.There is no error log, so as a beginner in programming, I am I'm in a state of confusion as to what's going on...

1 years ago

1 answers
77 views
0
Error in ReflectionException cannot be resolved when configuring HomeMiddleware in Ravel.

I thought I copied the code of the book completely for Ravel's study, but the following error came out.I would appreciate it if you could let me know.Error Contents ReflectionExceptionClass App\Http\C...

1 years ago

1 answers
128 views
0
Error: Fatal Error (1): Class 'AppShell' not found in when testing the cake2.x shell with PHPUnit

I created the shell program app/Console/Command/TestShell.php in cakephp2.x.The shell itself works, but when I launch the PHPUnit test code from my browser, it turns white and error.log shows the foll...

1 years ago

1 answers
93 views
0
I don't know if the Larvel 5.5 windows function is called correctly.

In Ravel 5, I want to separate Create and Like operations with buttons, but I can't do it well.Buttons are processed in a separate PHP file.<button type=submit class=btn btn-primary name=create>...

1 years ago

2 answers
86 views
0
Page Nation with Ravel

To page using RavelI use the paginate() method every time Two things run: SQL to get the number of cases and SQL to get the results.How does the paginate() method work?

1 years ago

1 answers
82 views
0
Unable to move PHP xdebug in eclipse

I use eclipse 4.7.2 on macOS High Sierra.I installed PHP and xdebug with brew.In php.ini, zend_extension=/usr/local/opt/php72-xdebug/xdebug.soxdebug.remote_enable=1xdebug.remote_port=9000 Verifying th...

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.