current location:Home > 函数式编程 search

Classify:
Found a total of 21313 related content
  • jQuery pagination plugin Pagination
    jQuery pagination plugin Pagination
    The jQuery paging plug-in Pagination provides multiple data source methods, numerous configuration parameters, callback functions, display controls, etc. It also provides 5 sets of built-in paging bar skins.
    2017-03-24 88 1550
  • overhang.js – jQuery top notification prompt plug-in
    overhang.js – jQuery top notification prompt plug-in
    overhang.js is a plug-in based on jQuery and jQuery UI for displaying notifications, confirmations, and prompts. It slides out from the top in an animated manner. overhang.js provides many parameters, you can customize the notification style, and the callback function can also meet more of your needs.
    2020-11-10 50 3497
  • Visual column chart sorting exchange code
    Visual column chart sorting exchange code
    The visual column chart sorting exchange code is a sorting method programmed using HTML plus CSS code. The column chart displays the data visualization model and the bubble sort visualization tool is available for free download and online preview.
    2024-02-02 3 299
  • Supports responsive mobile jQuery image carousel plug-in unslider
    Supports responsive mobile jQuery image carousel plug-in unslider
    Supports responsive mobile phone side jQuery image carousel plug-in unslider, a very powerful jQuery plug-in that supports responsive mobile side, supports function callbacks, and supports left and right button switching. You can customize whether to use responsive fluid:true/false and whether to display dots. Switch dots: true/false, whether to support keyboard switching keys: true/false, and it is very simple to use.
    2017-01-13 189 9306
  • jQuery imitates the brightening and darkening effect of Jingdong pictures
    jQuery imitates the brightening and darkening effect of Jingdong pictures
    jQuery imitates the brightening and darkening effect of Jingdong pictures. After hovering the mouse over the picture, the picture becomes brighter and other pictures become darker. Move the mouse away and all pictures will become brighter. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. The head area refers to the file lrtk.css and js library. animate.js is an animation function written separately. <link href=" css/lrtk.css" rel="stylesheet"/>
    2017-03-11 47 1602
  • Imitation 12306 website
    Imitation 12306 website
    My contacts, SharedPreferences, Fragment use [Editor's note: If garbled characters appear, please convert the project to GBK format]
    2017-03-22 382 3566955
  • HYBBS
    HYBBS
    HYBBS is developed based on the HYPHP framework. The framework is an MVC structured program. The database engine runs on the PDO extension. I wrote the program with an attitude of striving for excellence.
    2018-05-11 92 2487937
  • HYBBS light forum template
    HYBBS light forum template
    HYBBS is developed based on the HYPHP framework. The framework is an MVC structured program. Its database engine runs on the PDO extension. I wrote the program with an attitude of striving for excellence.
    2017-06-20 314 3494942
  • HYBBS1.5.14
    HYBBS1.5.14
    HYBBS is developed based on the HYPHP framework. The framework is an MVC structured program. Its database engine runs on the PDO extension. I wrote the program with an attitude of striving for excellence.
    2017-01-14 69 3582821
  • LimeSurvey online questionnaire management system
    LimeSurvey online questionnaire management system
    LimeSurvey is an online questionnaire management system with multiple functions such as questionnaire design, modification, publishing, recycling and statistics. At the same time, it is also an open source software, and its latest version of the software package can be obtained and used completely free of charge. It integrates functions such as survey program development, questionnaire release, and data collection. By using it, users do not need to understand the programming details of these functions. Survey data collected online can be exported to a variety of file formats for analysis, such as spss data format *.dat files.
    2018-05-14 195 2477237
  • Win32 API Function Manual chm version
    Win32 API Function Manual chm version
    Win32_API_Function Detailed Query Manual chm format, divided into restricting program function functions, registry processing functions, dialog box functions, time processing functions, disk processing functions, process functions, file processing functions, breakpoint setting lists and other related contents.
    2024-01-19 5 944
  • CNC Advanced Programming Lecture Notes doc version
    CNC Advanced Programming Lecture Notes doc version
    In CNC machining, line cutting and ring cutting are two typical tool paths. Line cutting is mostly used for regular rectangular planes, step surfaces and rectangular sunken processing during manual programming. Line cutting in non-rectangular areas is generally implemented using automatic programming. Circular cutting is mainly used for semi-finishing, finishing and roughing of contours. When used for roughing, its efficiency is lower than that of line cutting, but it can be easily realized with the tool compensation function. This book is comprehensive in content, rich in examples, and comprehensive in system. This platform provides download of the doc version of advanced CNC programming lecture notes. Friends who need it can download it and take a look!
    2024-02-27 0 823
  • Scala Chinese Manual Scala Getting Started and Advanced
    Scala Chinese Manual Scala Getting Started and Advanced
    Scala is also a functional language, and its functions can also be used as values. Scala provides a lightweight syntax for defining anonymous functions, supports higher-order functions, allows nesting of multi-level functions, and supports currying. Scala's Case Class and its built-in pattern matching are equivalent to the Algebraic Type commonly used in functional programming languages. Scala Classroom is a series of lectures launched by Twitter to help experienced engineers become effective Scala programmers. Scala is a relatively new language
    2024-02-02 0 1129
  • DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and commonly used functions 1. TmainMemu control This control is a standard menu control, which is used to provide menus for windows. The hierarchical structure of the object is: TObject—TPersistent—TCompoment—TMenu. Attribute 1-AutoMetge: Boolean Function: Used to determine whether the menu on the non-main Form in the non-MID program should be merged with the menu of the main Form. Main Form menu
    2024-01-19 0 1206
  • lua
    lua
    This document is the Chinese manual of lua-5.1; Lua is an extended programming language that is designed to support general procedural programming and has related data description facilities. Lua can also provide good support for object-oriented programming, functional programming, and data-driven programming. It can be used as a powerful, lightweight scripting language for any program that needs it. Lua is a free software, and its use license determines that there is generally no guarantee for its use. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 1 1075
  • Dompdf
    Dompdf
    dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class
    2023-08-15 3 2025
  • PHPMailer
    PHPMailer
    PHPMailer - A full-featured email creation and delivery class for PHP. Supports UTF-8 content as well as 8-bit, base64, binary and quoted-printable encodings. Provides SMTP authentication for LOGIN, PLAIN, CRAM-MD5 and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Automatically verify email addresses. Many PHP developers need to send emails from their code. The only PHP function that directly supports this is mai
    2023-08-18 15 4632
  • SecLists
    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
  • WIKINDX
    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
    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