current location:Home > 执 search

Classify:
Found a total of 21313 related content
  • Execute ifvisible.js during free time
    Execute ifvisible.js during free time
    Execute ifvisible.js during free time
    2019-10-31 45 1314
  • jQuery filter plugin fastLiveFilter
    jQuery filter plugin fastLiveFilter
    fastLiveFilter is a jQuery filter plug-in, ultra-lightweight (only 2K in size), simple to use and highly efficient.
    2019-09-10 28 1072
  • js carousel plug-in pathslider based on SVG path motion
    js carousel plug-in pathslider based on SVG path motion
    path-slider.js is a js carousel plug-in based on SVG path movement. This js carousel plug-in can distribute and arrange multiple DOM elements according to the specified SVG path, and then make these DOM elements perform carousel animation on the SVG path.
    2019-09-04 26 1980
  • js modal dialog plug-in rmodal.js
    js modal dialog plug-in rmodal.js
    rmodal.js is a js modal dialog plug-in with animation effects. The compressed version of the rmodal.js modal dialog plug-in is only 1.2kb. It does not have any external dependencies and can create modal dialog effects with animated effects. Its features also include: simple use and high execution efficiency. Written in pure js without any external dependencies. Supports all modern browsers including IE9+. Can be used in conjunction with bootstrap and animate.css. Supports CommonJS AMD or globals.
    2019-09-11 37 3405
  • Mobile Happy Scratch HTML5 plug-in
    Mobile Happy Scratch HTML5 plug-in
    The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.
    2024-02-29 5 343
  • Decoration decoration portal source code
    Decoration decoration portal source code
    Execute ebak Imperial Backup King to restore data. Account password admin 123456 Modify the database connection address after restoring the data data/common.inc.PHP backgrounddede The account number and password are both admin
    2017-02-18 245 3579475
  • Lexhang Mall source code
    Lexhang Mall source code
    Lexhang Mall System is a free + open source professional mall system developed based on PHP + MYSQL. The software has many excellent features such as high execution efficiency, free template switching, and convenient background management functions.
    2017-02-15 358 3574554
  • OpenWBS enterprise website building system v4.9.3
    OpenWBS enterprise website building system v4.9.3
    OpenWBS enterprise website building system is an Internet business website building software system developed with asp+access. OpenWBS V4.0 enterprise website building system adopts a new generation of new architecture, hierarchical design, and has excellent execution efficiency, scalability and stability. It is a system that quickly helps you build corporate official websites and corporate independent malls! Corporate official website + micro-official website + corporate mall + mobile mall, you can have it right away!
    2018-05-28 1152 2417139
  • Lexhang Mall System
    Lexhang Mall System
    Lexhang Mall System is a free + open source professional mall system developed based on PHP + MYSQL. The software has many excellent features such as high execution efficiency, free template switching, and convenient background management functions. This software is a website building system for shopping mall website construction solutions based on the B/S architecture of Web applications. It allows users to build personalized, professional and powerful group buying websites efficiently, quickly and at low cost. From a technical perspective, this program uses PHP and MYSQL database development technologies, which are currently popular in the software development IT industry, and is based on object-oriented programming.
    2018-05-15 675 2473372
  • WTS work follow-up system v1.16 source code
    WTS work follow-up system v1.16 source code
    The main functions and features of WTS work follow-up system: 1. Task tracking function that complies with common standards. It can be widely used for follow-up of key work, follow-up of inspection tasks, work supervision, follow-up of meeting minutes and resolutions, follow-up of work assigned by leaders, follow-up of team collaboration tasks, daily work plan, weekly work plan, monthly work plan follow-up, Project progress management software and tracking software improve team execution. 2. Work notes, custom group functions, work authorization, work handover, and viewing of subordinate work tasks. 3. Performance assessment function: The system provides KPI assessment and management by objectives assessment (MBO), which can
    2017-02-15 818 3580663
  • ThinkPHP execution process
    ThinkPHP execution process
    ThinkPHP execution process
    2018-02-12 284 2864395
  • ThinkPHP execution process analysis
    ThinkPHP execution process analysis
    ThinkPHP execution process analysis
    2018-02-05 233 2886827
  • Day 14_Self-executing function_DOM node
    Day 14_Self-executing function_DOM node
    Day 14_Self-executing function_DOM node
    2017-12-19 163 3072956
  • A collection of tips for using PHP
    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 intermediate tutorial ajax technology
    PHP intermediate tutorial ajax technology
    AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "PHP Intermediate Tutorial: Ajax Technology" will take you quickly
    2017-10-15 2087 3285531
  • Python operation Mysql example code tutorial
    Python operation Mysql example code tutorial
    This article introduces various code examples and detailed introductions such as Python operating MYSQL, executing SQL statements, obtaining result sets, traversing result sets, obtaining a certain field, obtaining table field names, inserting pictures into the database, executing transactions, etc. Most of the code is A sumptuous and beautiful code feast. If you want to view the online version, please visit: https://www.jb51.net/article/34102.htm
    2024-01-26 0 1364
  • Introduction to shell programming under Linux system Chinese WORD version
    Introduction to shell programming under Linux system Chinese WORD version
    This document mainly talks about the introduction to shell programming under Linux system; Shell programming has many features similar to C language and other programming languages, but it is not as complicated as programming languages. A shell program is a series of Linux commands and utilities placed in a file. When executed, each command is interpreted and executed one by one by Linux. Interested friends can come and take a look
    2024-01-27 9 1888
  • The use of multi-threading technology in iOS development WORD version
    The use of multi-threading technology in iOS development WORD version
    This document mainly talks about the use of multi-threading technology in iOS development; the so-called process corresponds to an application, which is responsible for opening up memory space for application use, but the process cannot execute tasks (instructions). A process contains at least one thread, which is the execution flow of the program. When an iOS program starts, while creating a process, it will start running a thread, which is called the main thread; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1125
  • Shell scripting basics Chinese WORD version
    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
  • Android_Intent detailed explanation WORD version
    Android_Intent detailed explanation WORD version
    This document mainly talks about the detailed explanation of Android_Intent; Intent is an abstract description of the action to be performed. Generally speaking, it is used as a parameter. Intent assists in completing the communication between various components of Android. For example, call startActivity() to start an activity, or broadcastIntent() to pass it to all interested BroadcaseReceivers, or startService()/bindse
    2024-01-29 2 2470
  • EasyPHP5-3-14
    EasyPHP5-3-14
    Short and concise, you can see the execution process and feel comfortable
    2018-01-31 337 9733
  • TestLink
    TestLink
    TestLink is a web-based test management tool. The application provides test specifications, test planning and execution, reporting, requirements specifications, and collaboration with well-known defect tracking tools. Code base: https://github.com/TestLinkOpenSourceTRMS
    2023-08-15 2 2153
  • 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
  • Joomla
    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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!