current location:Home > api接口 search
Found a total of 21313 related content
-
- jQuery Sina Weibo interface picture upload source code
- jQuery Sina Weibo interface picture upload source code
- 2018-06-26 36 1325
-
- layer web elastic layer component
- Layer is a web elastic layer component with excellent reputation. Layer is compatible with all mainstream browsers including IE6. Its considerable number of interfaces allows you to customize as many styles as you need, and each elastic layer mode has its own characteristics. The official website has detailed API
- 2019-09-18 21 1062
-
- 16 exquisite contact customer service window plug-in effects
- 16 exquisite contact customer service window plug-in effects, each one is small, flexible and beautiful, and can be called directly from the website HTML plug-in
- 2022-01-20 113 6930
-
- HTML5 PC WeChat chat window interface
- The HTML5 computer-side WeChat chat window interface is an HTML5 imitation WeChat direct chat message window screen with bubbles made based on CSS3 attributes, with smooth sliding text animation display and some cool dynamic features.
- 2019-03-02 217 5595
-
- Tab label picture switching large picture preview special effect
- Use native js ES6 to implement the category label tab switching display image preview special effects interface. Dynamically set image text acquisition to achieve tab switching effects for classified images. Just call the following function new $isg_Img({data: data, curType: initial display category, parasitifer: locator });
- 2020-11-30 50 1381
-
- Alipay interface
- Alipay interface
- 2017-12-04 322 3140482
-
- AliPay Alipay interface sample source code
- AliPay Alipay interface sample source code
- 2017-11-24 511 3173772
-
- v2.7Asp WeChat payment interface code
- As everyone knows, WeChat Pay is now very popular, whether in shopping malls, supermarkets, or on websites. WeChat Pay is developing very rapidly, but the ASP version of WeChat Pay is not available on the WeChat public platform, and currently the websites developed based on the ASP language are not available. It is very common, so it is very inconvenient for this kind of website to integrate WeChat payment. Based on this, we independently developed various payment interfaces for WeChat Pay based on the open SDK provided by WeChat, including: WeChat scan code payment, H5 payment, WeChat official account payment, WeChat red envelope payment, WeChat card payment and a series of interfaces for All ASP code used by the website.
- 2018-06-01 185 2387838
-
- v2.0 Coupon Pusher Taoke Coupon Program
- Tuiguanke CMS is developed using thinkphp as the core framework, which is safe, stable and efficient. No Taobao API interface is required, and more than 70,000 products with internal coupons are automatically updated every day, making it easy to achieve ultra-high commissions.
- 2018-05-30 154 2400402
-
- JD Baitiao WeChat Mini Program
- JD Baitiao WeChat Mini Program implements the home page and Baitiao page, as well as the WeChat Mini Program’s open API interface functions and module display.
- 2017-11-10 185 3218331
-
- swoole writes courseware related to high-performance API interfaces
- swoole writes courseware related to high-performance API interfaces
- 2021-12-10 60 864
-
- Weixin JS interface
- Weixin JS interface
- 2018-02-02 197 2895224
-
- WeChat JS interface
- WeChat JS interface
- 2018-02-06 205 2882005
-
- WeChat public platform interface secondary development source code
- WeChat public platform interface secondary development source code
- 2018-01-27 478 2924841
-
- API interface programming technology courseware
- api,json
- 2021-06-07 334 1455
-
- 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
-
- How Android uses WebService interface Chinese WORD version
- This document mainly describes how Android uses the WebService interface; WebService is a remote calling standard based on the SOAP protocol. Different operating system platforms, different languages, and different technologies can be integrated through WebService. The OPhone SDK does not provide a library for calling WebService. Therefore, you need to use a third-party class library (KSOAP2) to call WebService. This article will introduce the specific details of calling WebService in OPhone, and
- 2024-01-28 1 2472
-
- OpenGL introductory tutorial Chinese WORD version
- This document is an introductory tutorial to OpenGL; the purpose is to let everyone give up TC's old graphics interface and let everyone get in touch with some new things. As one of the current mainstream graphics APIs, OpenGL has superior features to DirectX in some situations. OpenGL (full Open Graphics Library) refers to a professional graphics program interface that defines a cross-programming language and cross-platform programming interface specifications. It is used for three-dimensional images (two-dimensional as well), and is a powerful and easy-to-call underlying graphics library. Friends in need can download and take a look
- 2024-02-03 3 1120
-
- Design of virtual instrument based on USB and LabVIEW word version
- The interface technology of virtual instruments and USB has received close attention in the field of instrument research and development. The use of USB interfaces for intelligent peripherals for data acquisition and control has improved its bottleneck phenomenon and also strengthened its "affinity" with general-purpose computers. Ordinary MCS-51 The microcontroller does not have a USB interface, and LabVIEW, one of the virtual instrument application software development platforms, does not provide a driver for the USB interface. For this reason, the design principles of virtual instruments based on USB and LabVIEW and the USB development method are introduced, and a method of USB development is proposed.
- 2024-01-28 0 1145
-
- Introduction and improvement of Android JNI development Chinese WORD version
- This document mainly talks about the introduction and improvement of Android JNI development; JNI has a wide range of applications in the Android system. The bottom layer of the Android system is implemented in C/C++, and the APIs provided by the upper layer are all Java. Java calls the underlying implementation through JNI. For example: Android API multimedia interface MediaPlayer class actually calls the libmedia library through JNI at the bottom layer. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 627
-
- Things about JNI programming in Android Chinese WORD version
- This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 671
-
- Apipost Win64-bit version 7.0.15
- A useful API debugging tool that can be used directly without downloading.
- 2023-03-01 214 5325
-
- 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
-
- phpList
- phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
- 2023-09-18 15 4111
-
- PHP WeChat API interface class
- PHP WeChat API interface class
- 2017-03-15 326 5706
-
- Alipay service window API interface php class
- Alipay service window API interface php class
- 2017-03-15 135 1860
-
- php WeChat interface receiving class
- php WeChat interface receiving class
- 2017-03-15 189 4990
-
- php WeChat interface response class
- php WeChat interface response class
- 2017-03-15 184 5112
-
- PHP WeChat interface complete encapsulation class
- PHP WeChat interface complete encapsulation class
- 2017-03-15 592 7729