Android Custom Load Animation - Rotating Leaves

Android Custom Animation Series 3, today to share the third custom Loaidng animation, the same as the first name of a rotating leaf, or the old rules first introduced, then the picture above. In the end, GIF is a little big. Please think twice about mobile traffic. introduce First of all, it is still a statement that the original intention of m ...

Posted by Ree on Tue, 16 Jul 2019 11:31:23 -0700

java uses POI to manipulate excel files, realize batch export and import

Definition of POI There are two mainstream toolkits for operating Excel in JAVA: jxl and poi. jxl can only operate Excel 95, 97, 2000, that is, excel suffixed with. xls. poi can operate Excel 95 and later versions, and can operate excel with suffixes of. xls and. xlsx. POI is called Poor Obfuscation Implementation, literally translated as &quot ...

Posted by lastcraft on Tue, 16 Jul 2019 11:24:31 -0700

Dynamic loading of installed apk s

After reading an article about plug-in development, I feel a little interesting. So I tried. First of all, we need to know what plug-in is, or why it is used, and what application scenarios are. Everyone knows that in Android App, the maximum number of methods for an application dex file can not exceed 65536, otherwise, your app will be abno ...

Posted by millsy007 on Mon, 15 Jul 2019 16:28:16 -0700

Nuxt.js Create Tourism Website Chapter 3 Writing of Login Page

Key knowledge points: 1. Using vuex/store to manage data 2. Logic of login and registration 3.Nuxt Local Storage   1. Login page 1.1 Login Page Layout The code to replace pages/user/login.vue is as follows <template> <div class="container"> <!-- primary coverage --> <el-row type=" ...

Posted by tempa on Mon, 15 Jul 2019 15:48:20 -0700

Compatibility of Android Bug 5497 Workaround

background Recently, when adding an immersive status bar to the project, we encountered a strange problem. The chat and comment boxes at the bottom of the Android 4.4 system can not be topped by the system input method. Figure 1 below (pictures quoted from Two other ways of realizing android immersion status bar More detailed problem descripti ...

Posted by ibelimb on Sun, 14 Jul 2019 15:10:34 -0700

On android 7.0 Adaptation

Adaptation of Android 7.0 Recently, in the process of software maintenance and updating, I learned some adaptions about Android 7.0. Here I would like to share with you. As far as I know, we need to adapt Notification, photography, and image clipping. I. Notification _I won't elaborate on the features of Android 7.0 Notification addition ...

Posted by baccarak on Sun, 14 Jul 2019 11:14:29 -0700

The UI Library WeUI Designed for Wechat

Open source: https://www.oschina.net/p/weui WeUI Details WeUI is a UI library designed by the official design team of Wechat for Wechat Mobile Web applications. WeUI is a set of basic style library which is consistent with the original visual experience of Wechat. It is designed for the development of Wechat Web, which can make the user's ...

Posted by simonmlewis on Sat, 13 Jul 2019 12:44:02 -0700

Event handling for nesting ListView in ListView

Thank you very much for the author of this post and the comment on the 15th floor, which finally solved my problem. Thank you for the long time that troubled me at https://my.oschina.net/zhibuji/blog/70892. The day before yesterday, I met Item in ListView, which needed to display the processed content with ListView. Then I met a headache. As ...

Posted by hdpt00 on Fri, 12 Jul 2019 18:52:32 -0700

Preliminary Study on jQuery Plug-in

I haven't blogged for a while, but recently changed my job. From the previous H5 mobile page project to the current PC single page project, the main thing I did after I joined the project team was to write the front-end plug-ins. I worked for more than a month to summarize some of my experiences in writing plug-ins in this project. Generally s ...

Posted by Zanne on Thu, 11 Jul 2019 17:34:12 -0700

iOS_Development~Document/File Viewer

DocViewer (Document/File Viewer) Document Viewer (Word & & Excel & & PDF & & Rft || Network & & Local || self & & other App) File Sharing (Network & & Local) needed to pay attention 1. If we make HTTP requests directly under iOS9, we will receive the following error prompt App Transport Security ...

Posted by pandu345 on Thu, 11 Jul 2019 11:01:31 -0700