current location:Home > Technical Articles > php教程
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
-
- SQL Server Basics: Stored Procedures
- Simply put, a stored procedure is a collection of one or more SQL statements, which can be regarded as a batch file, but its role is not limited to batch processing. This article mainly introduces the use of variables, the creation, calling, viewing, modifying and deleting operations of stored procedures and stored functions.
- PHP开发 1848 2016-12-14 15:08:36
-
- phplock (php process lock) v1.0 beta1
- Since PHP does not have built-in lock support in multi-process mode (concurrent web access), concurrency problems are prone to occur after processing some resources.
- PHP开发 1171 2016-12-14 15:07:40
-
- SQL summary stored procedure
- Stored Procedure: One or more SQL statements that have been precompiled into an executable procedure.
- PHP开发 1212 2016-12-14 15:03:37
-
- SQLServer - Basic syntax of stored procedures
- Points to note when converting oracle's table creation sql into sqlserver's table creation sql:
- PHP开发 1272 2016-12-14 14:55:32
-
- The difference between stored procedures and functions in SQL
- There is essentially no difference. It's just that the function has the restriction that it can only return one variable. The stored procedure can return multiple. Functions can be embedded in SQL and can be called in select, but stored procedures cannot. The essence of execution is the same.
- PHP开发 1990 2016-12-14 14:51:04
-
- About the basics of getting started with SQL stored procedures
- In this article, the editor will introduce to you the basics of getting started with SQL stored procedures (basic knowledge). Friends in need can refer to it.
- PHP开发 1129 2016-12-14 13:44:42
-
- Several simple examples of sql stored procedures
- A stored procedure is a set of SQL statements designed to accomplish specific functions. It is a program written using the Transact-SQL language provided by SQL Server. After compilation, it is stored in the database. Stored procedure is an important object in the database
- PHP开发 1729 2016-12-14 13:42:17
-
- PHP remote include file vulnerability analysis
- When the server uses PHP's features (functions) to include any file, because the source of the file to be included is not strictly filtered, it can include a malicious file, and we can construct this malicious file to achieve evil purposes.
- PHP开发 1272 2016-12-14 13:41:31
-
- Basic knowledge of stored procedures in SQL Server
- A stored procedure is one or more SQL commands stored in the database as executable objects. In layman's terms: a stored procedure is actually a set of SQL statements that can complete certain operations.
- PHP开发 1258 2016-12-14 13:40:30
-
- PHP application security prevention technology research
- Regarding the security of PHP applications, we often tend to be negligent or take inappropriate measures. Here we provide you with a general anti-injection and anti-cross-site small program for your reference only.
- PHP开发 1166 2016-12-14 13:38:54
-
- Use php to implement network services
- In the process of calling network services, two messages are required, the sent message and the received message, and they must come and go.
- PHP开发 1119 2016-12-14 13:36:25
-
- Detailed explanation of CONVERT function in SQL
- The following article will introduce you to the CONVERT function in SQL. The CONVERT function is a function used for data conversion in SQL. If you are interested in this, you may wish to take a look. I believe it will be helpful to you in learning SQL.
- PHP开发 5784 2016-12-14 13:36:13
-
- PHPLog php program debugging and tracking tool
- This article will introduce you to a debugging tool that can replace echo, print_r, var_dump and other system functions, and also has call stack and parameter tracking functions. In short, it is the web version of debug_backtrace.
- PHP开发 1529 2016-12-14 13:34:36
-
- SQL Server Convert DateTime format conversion
- Change the [datetime] field value of the table table in sqlserver from '2011-11-07 16:41:35.033' to '2011-11-07 00:00:00' and remove the hours, minutes and seconds. The [datetime] field must be of datetime type Oh. UPDATE table SET [datetime]= Convert(char(11),[datetime],120)
- PHP开发 1288 2016-12-14 13:32:08
-
- PHP advanced OOP technology demonstration
- If you understand basic OOP concepts, then I will show you more advanced techniques.
- PHP开发 1210 2016-12-14 13:32:02