current location:Home > Technical Articles > php教程 > 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
-
- Implement linux and windows file transfer
- In fact, this topic is a bit big. What is introduced here is only one type of file transfer between Linux and Windows, but this method is very practical, that is: ZModem protocol
- PHP开发 1718 2016-11-23 11:45:54
-
- Solution to ping: unknown host error under Linux
- Ping command errors sometimes occur on Linux servers. Let’s summarize them today.
- PHP开发 2013 2016-11-23 11:42:18
-
- Detailed explanation of decompression of .tar.gz and .gz files under Linux
- .tar.gz and .gz files are two different files and need to be treated differently. Of course, the decompression commands are also different. Let’s share their respective decompression methods below.
- PHP开发 2476 2016-11-23 11:36:34
-
- Memorize common Vim commands and get twice the result with half the effort in Linux programming
- People who want to program in Linux must use vim. Vim is the most commonly used editor in Linux today, so... If you memorize Vim's common commands, Linux programming will get twice the result with half the effort. Commonly used commands in vim are listed below:
- PHP开发 1461 2016-11-23 11:33:53
-
- Python operates mysql database
- Python's standard database interface is Python DB-API, which provides developers with a database application programming interface.
- PHP开发 1553 2016-11-23 11:31:13
-
- Vim commonly used commands: multi-line comments and multi-line deletions
- Multi-line comments and multi-line deletion commands in vim are also commonly used tips that can greatly improve work efficiency.
- PHP开发 1335 2016-11-23 11:29:40
-
- Linux regularly backs up mysql and synchronizes it to other servers
- Data is the core asset of any company. Regular backup is to ensure that when a problem occurs in the database, it can be rolled back to the nearest backup point in time to minimize the loss.
- PHP开发 1486 2016-11-23 10:27:43
-
- Basic postures of Sass
- Basic postures of Sass
- PHP开发 1687 2016-11-23 10:17:19
-
- nginx configure nodejs proxy server (mac environment)
- nginx configure nodejs proxy server (mac environment)
- PHP开发 1421 2016-11-23 09:51:11
-
- Multi-instance configuration of mysql5.7.11
- Multi-instance configuration of mysql5.7.11
- PHP开发 1125 2016-11-23 09:49:00
-
- SQL server middleware supports front-end and back-end password separation
- SQL server middleware supports front-end and back-end password separation
- PHP开发 2031 2016-11-23 09:40:05
-
- WeChat Mini Program – Custom Creation
- WeChat Mini Program – Custom Creation
- PHP开发 2135 2016-11-23 09:37:41
-
- Redis cardinality statisticsHyperLogLog has small memory and great use
- Redis cardinality statisticsHyperLogLog has small memory and great use
- PHP开发 1519 2016-11-23 09:34:01
-
- Jquery creates tables, fills table data, and resets tables
- Jquery creates tables, fills table data, and resets tables
- PHP开发 2223 2016-11-23 09:31:08
-
- redis optimistic lock practice flash sale
- There is a bid (it can be understood as grabbing red envelopes, the accountBalance is pre-assigned 1,000 yuan), and everyone can snap up it. After each user successfully purchases, the total number of the last bid is updated. In a concurrent situation, redis's optimistic lock is used to ensure that the total bid value is updated. For correctness, first put an underlying amount into redis: set accountBalance "1000"
- PHP开发 2742 2016-11-22 17:51:11