Home > Article > WeChat Applet > 5 recommended articles about imitating QQ
This article mainly writes about some of the problems I encountered during the progress of the SmallAppForQQ project. I hope reading this article will be helpful to you. SmallAppForQQ: A WeChat applet for accessing QQ. At the beginning of this article, I will briefly introduce the project structure. If you do not have the development tools installed, you can download them from github.com/xiehui999/SmallAppForQQ. There are four main file types in the WeChat mini program project structure, as follows - 1) WXML file: (Weixin Markup Language) is a set of descriptive tag languages designed by WeChat on the basis of predecessors, used to build the view of the mini program. 2) WXSS file: (WeiXin Style Sheets) is a set of style languages used to describe the style of view components in wxml. 3) js file: business logic processing, data interaction with the backend, etc. 4) json file: applet settings Documents such as page registration, page title, etc. Note: In order to facilitate developers to reduce configuration items, it is stipulated that the four files describing the page must have the same path and file name. The file app.json is in the root directory
1. Detailed explanation of the WeChat applet of high imitation QQ
Introduction: This article mainly writes about some of the problems I encountered during the progress of the SmallAppForQQ project. I hope reading this article will be helpful to you.
2. How to use web pages to determine whether this software is installed on the user’s machine
Introduction: How to use web pages , to determine whether this software is installed on the user's machine. We developed a small software for the website, which has the function of sending messages and chatting by itself, including reading website information, etc. Now I would like to ask, how to use the web page to determine whether this software is installed on the user's machine? If it is installed, you can launch the messaging window of this software. If not, go to the download and installation page. Similar to QQ? Imitate QQ online/offline ------Solution--------------------
3. How to use web pages to determine whether the software is installed on the user's machine
Introduction: How to use the web page to determine whether the software is installed on the user's machine. We developed a small The software has the function of sending messages and chatting by itself, including reading website information, etc. Now I would like to ask, how to use the web page to determine whether this software is installed on the user's machine? If it is installed, you can launch the messaging window of this software. If not, go to the download and installation page. Similar to QQ? Imitate QQ online/offline ------Solution--------------------
Introduction: I open the Weibo page in the QQ chat tool, move the mouse to a friend's avatar, and an individual will be displayed outside the main chat window. Information dialog box instead of displaying it in the web page. What is the idea of implementing this? Can a chat tool written in C# and a website made in PHP do this?
5. jQuery-based message prompt plug-in DivAlert journey (2)_jquery
Introduction: Today on the homepage, I saw an article (link to the article) that a friend implemented using JS to imitate the pop-up prompt box effect of QQ alumni. I am a fellow person. . It looks really good. It seems that my first version is a bit simple. Let’s beautify it a bit. Let’s learn from these two pictures
[Related Q&A recommendations]:
ios - The control of the tableView Cell is blocked by other cells
ios - How to imitate the QQ message drop-down without rebound effect?
The above is the detailed content of 5 recommended articles about imitating QQ. For more information, please follow other related articles on the PHP Chinese website!