current location:Home > 生成随机数 search
Found a total of 21313 related content
-
- Mouse following randomly generates digital special effects
- A mouse follows and randomly generates digital special effects
- 2022-11-21 27 1162
-
- canvas randomly generates image verification code
- canvas randomly generates image verification code
- 2020-01-09 48 1045
-
- vue random password generator special effects
- Create a web version of the random password generator tool code based on VUE + JS + element-ui. Contains selection functions such as English, numbers, special symbols, characters, generation length, generation number, etc.
- 2021-02-01 74 1707
-
- jQuery randomly generates verification code plug-in code
- jQuery randomly generates verification code plug-in code
- 2018-05-14 66 1224
-
- Code to implement native js random ordering
- Code to implement native js random ordering
- 2018-05-18 49 1482
-
- RiceCMS
- Free and open source, fast and simple website CMS system for mobile terminals such as smartphones, automatically generates mobile installation package APK. It also provides terminal message push, mobile version background management and other functions.
- 2020-05-18 69 4194
-
- Fresh atmosphere entertainment portal source code
- The refreshing atmosphere entertainment portal is developed using ASP+access and includes complete front and back-end functions. The back-end includes functions such as data management, collection management and static page generation.
- 2017-02-17 130 3576775
-
- Makeup, beauty and manicure training school source code
- The source code of a makeup and manicure training school with the core of Dream Weaver, including the column data of the entire site; the demo site only generates column pages and homepages, and does not generate article pages. If a friend gets the source code, he can debug it by himself; the screenshots are for local testing, to ensure It can be used normally. The template file is in the pan folder under the templates folder; the message can be viewed in the core - channel template - free list.
- 2017-02-20 64 3572584
-
- Website template for the atmospheric industry industry
- Website template for the atmospheric industry industry: Industry refers to the work and process of collecting raw materials and processing them into products. Industry is the product of the development of social division of labor, and has gone through several stages of development: handicraft industry, machine industry, and modern industry. Industry is an important part of the secondary industry and is divided into two categories: light industry and heavy industry. In 2014, China's total industrial production value reached US$4 trillion, surpassing the United States to become the world's largest industrial producer.
- 2017-12-07 59 3115781
-
- The entire source code of the education and training institution website
- Unzip the compressed package, upload it to the FTP space, and install it according to the normal installation steps of DreamWeaver; After the installation is completed, restore the database, specify the template folder in the system settings, and then update the cache to generate the home page, content page and list page for use. When calling the home page, the call ID needs to be modified in some places.
- 2017-02-20 178 3574289
-
- SVN construction and usage instruction video (Boolean Education)
- "SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
- 2017-10-15 584 3283466
-
- 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 3111614
-
- Web page production and PHP language application
- The book "Web Page Production and PHP Language Application" was published by Wuhan University Press in 2006. This book is one of the series of online communication textbooks for ordinary colleges and universities. It mainly explains the basic knowledge and practice of web page production, as well as the use of PHP language in network communication. applications in. The book covers: basic knowledge of HTML, basic syntax of PHP, commonly used functions in PHP programs, basic operations of database software MySQL, web page encryption and authentication, dynamic generation of images, construction of MySQL and multimedia material libraries, etc.
- 2017-12-08 321 3111501
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 36 1329
-
- 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
-
- PowerDesigner generates database Chinese WORD version
- This document mainly talks about the database generated by PowerDesigner; this experiment uses the mySQL database. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-27 0 1031
-
- Use PowerDesigner to import SQL to generate data table model Chinese WORD version
- This document mainly talks about using PowerDesigner to import SQL to generate a data table model; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 1056
-
- Pascal basic tutorial Pascal essential basic tutorial for getting started CHM version
- No matter what you do, there must be certain methods and steps. Computer programming is more rigorous, standardized, and feasible than transaction processing in daily life. In order for the computer to effectively solve certain problems, the processing steps must be arranged and a "sequence" composed of computer language is used to allow the computer to automatically recognize and execute this "sequence" composed of computer language to complete the predetermined task. Arrange the steps to deal with the problem and use computer language to form a sequence, which is often called
- 2024-01-19 2 575
-
- Using JSON for network data exchange and transmission Chinese WORD version
- This document mainly talks about using JSON for network data exchange and transmission; JSON (JavaScript ObjectNotation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. Interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. Like XML, JSON is a plain text-based data format. Since JSON is born
- 2024-02-29 0 902
-
- PowerDesigner usage tutorial chm version
- PowerDesigner usage tutorial, covering basic concepts of interface and operation, data projects and entities, defining relationships and roles between entities, defining and using domains and inheritance, converting CDM objects into PDM objects, generating reports, etc.
- 2024-01-19 1 1073
-
- Safe Exam Browser
- Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
- 2023-08-18 11 4109
-
- 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
- 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
-
- RandomLib-master PHP library for generating random numbers and random strings
- RandomLib-master PHP library for generating random numbers and random strings
- 2017-12-08 48 1717
-
- RandomLib-master PHP library for generating random numbers
- RandomLib-master PHP library for generating random numbers
- 2017-12-19 64 2444
-
- true-random-master PHP library for generating random numbers
- true-random-master PHP library for generating random numbers
- 2017-12-08 64 1331
-
- php generate random password class
- php generate random password class
- 2017-03-23 113 1617
-
- GenPhrase-masterPHP random password generation library
- GenPhrase-masterPHP random password generation library
- 2017-12-19 54 1322