Beautiful HTML 5 pages special effects learning notes _svg to achieve different votes and different expressions

Characteristic: Different expressions are displayed according to different ratings, and they look like they can roll on a conveyor belt. Using pure code (svg) to draw expressions and stars for scoring html+css, no javascript, easy to get started: simple Welcome to my blog to read this article: http://clatterrr.com/archives... Source code: ...

Posted by vulcant13 on Sat, 24 Aug 2019 17:04:03 +0200

Beautiful HTML 5 page special effects learning notes ink animation

Effect Mouse touch button, appear ink style animation Screen adaptation An html file, a css file, no javascript, easy to use Welcome to my blog to read this article: http://clatterrr.com/archives... Source code Demonstration address: https://clatterrr.github.io/i... Source code: https://github.com/clatterrr/... note :root This CSS pseud ...

Posted by gateway69 on Sat, 24 Aug 2019 07:08:23 +0200

Distributed Lock-Redission

Redission Distributed Lock brief introduction Redission is a Redis Official Network Distributed Solution Official website: https://redisson.org/ github: https://github.com/redisson/redisson#quick-start function   usedBy API   ...

Posted by marsooka on Sat, 24 Aug 2019 04:07:40 +0200

Design patterns are handed over to subclasses TemplateMethod module patterns for specific processing to subclasses.

Preface Blogger github Blogger's personal blog http://blog.healerjean.com 1. Interpretation Define the framework of the processing process in the parent class and implement the specific processing pattern in the subclass. This pattern is ofte ...

Posted by crimsonmoon on Fri, 23 Aug 2019 11:00:10 +0200

[Implementing an H.264 stream parser from zero]: Importing exponential Columbus decoding to implement and preliminarily parse NALU

Links to the original text: https://mp.weixin.qq.com/s/LMQKMyt8q4fkittRPSoCaA In the last article, we have found nalu. At the beginning of this article, we will gradually build a framework to analyze nalu. In this article, the core tasks are ...

Posted by kcgame on Thu, 22 Aug 2019 08:33:07 +0200

Spring Boot Fast Integrated kaptcha Generation Verification Code

Kaptcha is a very practical verification code generation tool. It can generate a variety of verification codes through configuration, which can be displayed in the form of pictures, so it can not be copied and pasted. Contents of this article Introduction to Kaptcha2. Spring Boot Integration Kaptcha1. Introducing jar package into pom.xm ...

Posted by ridiculous on Wed, 21 Aug 2019 14:40:08 +0200

DotNetCore 3.0 helps WPF localization

overview As our applications become more and more popular, our next step is to develop multilingual functionality. It is convenient for more and more countries to use our Chinese applications. Based on WPF localization, we often use system resource files, but dynamic switching localization is more troublesome. Is there a way that can not only b ...

Posted by alwaysinit on Wed, 21 Aug 2019 09:42:38 +0200

Web Components Series Tutorials

Web Components Start Build your own custom components without adding any dependenciesHTML tags with styles, interactive features, and elegant organization in their files https://developer.mozilla.org... Web Components are a different set of technologies that allow you to create reusable custom elements whose functions are encapsulated outside y ...

Posted by kiran_ravi on Wed, 21 Aug 2019 04:02:57 +0200

Introduction and Simple Use of WPF Material Design Open Source Free UI Components

Guide reading The first contact with WPF was in November 2017. Compared with the time when I was not familiar with Winform, I felt that WPF did a good job. However, for some reasons, the company did not use WPF for project development. Later, I ...

Posted by RonHam on Tue, 20 Aug 2019 07:40:40 +0200

From build to deploy, build a private blog quickly

Sometimes we want a controlled blog to record or share something. The subject matter of this blog is decided by you. It can be technology sharing (programming, Sinicized sharing, etc.) or life feeling. This article will introduce a controlled blog that can be quickly built and deployed. Before reading this article, I hope you have some knowledg ...

Posted by shab620 on Tue, 20 Aug 2019 07:06:24 +0200