current location:Home > 优化java代码 search
Found a total of 21313 related content
-
- jQuery mobile version click on the tab to view the coupon code
- Click on the tab to view the coupon code on the jQuery mobile phone. It is a common way to view unused, used, expired and other coupon information codes similar to group buying apps.
- 2017-08-16 69 1340
-
- jQuery Select drop-down box beautification code
- jQuery Select drop-down box beautification code
- 2017-09-12 12 899
-
- jQuery number formatting delimiter code
- jQuery number formatting delimiter code
- 2018-02-03 40 1375
-
- CSS3 makes checkbox radio button beautification code
- CSS3 makes checkbox radio button beautification code
- 2017-08-12 115 1384
-
- 5 beautiful css3 radio button beautification animation codes
- Download 5 beautiful css3 radio button beautification animation codes, checkbox beautification special effects, and check button beautification effect codes.
- 2017-06-14 72 1555
-
- Search engine optimization marketing agency service company website template
- Search engine optimization marketing agency service company website template is a website template download that provides search engine optimization and marketing and other agency service company promotion website templates. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-10-31 9 760
-
- v5.0.7Spring Framework
- Spring Framework is an open source Java/Java EE full-stack application framework, released under the Apache license, and also has a ported version on the .NET platform. The framework is based on code from the book Expert One-on-One Java EE Design and Development (ISBN 0-7645-4385-7), originally written by Rod Johnson and Juergen Hoe
- 2018-06-14 81 2317088
-
- Multi-purpose app software business introduction official website template
- An introduction to an app application software in blue gradient style, the official website HTML template of an IT software technology company. It is suitable for all creative technology company websites. Such as Saas login, software login, creative agency, corporate business, creative studio, search engine optimization business and modern business website. All HTML files are 100% responsive & W3C HTML validated. The code is commented in a well-formatted and documented file structure.
- 2021-04-23 303 5585
-
- IMCART foreign trade e-commerce system source code
- IMCart is currently the first and most complete open source mall system in China, and is also a gold medal partner of PAYPAL's official website building system. The system supports multi-language, multi-site, mobile, local internationalization, API docking, etc. It has rich marketing functions and a complete product system, an excellent ordering experience, and is more in line with SEO optimization. The complete plug-in support/template center is also Make IMCART even more irreplaceable.
- 2017-02-18 259 3574629
-
- Simple and elegant education and training industry website source code download (with mobile phone data synchronization)
- 1. The template code is clean and tidy; 2. The effect is quite cool, quite simple and high-end, the template is simple, all the data has been called, you only need to modify the column name in the background. 3. Applicable to education training and educational institutions; 4. The website uses manual DIV+css, streamlined code, neat and elegant home page layout, reasonable layout, conducive to SEO, pictures and texts, and static HTML; 5. The homepage and overall situation have been fully optimized to make it easier for everyone to use seamlessly;
- 2017-04-07 417 3557333
-
- Search engine optimization advanced programming (including source code)
- Search engine optimization advanced programming (including source code)
- 2018-01-04 213 3017178
-
- "Search Engine Optimization Advanced Programming PHP Version (Including Source Code)"
- "Search Engine Optimization Advanced Programming PHP Version (Including Source Code)"
- 2017-12-13 351 3093765
-
- Search engine optimization advanced programming PHP version (including source code)
- Search engine optimization has traditionally been the job of the marketing team. But in this book, we will look at search engine optimization from another perspective and let programmers also participate in the search engine optimization team. Search engine optimization (SEO) is not just the job of the marketing department. It must be carefully thought through by the Web site developer, throughout the entire development process from the initial Web site idea. By changing the architecture of a Web site and modifying its presentation technology, search engine rankings and traffic levels can be greatly improved. This unique handbook is designed for PHP developers or those involved in
- 2017-12-07 335 3115856
-
- PHPCMS V9
- PHPCMS V9 (hereinafter referred to as V9) is developed using PHP5+MYSQL as the technical basis. V9 adopts OOP (Object-Oriented Programming) + MVC design pattern to build the basic operating framework. Modular development method is used as a functional development method. The framework is easy to expand functions, maintain code, and has excellent secondary development capabilities, which can meet the application needs of all websites. An excellent team with 5 years of development experience, while mastering rich WEB development experience and CMS product development experience, has the courage to innovate and pursue perfect design concepts, providing assistance to as many as 100,000 websites around the world, and
- 2017-12-12 273 3097832
-
- ThinkPHP3.2.3 fully developed
- ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented. It is released under the Apache2 open source license. It has been adhering to simple and practical design principles since its inception. While maintaining excellent performance and minimal code, It pays special attention to development experience and ease of use, and has many original functions and features, providing strong support for WEB application development. Version 3.2 makes some architectural adjustments on the original basis, introduces namespace support and modularization improvements, and provides more convenience for large-scale applications and modular development.
- 2017-12-12 298 3097423
-
- 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
-
- Detailed explanation of Android program debugging Chinese WORD version
- When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
- 2024-02-26 0 884
-
- MyBatis3.2.3 Help Document Chinese CHM Version
- MyBatis is an excellent persistence layer framework that supports ordinary SQL queries, stored procedures and advanced mapping. MyBatis eliminates almost all JDBC code and manual setting of parameters and retrieval of result sets. MyBatis uses simple XML or annotations for configuration and original mapping, mapping interfaces and Java POJOs (Plan Old Java Objects, ordinary Java objects) into records in the database. Friends in need can download and take a look
- 2024-02-29 1 840
-
- mybatis entry to proficiency Chinese WORD version
- MyBatis is an excellent persistence layer framework that supports ordinary SQL queries, stored procedures, and advanced mapping. MyBatis eliminates almost all JDBC code and manual setting of parameters and retrieval of result sets. MyBatis uses simple XML or annotations for configuration and original mapping, mapping interfaces and Java POJOs (Plan Old Java Objects, ordinary Java objects) into records in the database. Interested friends can come and take a look
- 2024-01-28 0 1260
-
- Proverbs of Programmers chm version
- This book is a summary of the author's technology and experience in more than ten years of programming career. The content covers everything from understanding the operating mechanism of CPU, Windows, and programming language to code specifications and styles, analysis methods, debugging methods and kernel optimization. It contains the author's cognitive process and thorough analysis of many issues, as well as excellent and a wonderful programming experience.
- 2024-01-19 0 1204
-
- 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
-
- 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
-
- 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
-
- Customized php verification code code
- Customized php verification code code
- 2017-03-20 177 4903
-
- 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