Deploy the LAMP platform, compile and install Apache, MySQL, PHP, and forum

preface        Here we will introduce the deployment of LAMP platform and the steps of compiling and installing the source code of each component. 1, Introduction to LAMP 1. LAMP platform overview          LAMP architecture is one of the mature enterprise website applica ...

Posted by phpuser1985 on Sun, 24 Oct 2021 20:09:24 -0700

[CISCN2019 finals Day2 Web1]Easyweb1

1, Foreword In previous articles, I mentioned that I have been doing things related to sql injection recently, and I have also been doing problems related to sql injection. However, in fact, many competition questions have different test sites. They often need to combine other knowledge to get the desired results. The following question is the ...

Posted by Magestic on Fri, 22 Oct 2021 01:59:09 -0700

How to use PHP functions for binary conversion

In the previous article "using PHP function to return the day before and the day after a date", we introduced the methods of using strtotime() function to obtain the day before and the day after a given date, the date of the previous month and the next month, the date of a week and the date of the next week. Interested friends can lea ...

Posted by clintonium on Thu, 21 Oct 2021 17:37:33 -0700

All file operations of PHP foundation 3

Common operations of all files in PHP File operation Write string to file $str = "abed, I see a silver light, It's suspected to be frost on the ground. look at the bright moon, Bow your head and think of your hometown."; # It must be enclosed in double quotation marks. Only in this way \ r\n can it be parsed file_put_contents('./test. ...

Posted by pjoshi on Wed, 20 Oct 2021 12:15:47 -0700

[great small project] Java SE consolidation project --- team scheduling software (inheritance, polymorphism, comprehensive application of a variety of basic knowledge, learn macro thinking)!!

Java SE project closure Java development program java se project - development team scheduling software [based on text interface] Look at the effect Company member status after adding Team members after adding Before development As for why this project is written or implemented, it is because the previous socket chat room proje ...

Posted by neveriwas on Tue, 19 Oct 2021 23:47:17 -0700

[wangdingbei 2020 rosefinch group]

subject Link: https://buuoj.cn/challenges#[%E7%BD%91%E9%BC%8E%E6%9D%AF%202020%20%E6%9C%B1%E9%9B%80%E7%BB%84]phpweb answer 1. Open the web page, a picture and a pair of English will appear. First, F12 view a wave of source code If there is a form and it is submitted by post, then packet capture analysis is required 2. There are two para ...

Posted by brokenshadows on Mon, 18 Oct 2021 19:57:21 -0700

Ajax Learning Notes

get request get.html Four steps <!DOCTYPE html> <body> <button onclick="getReq()">get request</button> <script> function getReq(){ //1. Create an XMLHttpRequest object let xhr = new XMLHttpRequest(); //2. Call the open() method to open the connecti ...

Posted by IronWarrior on Mon, 18 Oct 2021 09:53:23 -0700

markdown online editor editor.md secondary development detailed tutorial

Secondary development of markdown online editor editor.md demand It is often necessary to publish articles in online forums for publicity, but the writing format of each forum is different, which brings great obstacles to the publication. The recent rise of markdown format has brought good news to the majority of publishers. A document forma ...

Posted by Lord Brar on Fri, 15 Oct 2021 10:35:51 -0700

[0CTF 2016]piapiapia BUUCTF detailed writeup

Basic knowledge Escape principle of php anti sequence words Problem solving ideas payload /www.zip The source code is leaked and can be downloaded directly config.php ​​ Open config.php and you can see that the flag may be stored here Visit / register.php, register an account casually, log in and find that you have jumped t ...

Posted by atl_andy on Wed, 13 Oct 2021 10:59:25 -0700

Thread instance analysis - comprehensive application of threads (wizard thread, multithreading, interrupt, communication) [java]

Java learning punch in: day 28 Java cultivation program (punch in day 28) Content management: today's sharing is mainly about three threads. Later, we will consolidate the File class Thread instance analysis Q1: application of threads and wizard threads Title Content: Create a thread containing instance variable i. after the ...

Posted by rachae1 on Mon, 11 Oct 2021 11:06:34 -0700