p tag

1371 questions


2 answers
444 views
0
How to Receive Data Output Using echo in a Loop in an API in php

In laravel, I created an API that outputs JSON search results, but since there is a lot of data to output, I created it to send data in split echo.In this case, if I want to run the API within php of ...

1 years ago

1 answers
474 views
0
How to Add a Column Name in a Case Statement for SQL in CakePHP

kbn, name is the column name, but I want the |name part to be recognized as a string and recognized as a column name in the table. How should I describe it?SQL Statementselect case when kbn = '1' the...

1 years ago

1 answers
292 views
0
What does 'assoc' mean for fetchAll() in SQL?

When running SQL statements directly, the Cookbook says:What does this 'assoc' mean?$sql='select * from Users';$results=$connection->execute($sql)->fetchAll('assoc');

1 years ago

2 answers
392 views
0
How to Remove Unnecessary Tags in BeautifulSoup

<LI>·<a> to retrieve the string you want to retrieve from the HTML code described below, but <LI>·<a> also has <time>·<span> and so on.Please let me know.Example: &...


1 answers
446 views
0
Is it possible to use a combination of Apache 2.4.51 and PHP 5.4 or less?

Apache 2.2.17+PHP 5.2.1+CakePHP 1.1.14, created DB-related webs a long time ago.Due to a vulnerability in Apache, we would like to upgrade to Apache 2.4.51.I've seen how Apache 2.4.51 works with PHP 5...

1 years ago

5 answers
332 views
0
To collect tags that do not contain a class of tags in Python web scraping

code:blok[0].find_all('span')out[<span>(11/20 11:46)</span>, <span class=PhotoIcon></span>, <span>(11/20 11:04)</span>, <span class=PhotoIcon></span>, &...


1 answers
330 views
0
Learn how to write SQL directly

Hello.When running SQL statements directly, the Cookbook says:What does this 'assoc' mean?$sql='select * from Users';$results=$connection->execute($sql)->fetchAll('assoc');

1 years ago

1 answers
258 views
0
I want to read the contents of the file and use node-gzip.

I am thinking of compressing the file with JavaScript and transferring it to the server in node-gzip.On this page, as shown below (see ), there is a description of the text as input.(Here's 'Hello Wor...

1 years ago

1 answers
424 views
0
Python Suddenly Web Scraping Site Rejects

Hello.I'm inquiring because there was a sudden denial of access during scraping of the stock site.The error code is as follows.requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https...


1 answers
354 views
0
Mysterious 1 second wait for requests that exceed backlog

When I was experimenting with writing a C++ client/server code on a local host that repeatedly connects and disconnects TCP, I encountered a mysterious one-second pause in processing requests that exc...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.