How to create a "8" type dance loader with pure CSS

Effect preview Press the "click preview" button on the right to preview on the current page, and click the link to preview in full screen. https://codepen.io/comehope/pen/gKNMMm Interactive video This video is interactive. You can pause the video at any time and edit the code in the video. Please use chrome, safari, edge to open and ...

Posted by tlavelle on Thu, 05 Dec 2019 05:03:39 +0100

Wechat interception detection

background Due to the strict restrictions on wechat, domain names are inadvertently determined to be induced to share. Therefore, the company decided to investigate a set of stable, fast and high accuracy wechat domain name interception detection query interface. The development team tried Google search for a while and found that they rarely sh ...

Posted by EXiT on Thu, 05 Dec 2019 03:59:47 +0100

A case of gesture sliding card in wechat applet

Recently, there is a project to use wechat applet technology for development, one of which has been bothering me for a long time. Card sliding and gesture recognition. After some research and reference, the results are now shown. Record the pit you stepped on. If you need it, it can also help you. Design sketch: First, the implementation of ca ...

Posted by Dongowarrior on Wed, 04 Dec 2019 20:49:21 +0100

Quick download of Kubeflow image (V0.3.3)

Kubeflow is a machine learning framework for Kubernetes cluster. If you want to use it, you need to find a way to move the image to your own environment. At present, the container image of version 0.3.3 has been moved back. You can use the following script to download it from Aliyun's image service station: Kubeflow system container image (0 ...

Posted by MinDFreeZ on Wed, 04 Dec 2019 13:08:51 +0100

Recommend a tool class for java to operate ftp

Written in front As children's shoes that often use computers to organize files, they should have used to upload and download files from the ftp server. Today, we will learn how to operate files of ftp service through java programs First of all, you should know the ip, path, port, account and password with operation permission of ftp 1 import ...

Posted by tmallen on Wed, 04 Dec 2019 11:53:15 +0100

hexo combined with git to build blog Foundation

background How to own your own blog without spending money (server, domain name)? gitpage+hexo, realize your wish Preparation Install git client by yourself Self registration of git account Install npm and node.js by yourself Operation steps Building database Create a new one named( Your user name.github.io )For exampl ...

Posted by tomboy78 on Wed, 04 Dec 2019 11:40:45 +0100

Practical production environment: 1.13.3 latest k8s cluster deployment Heapster plug-in

This article, any image and yaml I use will send a link to the online disk for you to download and learn!Links: https://pan.baidu.com/s/1inmW... Password: 92uagithub: https://github.com/heyangguangYou can contact me directly if you have any questions: heyangev@cn.ibm.com Heapster is a collector that summarizes the data of C advisor on each Nod ...

Posted by nawal on Wed, 04 Dec 2019 03:18:54 +0100

Pandas Tour (6): summary of string utility methods

About string basic methods Hello everyone, I'm back! In the previous several issues, we have simply understood the basic operation of pandas, but as long as the data is involved, the most common type is String, so many times we are actually dealing with strings, so today, I will share my own summary of the common methods about strings to you, h ...

Posted by mistertylersmith on Wed, 04 Dec 2019 01:05:22 +0100

Use three.js to create text that does not change in size with the scene

Using three.js to create text whose size does not change with the scene requires the following two steps: 1. Draw the text on the canvas. 2. Create a shader material and put the text in the 3D scene. Advantage: 1. Compared with html, these texts can be occluded by the model and have more 3D effect. 2. It does not change the size with the r ...

Posted by dreamer on Tue, 03 Dec 2019 18:41:50 +0100

Correct posture of Java method retry

1, introduction In business development, it is likely to be the case of retrying. Retry is mainly used when the call fails, especially when dubbo related exception and network related exception occur. The following is a simple encapsulation of this function, and then gives some relatively more open source code addresses.   ...

Posted by lachild on Tue, 03 Dec 2019 10:20:26 +0100