current location:Home > 比較関数 search
Found a total of 21321 related content
-
- jQuery mall product parameter comparison filter code
- jQuery mall product parameter comparison filter code
- 2017-08-11 148 2311
-
- Parameterizable circular dynamic percentage plug-in progress.js
- Parameterizable circular dynamic percentage plug-in progress.js
- 2019-10-08 94 1392
-
- jQuery responsive mall product parameter comparison and screening code
- This is a web page special effect that allows you to select multiple products for parameter comparison. It is a jQuery responsive mall product parameter comparison and screening code.
- 2017-06-28 171 2903
-
- CSS3+SVG percentage wave loading animation special effects
- CSS3 creates a circular digital percentage wavy scrolling loading effect based on svg attributes.
- 2019-04-01 156 3019
-
- Practical percentage jQuery pie chart plugin
- It's a pretty good jQuery pie chart plug-in. It's very convenient to load data and output it directly in the table, and then draw a pie chart to show the percentage. When you put the mouse over it, the data with the desired proportion will be displayed. It's still very good, although it doesn't. Highcharts.js is so powerful, at least it is enough for pie charts.
- 2017-01-14 245 3075
-
- HTML5 multifunctional digital agency website template
- HTML5 multifunctional digital agency website template is a digital agency promotion website template download suitable for UI design, APP development, data marketing, web development and other services. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-05-30 110 769
-
- Large data management dashboard background template
- The large data management dashboard backend template is a backend website template download suitable for data statistics management. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-02-22 160 1129
-
- HTML5 modern digital marketing company website template
- HTML5 modern digital marketing company website template is a downloadable promotional website template for digital marketing service companies. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-10-19 111 1110
-
- Digital Marketing Creative Corporate Promotional Website Template
- Digital Marketing Creative Corporate Promotional Website Template is a promotional website template suitable for companies engaged in digital marketing services to download. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-10-18 109 893
-
- Public welfare online mathematics course website template
- The public welfare online mathematics course website template is a public welfare website template download suitable for providing online mathematics courses. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-07-11 98 639
-
- A collection of tips for using PHP
- PHP's unique syntax is a mix of C, Java, Perl, and PHP's own innovative syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. Here are ten advanced PHP application tips. 1. Use the ip2long() and long2ip() functions to convert the IP address into an integer and store it in the database
- 2017-12-08 325 3111826
-
- Learn PHP tutorial in ten days
- In the past, I learned ASP in ten days, learned ASP.NET in ten days, etc. Now I think about writing PHP, which is more comprehensive. I won’t go into the PHP debugging methods here. Many articles outside have introduced them, and there are many different combinations. For the time being, I am using Apache web server and MY SQL as the WEB server and database, and I am doing the program in the environment of php-4.3.3. Of course, PHPMYADMIN is indispensable for simple construction and access to view the database.
- 2017-12-08 371 3111776
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- ThinkPHP configuration development and CMS backend practical courseware
- ThinkPHP configuration development and CMS backend practical courseware
- 2023-08-15 32 1562
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1692
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 172 2288
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2199
-
- hive function encyclopedia Chinese WORD version
- This document describes the hive function in detail; it is relatively comprehensive and I hope it will be helpful to everyone's study; interested friends can come and take a look at the catalog 1. Relational operations: 4 1. Comparison of equal values: = 4 2. Comparison of unequal values : 4 3. Less than comparison: < 4 4. Less than or equal to comparison: 5 6. Greater than or equal to comparison: >= 5 7. NULL value judgment: IS NULL 5 8. Non-null value judgment: IS NOT NULL 6 9. LIKE comparison: LIKE 6 10.J
- 2024-01-29 62 1406
-
- 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 1248
-
- Spark Streaming Programming Guide Chinese WORD version
- Spark Streaming is the core API of Spark, which supports high throughput and fault-tolerant real-time streaming data processing. It can accept data sources from Kafka, Flume, Twitter, ZeroMQ and TCP Socket, use simple API functions such as map, reduce, join, window and other operations, and can also directly use built-in machine learning algorithms and graph algorithm packages to process data . Interested friends can come and take a look
- 2024-02-27 23 1114
-
- abaqus Python example
- This document mainly talks about the abaqus Python example - operating excel files; currently processing data cannot be done without excel, so pythoners must learn to use python to operate excel tables. There are also many ways to interact between Python and excel; friends in need can download it and take a look
- 2024-01-25 0 693
-
- Simple usage of JSON Chinese WORD version
- This document mainly talks about the simple usage of JSON; JSON (JavaScript Object Notation) is a simple data format that is more lightweight than xml. JSON is a native JavaScript format, which means that processing JSON data in JavaScript does not require any special API or toolkit. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-01 1 1092
-
- Fat-Free Framework
- Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
- 2024-10-17 4 947
-
- PHPixie
- PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
- 2024-10-17 0 872
-
- Slim
- Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 730
-
- FuelPHP
- The Fuel PHP Framework is a fast, simple and flexible PHP 5.4 framework, born from the best ideas of other frameworks, with a fresh start!
- 2024-10-17 0 744
-
- Yii
- Yii is a fast, secure, and efficient PHP framework.Flexible yet pragmatic.Works right out of the box.Has reasonable defaults.
- 2024-10-17 0 763
-
- Commonly used mysql database connection classes
- Commonly used mysql database connection classes
- 2017-03-28 226 1643
-
- Comprehensive php-mysql database operation class
- Comprehensive php-mysql database operation class
- 2017-03-28 298 1824
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589