current location:Home > 非同步通信 search

Classify:
Found a total of 21313 related content
  • jQuery implements three-level linkage drop-down box for selecting provinces and cities
    jQuery implements three-level linkage drop-down box for selecting provinces and cities
    jQuery implements the three-level linkage drop-down box of select province and city. By selecting the province, the value of the city changes accordingly. It is very suitable for corporate websites or shopping mall websites, and the information filled in by users when registering. PHP Chinese website recommends downloading!
    2017-01-14 81 2347
  • 5 styles of css mouse hover pictures to display text information
    5 styles of css mouse hover pictures to display text information
    This is a set of mouseover special effects, including 5 different styles of CSS mouseover pictures to display text information. Each style contains 2-3 styles. Each style is classic and beautiful, suitable for the display of any team, product, personal work, etc. , is a very good hover display method.
    2022-01-07 94 2572
  • Automatically hidden QQ online customer service code
    Automatically hidden QQ online customer service code
    The automatically hidden QQ online customer service code is a QQ online customer service code that can be automatically hidden by default based on jQuery. The interface is very simple. This JS code special effect can place different customer service QQ numbers according to the customer service function. Move the mouse up to expand it. Customer service information will be automatically hidden when removed. If you need to modify the customer service information, just modify the service.js file.
    2017-06-12 168 1956
  • jquery right side online QQ customer service + accordion special effects
    jquery right side online QQ customer service + accordion special effects
    This work is a very practical jquery special effect, which realizes the online QQ customer service + accordion function on the right side. It has a wide range of applications. Website online customer service, or online front desk, is a kind of website that uses the website as the medium to provide Internet visitors and website Internal employees provide instant communication page communication technology, so many websites can use online customer service special effects. This work also has an accordion group display function, which is very practical. PHP Chinese website recommends downloading!
    2017-02-06 73 1498
  • CSS3 colorful text effects with shadow download
    CSS3 colorful text effects with shadow download
    CSS3 colorful text with shadow effect is a CSS3 colorful text effect with a cartoon image. Although there is no charming animation effect, the colorful text displayed on the screen is also very cool. In addition, each text has shadows from different angles. The effect, coupled with beautiful English fonts, makes the entire text effect look very outstanding and charming. You can try this CSS3 text effect on the promotional advertising page.
    2017-04-01 76 3103
  • ECSHOP Yi Xun template + dual screen + group purchase + mobile phone four-in-one
    ECSHOP Yi Xun template + dual screen + group purchase + mobile phone four-in-one
    ECSHOP Yi Xun comprehensive website source code, fashionable and comprehensive general-purpose template, the whole site is adaptive to the width and narrowness, (WAP terminal mall + computer terminal) deluxe version mall, mobile mall and computer mall data synchronization, friends who like it hurry up and download it.
    2017-01-17 122 3582360
  • Free commercial PHP single merchant mall system (CRMEB open version)
    Free commercial PHP single merchant mall system (CRMEB open version)
    The CRMEB open source mall system uses front-end and back-end separation technology and is developed based on the TP6+Uni-app framework; the customer mobile terminal is developed using uni-app, and the management backend front-end is developed using iviewUI. The system supports multi-terminal account synchronization on WeChat official account, WeChat applet, H5 and PC, and can quickly package and generate APP; it supports free commercial use (copyright information needs to be retained)!
    2022-11-16 1383 12063
  • Wechat business source network source code v2.0
    Wechat business source network source code v2.0
    The source code of the WeChat business supply network is the source code of the supply website developed using Dreamweaver cms + Empire cms. Function Description: 1. The latest version of the 2016 source code of Huoyuan.com is a three-in-one data synchronization between computer and mobile WeChat. 2. The website has an elegant style, powerful backend functions, green color and beautiful appearance. 3. Suitable for micro-business enterprises and micro-business operators. Customized 4. Computers and mobile phones automatically adapt and can be connected to the WeChat platform Installation environment: PHP5.3+Mysql installation steps: 1. Open: URL/diguo/index.php The user password is
    2017-02-15 242 3575274
  • PHP messaging collaborative office system 1.7.0
    PHP messaging collaborative office system 1.7.0
    Xinhu is a free and open source collaborative office system. It is a universal online office management system for all large and small-sized enterprises. It is a streamlined, convenient and easy-to-use management software, allowing each enterprise to have its own office system.
    2018-05-08 396 2505868
  • CmsEasy Yitong enterprise website system
    CmsEasy Yitong enterprise website system
    Yitong enterprise website system, also known as CmsEasy, is the only enterprise marketing management platform in China that combines free WeChat + mobile terminal + micro website + mobile SMS + online sales + multi-language website. Yitong enterprise website system is also called Yitong enterprise website program. Tong Company has developed China's first marketing-oriented corporate website management system that provides corporate website templates for free. The system generates HTML at the front desk, fully complies with SEO, and has online customer service, potential customer tracking, convenient corporate website template production, search engine promotion and other functions. Website system.
    2018-05-14 148 2474070
  • Android AsyncChannel source code analysis WORD version
    Android AsyncChannel source code analysis WORD version
    This document mainly talks about the analysis of Android AsyncChannel source code; the AsyncChannel class is used to handle asynchronous message passing between two Handlers. The Handler for message passing can be from the same process or in different processes. Handler message passing between different processes Implemented using Android's Binder communication mechanism. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 569
  • Android service Service_detailed explanation WORD version
    Android service Service_detailed explanation WORD version
    This document mainly talks about the detailed explanation of the Android service Service_; Service is one of the four application components in the Android system (for details on other components, see Section 3.2). Services are mainly used for two purposes: background running and cross-process access. By starting a service, you can run specified tasks in the background without displaying the interface, so that it does not affect the user's ability to do other things. Communication between different processes can be achieved through the AIDL service, which is also one of the important uses of the service. I hope this document will help friends in need;
    2024-01-31 0 660
  • GStreamer Application Development Manual Chinese PDF version
    GStreamer Application Development Manual Chinese PDF version
    GStreamer is a very powerful and versatile streaming application framework. Many of GStreamer's advantages come from the modularity of its framework: GStreamer can seamlessly incorporate new plug-ins. However, due to the pursuit of modularity and high efficiency, GStreamer has become complex in the entire framework. At the same time, due to the increase in complexity, developing a new application is not so simple. This guide attempts to help you understand the GStreamer framework (version 0.10.3
    2024-02-28 1 964
  • Android data format parsing object JSON usage WORD version
    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 1080
  • Subversion Installation and Instructions Document WORD Version
    Subversion Installation and Instructions Document WORD Version
    This document mainly describes the installation and use instructions for Subversion; Subversion is a free/open source version control system that is gradually replacing CVS. Subversion's repository can be accessed through the network, allowing users to operate on different computers. Subversion supports versioned directories, true version history, atomic commits, versioned dataless, an optional network layer, consistent data operations, efficient branch and tag operations, and modifiability. I hope this document will help those in need; those who are interested
    2024-02-28 0 811
  • Nextcloud Server
    Nextcloud Server
    Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
    2023-08-18 2 1541
  • DVWA
    DVWA
    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
    2023-08-18 38 6588
  • 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