Wechat jssdk multi-map upload

Developed in Wechat, we can upload pictures using Wechat jssdk The idea is basically Pictures are selected by the phone, uploaded to the Wechat server, and added to the temporary material library (as if it had expired in three days). Then the server goes to the Wechat server and downloads the pictures to the local location. If you have you ...

Posted by EvilPrimate on Fri, 14 Jun 2019 00:10:50 +0200

VueJs Project Notes

====================== Summary of Knowledge Points=========================== 1. keep-alive (realizing page caching) 2. Solutions for fixed location of mobile terminals III. Verification of Vue Forms [https://www.zhihu.com/questio... 99220](https://www.zhihu.com/questio... "Vue form validation") https://github.com/aweiu/vue-verify-po ...

Posted by pleigh on Thu, 13 Jun 2019 23:55:15 +0200

Write your own code base (implementation and encapsulation of common examples of javascript)

1. Preface Because the company's recent projects are busy, there are not so many spare events to write articles, so this article was released a few days later. But it doesn't matter, but when it comes, it always comes.Well, let's not say much about the others. You should know when you develop, there are many common examples of operations. For e ...

Posted by lando on Wed, 12 Jun 2019 23:12:38 +0200

react-navigation navigator in project practice

React-Native brings new horizons to the front-end. You can use the web development language javascript to implement Native development (ios/android). Now the front-end can do more. The Use of Reaction-Navigation Reaction-native uses navigators to implement native routing functions, but the official website is too brief, the only entry docu ...

Posted by said_r3000 on Wed, 12 Jun 2019 22:20:09 +0200

IScroll Things - Drop-down refresh when content is insufficient

The list in the previous project was IScroll, but there is a problem with IScroll: when the content is not full-screen, there is a way to pull down, so that the purpose of refreshing can not be achieved. [This is what I met in my work, specific examples of specific analysis, here is only a reference] The general example is as follows: <style ...

Posted by Trip1 on Wed, 12 Jun 2019 21:30:35 +0200

python Foundation (5): Numbers and String Types

Today I'll summarize the number and string types in data types. Preview: # Write code,There are the following variables,Please implement each function as required (6 points, 0 for each sub-item).5 Points) name = " aleX" # 1) remove name Spaces on either side of the corresponding value of a variable,And output the processing results. # 2) ...

Posted by srikanth03565 on Wed, 12 Jun 2019 21:26:31 +0200

SwipeRefreshLayout Source Analysis

1. Overview In the previous blog, we found that using SwipeRefreshLayout for drop-down refresh is extremely convenient and fast, and the pull-refresh control is separated from the control for displaying content, making it very easy to extend and maintain code.But its refresh UI is really simple. It's hard to get in the eyes of company designe ...

Posted by mattal999 on Wed, 12 Jun 2019 18:33:56 +0200

Realization of Dynamic Background Video in QQ7.0 Login Interface of Original Android Mobile Phone

Qq7.0 login interface dynamic background realizes qq7.0 login interface dynamic video background realizes android dynamic video background android dynamic background qq7.0: Video starts playing when the login interface is opened, and there is no black screen during that time. And it's looping. Let's not talk about the quality of the pict ...

Posted by M2tM on Mon, 10 Jun 2019 04:12:13 +0200

Realization of Dynamic Background Video in QQ7.0 Login Interface of Original Android Mobile Phone

Qq7.0 login interface dynamic background realizes qq7.0 login interface dynamic video background realizes android dynamic video background android dynamic background qq7.0: Video starts playing when the login interface is opened, and there is no black screen during that time. And it's looping. Let's not talk about the quality of the pict ...

Posted by Lucnet on Mon, 10 Jun 2019 04:12:49 +0200

Implementation of yuv420p Video Playing Interface with OpenGLES

background Example TFLive In this project, I write a live player according to ijkPlayer. To run it, I need to compile ffmpeg libraries. A copy is saved in the net disk. Extraction code: vjce. OpenGL ES plays related in OpenGLES It's in the folder. learnOpenGL Learn how to use texture. Playing video is to display the pictures one by one, just li ...

Posted by my_r31_baby on Sun, 09 Jun 2019 23:04:24 +0200