current location:Home > java后端 search
Found a total of 21313 related content
-
- Registration and login template with separate front-end and back-end
- Registration and login template with separate front-end and back-end
- 2020-01-10 710 6327
-
- Bootstrap adaptive computer and mobile terminal backend login interface code
- Bootstrap adaptive computer and mobile terminal backend login interface code
- 2017-12-29 270 4957
-
- Front-end table sorting plug-in, supports ajax paging
- jQuery front-end table sorting plug-in, supports ajax paging, back-end paging only sorts the current page, or front-end paging sorting
- 2019-09-09 53 1479
-
- html5 client form validation
- HTML5 client form verification, client verification, will be widely used in shopping malls. When you register as a member, the client will verify the form data. If it does not comply, it will not be sent to the backend for verification. HTML5 client verification, php Chinese Recommended download!
- 2017-01-18 116 1755
-
- jQuery leaf falling effect
- The leaves fall, and more leaves unfold nicely after clicking. Lenovo can extend more meaningful front-end implementation
- 2019-09-21 170 6078
-
- Front-end and back-end separation mobile terminal template
- Front-end and back-end separation mobile terminal template
- 2019-09-25 212 214554
-
- Simple responsive Bootstrap admin backend template-Space
- Web application management dashboard, Bootstrap3.3.7 framework, backend application template, backend html, management template, bootstrap template, management html, website backend, Space
- 2021-08-04 1011 7497
-
- Backend management software templates across multiple terminals
- Backend management software templates across multiple terminals
- 2019-09-25 275 215085
-
- High-end responsive backend management system template-Brilliant
- Brilliant high-end responsive backend management system template
- 2023-01-09 249 3628
-
- BUI background management system front-end framework
- The front-end framework of the BUI background management system is based on the front-end framework of the background management system built by Liangwuwu's background system using BUI. Features: Flexible and convenient menu system, powerful labels; Integrate a large number of business practices and front-end solutions; Detailed form page, search page and details page; Rich documentation.
- 2017-08-11 294 3428748
-
- PHP mysql practice: Student Information Management System (Jade Girl Heart Sutra Edition) database
- The course in this chapter does not use any back-end framework of PHP. It writes a simple student information management system to add, delete, check and modify student information.
- 2022-05-18 458 3819
-
- PHP mysql practice: student information management system (Jade Girl Heart Sutra Edition)
- The course in this chapter does not use any back-end framework of PHP. It writes a simple student information management system to add, delete, check and modify student information.
- 2020-08-29 2189 5871
-
- PHP Advanced Programming Patterns Framework and Testing (Chinese HD PDF version)
- The prestigious advanced PHP tutorial, the work of Zend Framework core developers, provides in-depth coverage of design patterns, PHP standard library and JSON. Today, PHP is the undisputed mainstream language for web development. After PHP 5, its object-oriented features are enough to compete with Java and C#. However, there has been a lack of information describing the advanced features of PHP, which has greatly affected the in-depth application of the PHP language. This book fills this gap. It is specifically aimed at experienced PHP programmers and explains in detail the topics that are most important to them.
- 2017-12-08 320 3112194
-
- A Practical Guide to PHP Development 2.0
- For a programmer who has just entered PHP development, what he needs most is a practical development reference book, not just a variety of quick-start only hello wolds. When developing, you should also pay attention to many techniques and some "hidden rules". PHP is a very simple scripting language, but you need to work hard to use it well. At the same time, due to the characteristics of PHP, I have repeatedly emphasized that the most NB PHP programmers are not engaged in PHP. why? Because PHP acts as a glue language for gluing the backend together Database and front-end pages, more required
- 2017-12-12 279 3097380
-
- Han Shunping's complete set of notes from entry to proficiency in PHP
- Han Shunping, graduated from Tsinghua University, is a well-known senior lecturer in software training in China. He has worked at Sina, Click Technology, and UFIDA. Host or participate in "Sina Mail System", "Orange SNS (Social Network) Website", "Click Technology Collaboration Software Group Server (Linux/Solaris Platform)", "National General Staff Voice Monitoring System", "English Learning Machine System" ", "UFIDA ERP (U8 Product) System" and other projects. Rich practical experience, patient and meticulous teaching, easy to understand, courageous to practice, diligent in innovation, teaching style close to life, teaching language vivid and interesting, many years
- 2017-12-12 600 3098433
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Things about JNI programming in Android Chinese WORD version
- This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 671
-
- Android cooperates with WebService to access remote database Chinese WORD version
- Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
- 2024-02-26 0 903
-
- Eclipse configuration Tomcat tutorial Chinese WORD version
- This document mainly talks about the Eclipse configuration Tomcat tutorial; Eclipse IDE: eclipse IDE is used as the development environment for JSP pages and Java files. Eclipse is a very simple and easy-to-use IDE environment. It has many features that can help programmers quickly write and debug Java programs. With the addition of the tomcat plug-in, this IDE is used to manage the entire web project (including HTML and JSP pages, icons and servlets).
- 2024-02-28 0 840
-
- Android data format parsing object JSON usage WORD version
- This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-30 0 1080
-
- Use HTML, CSS, JavaScript to develop Android applications English text pdf version with source file
- If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android apps. This hands-on book shows how to use these open source web standards to design and build applications that work on any Android device—no Java required. You'll learn how to create an Android-friendly web app on the platform of your choice, then convert it to a native Android app with the free PhoneGap framework
- 2024-02-27 7 1276
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 23 4395
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- phpList
- phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
- 2023-09-18 15 4111
-
- SecLists
- SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
- 2023-09-11 30 5741
-
- PHP abstraction library for multiple backends
- PHP abstraction library for multiple backends
- 2017-12-12 48 1168
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11352 90802
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749