Course Advanced 20255
Course Introduction:Public welfare live broadcast time: 19:30 pm on December 10, 2020, teacher: Ximen Daguanren, communication QQ group: 731694316, there are multiple sets of customized mouse pads given away during the live broadcast! Core knowledge points of the course: 1. Compilation and installation of swoole in the Linux system; 2. The communication process between navicate and mysql; 3. The communication process between php and mysql.
Course Elementary 2814
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 Intermediate 5253
Course Introduction:Smarty template engine is currently one of the most popular template engines for PHP and has had a huge impact on many other template engines. This set of courses is based on the latest 3.0 system template engine and introduces some of the latest syntax and commonly used basic operations.
Course Intermediate 8760
Course Introduction:The teaching of this course mainly uses the popular PHP back-end framework thinkphp and the front-end adminlte to build a back-end system. Using a front-end framework to build pages will speed up project development. In addition, this course introduces several popular and easy-to-use jquery form-related plug-ins to help complete form verification and asynchronous requests, and encapsulates several recursive functions to help achieve asynchronous cache clearing, and implement Infinitus classification and other functions...
javascript - js array finds elements by index and returns
js array finds elements by index and returns the element
2017-05-19 10:37:33 0 4 572
mongodb - Mogodb uses text index, can't it use compound index?
2017-05-24 11:31:30 0 1 840
2019-01-30 15:59:34 0 1 1269
How to call PHP function through JavaScript?
2023-07-30 18:57:00 0 2 579
Websites created through tools can only open the index.php file through the URL.
2017-12-22 12:03:40 0 3 1633
Course Introduction:Guide to PHP Call by Reference. Here we discuss the introduction, syntax, and working of call by reference in PHP along with examples.
2024-08-29 comment 0 1082
Course Introduction:This is a guide to C# Call By Reference. Here we discuss the introduction to C# Call By Reference with working and programming examples.
2024-09-03 comment 0 1115
Course Introduction:Are Channels Passed by Reference?Go language introduces channels for concurrency, which are like pipes for communication between goroutines. The...
2024-11-12 comment 0 228
Course Introduction:Passing Shared Pointers: By Reference or By ValueWhen invoking a function that accepts a shared pointer, developers face the choice between...
2024-10-30 comment 0 626
Course Introduction:Capturing References by Reference in C 11 LambdasThis code snippet demonstrates the capture of an integer reference by reference within a lambda...
2024-11-04 comment 0 400