Released by Dcat Admin v1.5.0, it is a high value background system building tool, adding cool dark mode theme
Dcat Admin
Dcat Admin Is based on laravel-admin The second development of the background system construction tool, only a small amount of code can quickly build a functional high value background system. Built in rich back-end common components, out of the box, let developers bid farewell to miscellaneous HTML code, very friendly to back-end de ...
Posted by misty on Mon, 15 Jun 2020 06:27:10 +0200
Enterprise Actual LNMP High Performance Server_phpMyAdmin deployment
Enterprise Actual LNMP High Performance Server_phpMyAdmin deployment
In LNMP WEB architecture, Nginx is a high performance WEB server and cannot process PHP itself. When receiving HTTP Request requests from client browsers, Nginx server responds to and processes WEB requests. Static resource CSS, pictures, videos, TXT and other static file req ...
Posted by jumphopper on Sun, 14 Jun 2020 18:20:40 +0200
pikachu range clearance WP
pikachu range clearance WP
brute force
Brute force solution based on form
Verification code bypass (on server)
Verification code bypass (on client)
token anti explosion?
Cross-Stie Scripting
Reflective xss(get)
Reflective xss(post)
Storage xss
Dom xss
Dom xss-x
XSS blind play
XSS filtering
htmls ...
Posted by Delaran on Thu, 11 Jun 2020 09:42:01 +0200
How to use alicloud oss to upload large files in pieces
How to use alicloud oss to upload large files in pieces
It's very easy to upload large files, but there are various problems in doing it. I just made one. Now record the process
demand
The company's new project needs to do a large file upload function, which saves some engineering project models and ...
Posted by ariliquin on Tue, 09 Jun 2020 05:43:46 +0200
Deployment and application of Cacti monitoring platform
brief introduction
Cacti is a software implemented in php language. Its main function is to obtain data through snmp service, then use rrdtool to store and update data. When users need to view data, use rrdtool to generate charts and present them to users. So the key of cacti is snmp and rrdtool. snmp ...
Posted by mem0ri on Tue, 09 Jun 2020 04:54:13 +0200
Powerful one click deployment website architecture tool Oneinstack
Oneinstack basic use
Oneinstack
1. Features of Oneinstack:
2. Oneinstack open source software version
3. Deployment and installation of oneinstall
3.1 download oneinstall
3.2 decompression and installation
3.3 operation install.sh
Official website explanation chart:
3.4 installation process diagram ...
Posted by linda thomas on Sun, 07 Jun 2020 08:30:41 +0200
Source configuration PHP7.4
1, php Installation Preparation Environment
System: CentOS Linux release 7.7.1908
PHP: php-7.4.6
2, Install PHP dependency package
yum install gcc libxml2 libxml2-devel openssl openssl-devel bzip2 bzip2-devel libcurl libcurl-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel gmp gmp-devel libmcrypt libmcrypt-devel rea ...
Posted by Pyrite on Thu, 21 May 2020 17:55:26 +0200
Web development, only JS can complete the development of Express query API interface
Some netizens left a message saying that they want to call the express bird API interface to realize Express query, but they don't understand the back-end development, JAVA, PHP, C and python. They asked me if I could realize express interface query, and I said what would you do, he said, I only know a little JS,
I replied that it's enough. No ...
Posted by itbegary on Tue, 19 May 2020 16:19:13 +0200
Three common encryption functions in PHP
PHP encryption function - md5() function encryption instance usage
MD5() function is the MD5 hash value of calculator string. Using MD5 algorithm, the full name of MD5 is message digest algorithm 5. Its function is to calculate data information of different length into a 128 bit value through a series of algorithms, that is, to change a byte st ...
Posted by DavidAM on Fri, 15 May 2020 12:03:01 +0200
centos7 builds wordpress blog
Install apache
yum install -y httpd
Start apache
systemctl start httpd
Set apache to power on automatically
systemctl enable httpd
Access public network address to check whether apache is normal
Install MySQL database
wget -i http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-10 ...
Posted by pedroteixeira07 on Mon, 11 May 2020 19:01:44 +0200