current location:Home > Technical Articles > WeChat Applet > WeChat Development

  • Share the implementation method of java version of WeChat robot
    Share the implementation method of java version of WeChat robot
    Code snippets, code sharing, PHP code sharing, Java code sharing, Ruby code sharing, Python code sharing, HTML code sharing, CSS code sharing, SQL code sharing, JavaScript code sharing
    WeChat Development 6400 2017-04-28 10:49:43
  • Detailed steps of WeChat chat history viewer for iOS
    Detailed steps of WeChat chat history viewer for iOS
    Thank you everyone for your love of this software! Recently, it was discovered that the storage method of the iOS WeChat database has changed. The friend data originally stored in the Friend table has now been changed to the friend_meta table, and the fields are completely different. Therefore, the current version of this software cannot view the latest WeChat chat records. , the blogger now has a very urgent task on hand. After it is completed, he will research and develop a new version. This article will be updated and notified at that time. Thank you again for your support!
    WeChat Development 6213 2017-04-27 14:21:31
  • Detailed explanation of the steps for developing payment on IOS WeChat
    Detailed explanation of the steps for developing payment on IOS WeChat
    Preface: The following introduces the details of the development process of WeChat payment, with pictures and texts. You can follow my essay process to go through the code. You’ve also learned how to pay via WeChat. And payment is also a frequently asked question in interviews.
    WeChat Development 1842 2017-04-27 14:18:39
  • Share an article based on .NET WeChat SDK
    Share an article based on .NET WeChat SDK
    A person who particularly dislikes trouble recently encountered WeChat development. I downloaded some WeChat development "frameworks" written by other people, but I was disgusted that the implementation was too bloated. What I don't like the most is assembling the XML messages returned by WeChat into entity classes, so it will be bloated. Nowadays, lightweight is advocated, so is there any way to avoid the existence of a large number of entity classes? Of course, the packaging is also complicated. After reading the official API, looking at the "framework" makes people feel confused and not clear enough.
    WeChat Development 1982 2017-04-27 14:12:27
  • Detailed explanation of the process of implementing WeChat sharing function using Asp.net MVC
    Detailed explanation of the process of implementing WeChat sharing function using Asp.net MVC
    Web pages embedded in WeChat will have a default sharing function in the upper right corner. As shown in the figure below, the first one is the customized effect, and the second one is the default effect. Will implementing customized sharing links make people more eager to click? The development process is explained below.
    WeChat Development 2753 2017-04-27 14:07:49
  • Detailed explanation of the WeChat public platform SDK process
    Detailed explanation of the WeChat public platform SDK process
    Since I still use NOKIA-C5 and have never used WeChat, I definitely don’t know as much about WeChat as you do, but the company has needs, so I had to bite the bullet and read the interface documentation directly. After reading it, I found that it is quite interesting. A very useful function is that when a user sends a message to a public account, the program can automatically reply to the user based on the content sent by the user. For example, send a waybill number to the public account of a logistics company, and the other party It automatically replies to you with the logistics details of this waybill number, which feels pretty cool!
    WeChat Development 3500 2017-04-27 13:49:07
  • Detailed explanation of refund steps for WeChat Pay
    Detailed explanation of refund steps for WeChat Pay
    WeChat refunds require a certificate. This certificate is not the certificate in the official demo, but the certificate you need to download in the API security column of the WeChat merchant platform. In a word document of the official certificate usage example, you can see the following words: C# One thing to note is that in addition to using apiclient_cert.p12 in the code, you also need to import the certificate into the operating system before it can be used. 1. Use in the code; 2. Import into the operating system. Both are indispensable. The .NET version needs to be greater than 2.0. I didn’t know these two steps before and wasted too much time.
    WeChat Development 8527 2017-04-27 13:44:19
  • Eight reasons why you shouldn't miss the 2014 WeChat Developer Conference
    Eight reasons why you shouldn't miss the 2014 WeChat Developer Conference
    As a top technical event where front-line WeChat developers gather and focus on development practice, this event has so far attracted great attention from the industry. In order to help more students understand the latest progress in preparations, the organizers have summarized eight reasons why the technical team should not miss the 2014 WeChat Developer Conference.
    WeChat Development 1969 2017-04-27 13:06:03
  • Detailed example of WeChat development account based on IBM Bluemix
    Detailed example of WeChat development account based on IBM Bluemix
    IBM has released Bluemix, and the number of WeChat public platform accounts has reached more than 2 million. If Bluemix can be used to develop WeChat public platform applications, this will be great news for the majority of WeChat developers.
    WeChat Development 1476 2017-04-27 12:01:08
  • Advanced version of WeChat public China Merchants Bank account development
    Advanced version of WeChat public China Merchants Bank account development
    After more than a year of development, China Merchants Bank has more than 15 million fans in 2014, ranking first among banking WeChat public accounts, and can be called the most successful WeChat public account case. As the developer of China Merchants Bank’s credit card WeChat platform, Shenzhen CloudSoft has summarized the following experiences regarding the development of advanced applications for WeChat public accounts.
    WeChat Development 2050 2017-04-26 15:02:41
  • Detailed explanation of the example of obtaining OAuth2.0 web page authorization authentication and obtaining user information for WeChat development
    Detailed explanation of the example of obtaining OAuth2.0 web page authorization authentication and obtaining user information for WeChat development
    Recently, a function has been implemented for user association authorization login between WeChat official accounts and users of their own websites. The main purpose is for users to follow the official account and click on the member center, and the web page authorization that requires associated authorization will pop up: OAuth2.0 web page authorization, and then The user agrees to obtain user information and associate the user with the website, and then the user can log in using WeChat. What we are doing this time is to process each return parameter to obtain data in the Action layer of Java. 1. Tools used: 1
    WeChat Development 3907 2017-04-26 14:58:05
  • Detailed explanation of using .NET WeChat development on PC to implement scan code registration and login functions
    Detailed explanation of using .NET WeChat development on PC to implement scan code registration and login functions
    This article mainly introduces the relevant information on the implementation of the WeChat code scanning registration and login function on the PC side developed by .NET WeChat. It is very good and has reference value. Friends who need it can refer to it.
    WeChat Development 3348 2017-04-26 14:51:53
  • Illustration of an example of integrating WeChat login with ASP.NET Core
    Illustration of an example of integrating WeChat login with ASP.NET Core
    This article mainly introduces the relevant information about ASP.NET Core integrating WeChat login, which has certain reference value. Interested friends can refer to it.
    WeChat Development 5277 2017-04-26 14:49:26
  • ASP.NET MVC5+EF6+EasyUI WeChat background management system example analysis
    ASP.NET MVC5+EF6+EasyUI WeChat background management system example analysis
    This article mainly introduces the ASP.NET MVC5+EF6+EasyUI background management system and the resource environment preparation for WeChat public platform development. It has certain reference value. Interested friends can refer to it.
    WeChat Development 2630 2017-04-26 14:46:16
  • ASP.NET implementation of WeChat red envelope grabbing code example
    ASP.NET implementation of WeChat red envelope grabbing code example
    This article mainly introduces to you Xiangxu the ASP.NET code that can easily realize red envelope grabbing on WeChat. It has certain reference value. Interested friends can refer to it.
    WeChat Development 1943 2017-04-26 14:43:28

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28