current location:Home > c编写 search
Found a total of 21313 related content
-
- Attendance data display effect written by native js+ets
- Attendance data display effect written by native js+ets
- 2019-10-24 35 1074
-
- Color picker written in javascript
- The color picker written in javascript can not only select any color from the color spectrum, but also quickly select commonly used colors from custom color blocks.
- 2024-01-28 3 358
-
- Tank battle mini game code written in native JS
- Tank battle mini game code written in native JS, tank battle game, this is not used much in websites, almost never used, but it can be learned very well. After understanding native js, you can also make some mini games by yourself. Playing, that’s not bad, PHP Chinese website recommends downloading!
- 2017-02-08 121 3996
-
- jQuery popup layer plug-in pop
- Written based on the latest version of jQ, some reminder layers pop up
- 2019-09-11 46 1022
-
- Summary of commonly used pop-up boxes for Layer
- Write a set of fully functional pop-up box styles based on the layer pop-up box.
- 2019-09-11 58 1293
-
- SemCms foreign trade enterprise website management system
- SemCms is an open source foreign trade enterprise website management system. It is mainly used for foreign trade enterprises and is compatible with mainstream browsers such as IE, Firefox, Google, and 360. SemCms [asp version] is written in vbscript language and runs in combination with iis. SemCms [php version] is written in PHP language, combined with Apache, and runs under window or Linux system. SemCms is written in the internationally accepted utf-8 encoding. SemCms is very suitable for foreign trade enterprises, e-commerce exchanges
- 2018-05-14 80 2473886
-
- CMSimple content management system
- A free content management system written in PHP, with a simple structure, small program files and fast response, and can operate on various platforms.
- 2020-05-02 56 3816
-
- 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 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
- 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
-
- Basic principles and practice of Linux C language programming
- Linux C language programming basic principles and practical courseware
- 2017-09-21 321 3337687
-
- swoole writes courseware related to high-performance API interfaces
- swoole writes courseware related to high-performance API interfaces
- 2021-12-10 60 864
-
- How to write regular expressions
- Outline of knowledge points for front-end development interview
- 2018-01-19 164 2953394
-
- Chinese annotated version of the php configuration file php.ini (09.4)
- Under WINDOWS, the path during compilation is the WINDOWS installation directory. ; In command line mode, the search path of PHP.INI can be replaced with the -C parameter. ; The syntax of this file is very simple. Whitespace characters and lines starting with a semicolon ´;´ are simply ignored (as you might ; Same as you guessed). Chapter titles (eg: [FOO]) are also simply ignored, even though in the future they may ; has some meaning. ; ;
- 2017-12-08 335 3111384
-
- 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
-
- PHP website writing design PNG
- PHP website writing design PNG free download PHP website writing design coding png picture
- 2017-05-15 21 868
-
- Multiple programming languages PNG
- Multiple programming languages PNG free download software programming HTML C PHP software programming
- 2017-05-15 41 1123
-
- Hanyi Xingkai Traditional font
- Xingkai is a running script font that focuses on regular script writing. It is freer than regular script and more formal than running cursive. It is a font that I like very much. For those who like traditional Chinese characters, Hanyi Xingkaifan is undoubtedly the best. choose.
- 2017-01-19 31 1830
-
- 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
-
- DELPHI Write remote control program PDF
- Use DELPHI to write remote control programs PDF
- 2024-01-22 0 560
-
- Delphi prepares WebService Chinese WORD version
- This document mainly talks about writing WebService in Delphi; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-18 0 1081
-
- Delphi Component Writer's Guide word Chinese version
- Delphi Component Writer's Guide Notes on the translation of the "Component Writer's Guide" 1. The pink part in the translation is where the translator thinks there are errors in the original text. I have corrected it and just marked it in pink; 2. For relevant information I did not establish a correlation with the page numbers of each chapter in "Reference" because it was troublesome, so I just used the page number value in the original book and marked it with blue, which can be deleted directly; 3. Since the original book is only divided into chapters, There are no sections. Inconvenient to read. So, I added the chapter number to make it clearer
- 2024-01-19 2 1082
-
- Shell scripting basics Chinese WORD version
- Shell itself is a program written in C language, which is a bridge for users to use Linux. Shell is both a command language and a programming language. As a command language, it interactively interprets and executes commands entered by the user; as a programming language, it defines various variables and parameters, and provides many control structures found only in high-level languages, including loops and branches. Although it is not part of the Linux system core, it calls most of the functions of the system core to execute programs, create files, and coordinate the running of various programs in a parallel manner. Therefore, for
- 2024-02-03 6 2665
-
- Writing a small database with Delphi Chinese WORD version
- This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
- 2024-01-18 0 608
-
- 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
-
- mPDF
- mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
- 2023-08-15 13 3296
-
- Microweber
- Microweber is an open source drag-and-drop website building tool and powerful next-generation content management system with built-in e-commerce capabilities. Whether your website is an online store, business website or personal blog, you can easily build it with Microweber. Thanks to its excellent drag-and-drop technology, Microweber makes it easier for you to build your website and see the changes you make to it in real time, even without technical knowledge. Its revolutionary real-time text writing and editing capabilities and drag-and-drop functionality mean the user experience is significantly improved, allowing users to edit text in less time
- 2023-08-15 13 1569
-
- 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
-
- PDO writes PDO class based on singleton mode
- PDO writes PDO class based on singleton mode
- 2017-03-16 159 1455
-
- 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