Course Intermediate 5422
Course Introduction:Goal: Deploy the best environment for web projects (you can use Laravel+Redis+Memcache+Composer+Apache). Requirements: All software in the environment deployment is the highest stable version currently available. Reality: No Window or virtual machine installation is required. Cloud server (Alibaba Cloud) is used for deployment and installation. Using source code package installation is not only to build a perfect environment, but also very helpful for learning. You can have a deep understanding of your own environment architecture and gain an overall understanding of development. Have a deeper understanding of software such as Apache, MySQL and PHP.
Course Advanced 43214
Course Introduction:"High-Performance Linux Server Building Video Tutorial" introduces the installation and configuration of the system, the introduction of the editor, the operation of files, the establishment of the lnmp environment and the installation and use of Redis.
Course Intermediate 4586
Course Introduction:Use Github, Gitee, and Codechina to maintain website code, because these code libraries can support configuring webhooks. Linux cloud server (public IP); install Git, install Nginx, install PHP, and install FTP. Detailed tutorial document: https://mp.weixin.qq.com/s/VtTHUfyiITNSoGy052jkXQ
Course Elementary 2910
Course Introduction:If you want to build a website, you can only access the Pagoda panel by opening port 8888. When opening port 8888, you should also remember to open port 80 (which is the default port of the WEB server). It is recommended to open another port 443 (this is based on HTTPS). The default port of the website), open these ports and your website can be accessed normally; this course is reproduced from Bilibili: https://www.bilibili.com/video/BV1fJ41147vV
Course Elementary 7423
Course Introduction:HTTP is a simple request-response protocol that usually runs on top of TCP. It specifies what kind of messages the client may send to the server and what kind of response it gets. Web servers generally refer to website servers. Currently, the three most mainstream web servers are Apache, Nginx, and IIS.
Send server stored PDF file to another server via Curl PHP form data
2023-08-31 12:44:11 0 1 584
javascript - Regarding storing data on the server, is there anything free available?
2017-05-24 11:32:30 0 1 473
How can we capture the resource usage of a specific stored procedure in mysql server
2024-03-30 09:59:56 0 1 538
The difference between WEB server and application server:
2021-10-25 14:36:20 0 3 2867
What is the difference between VPS and cloud server?
2021-11-05 10:46:30 0 2 988
Course Introduction:Laravel - Dump Server - Laravel dump server comes with the version of Laravel 5.7. The previous versions do not include any dump server. Dump server will be a development dependency in laravel/laravel composer file.
2024-08-27 comment 0 1238
Course Introduction:Unveiling the Storage of $_SESSION Variables: Server vs ClientQuestion: Where are PHP's $_SESSION variables stored, the client or the...
2024-11-26 comment 0 365
Course Introduction:How can I make go get work with a repo on a local server?Go get doesn't work with repos on a local server by default. To make it work, you need to...
2024-12-16 comment 0 939
Course Introduction:Activation method: 1. Select a cloud storage service provider; 2. Register an account and log in to the cloud storage service platform; 3. Create a storage bucket, select the region and naming method of the storage bucket; 4. Configure the access permissions of the storage bucket, including public reading. Write permissions and private permissions, etc.; 5. Upload files to the storage bucket; 6. Use the API or SDK provided by the cloud storage service for file management and access.
2024-03-07 comment 0 912
Course Introduction:Can Go Get Work with a Repo on a Local Server?Yes, Go allows you to retrieve packages and modules from repositories hosted on a local server, even...
2024-12-07 comment 0 347