Warning: mysqli_query(): MySQL server has gone away in /home/wwwroot/syntaxbug.com/wp-includes/wp-db.php on line 1924

Warning: mysqli_query(): Error reading result set's header in /home/wwwroot/syntaxbug.com/wp-includes/wp-db.php on line 1924
web – Page 3 – SyntaxBug

Create a web desktop shortcut with UOS_Kirin KYLINOS

Original link: UOS/KylinOS creates web desktop shortcuts Hello, everyone. Today I bring you an article about using the command line to create a web desktop shortcut on Unison UOS/KylinOS. It is mainly used when building cloud desktop templates and mirror templates. You are welcome to browse, share and forward. . Follow me! 1. View system […]

Weblogic t3 protocol analysis

Vulnerability introduction There are roughly two types of weblogic deserialization vulnerabilities, one is based on the t3 protocol and the other is based on xml Vulnerabilities based on the T3 protocol include: CVE-2015-4582, CVE-2016-0638, CVE-2016-3510, CVE-2018-2628, CVE-2020-2555, CVE-2020-2883 Among them, CVE-2020-2883 is a bypass of the CVE-2020-2555 patch, but it is actually similar. Debugging environment […]

jsp+servlet online ordering system (front desk, backend) based on javaweb+mysql (java+jsp+servlet+mysql+dbutil+tomcat)

jsp + servlet online ordering system (front desk, backend) based on javaweb + mysql (java + jsp + servlet + mysql + dbutil + tomcat) Private message Source code acquisition and debugging communication Operating environment Java≥8, MySQL≥5.7, Tomcat≥8 development tools eclipse/idea/myeclipse/sts, etc. can be configured to run Be applicable Course design, major assignments, graduation projects, […]

Java Graduation Project JavaWeb Animal Adoption Website Based on Jsp+Servlet

Project type: JAVA WEB project Project name: JavaWeb animal adoption website based on Jsp + Servlet User type: dual roles (administrator + caring person) Design pattern: Jsp + Servlet Development Tools: Eclipse Database: Mysql + Navicat Database table: 6 sheets Applicable: When studying and experimenting with JAVA courses such as software engineering, computer science and […]

WebSphere Liberty 8.5.5.9 (1)

WebSphere Liberty 8.5.5.9 (1) Installation 1. Download WebSphere Liberty 8.5.5.9 from the official website 2. Unzip Extract to D:\wlp-webProfile7-java8-8.5.5.9 3. Start D:\wlp-webProfile7-java8-8.5.5.9\wlp\bin>server start Starting server defaultServer. Server defaultServer has been started. 4. Verify service startup http://localhost:9080 5. Stop service D:\wlp-webProfile7-java8-8.5.5.9\wlp\bin>server stop Stopping server defaultServer. Server defaultServer has stopped. 6. Install background management 6.1 Find admin […]

3D rendering principle and simple JavaScript implementation [without using WebGL]

Displaying images and other flat shapes in web pages is very easy. However, when it comes to displaying 3D shapes, things become less easy because 3D geometry is more complex than 2D geometry. To do this, you can use specialized technologies and libraries such as WebGL and Three.js. However, if you just want to display […]

Design and implementation of like-minded dating website based on springboot

Table of Contents Preface 1. Technology stack 2. Introduction to system functions Member management Member information management Article classification management Article information management Dating forum member information 3. Core code 1. Login module 2. File upload module 3. Code encapsulation Foreword The fast-paced development of the modern economy and the constantly improving and upgrading of […]

Newstar week5 WEB Unserialize Again (phar deserialization, __wakeup() bypass, phar re-signing)

Table of Contents Main parts of Phar file: 1. stub file identification 2. manifest 3. contents 4.signature topic: Main part of Phar file: 1. stub file identification The basic structure of the stub: xxx, The preceding content is not limited, but it must start with __HALT_COMPILER();?>, otherwise the phar extension will not recognize this file […]