Introduction to New Functions of npm profile

Reprinted address Introduction to New Functions of npm profile The new version of npm has a new function, npm profile, which can change your profile information. You can modify your profile without going to the website later. Specific support for this function is probably in version 6. If your npm version does not have this command, it is r ...

Posted by cinos11 on Thu, 09 May 2019 09:27:03 +0200

[Front End] Use jsencrypt for front-end encryption of parameters

For login function in a project, parameters are usually submitted to the server through form form or ajax for validation. In this process, if the login password is encrypted once in the front end, the security is better than that of direct submission.Recently, when I read the login page of the blog park, I found that the login ...

Posted by Sentosa on Thu, 09 May 2019 07:06:03 +0200

Tensorflow-benchmark_model is deployed to android platform to test model performance

TF-benchmark_model is deployed to android platform to test model performance Host: A pc platform for compilation. The environment of this article is Ubuntu 16.04. Target: android platform for scoring (mainly instruction set architecture). The environment of this paper is armeabi-v7a. This article only compiles an android ...

Posted by sstoveld on Thu, 09 May 2019 06:15:04 +0200

Go Scheduler Series Source Code Reading and Exploration

Dear friends, this time I would like to share with you the knowledge and experience related to the source code reading of Go Scheduler. There are many good articles on the network to analyze the source code. So this article is not another source code analysis article. It is not about the source code analysis and sharing, but to bring you some l ...

Posted by lkq on Thu, 09 May 2019 05:33:02 +0200

[Android] ScrollMenuLayout, a low-intrusion RecyclerView sliding menu control

Suddenly, I want to realize the sliding menu control in RecyclerView by myself. I've read several articles about the gods, including those from ViewGroup, RecyclerView, etc....................... But they don't quite meet my expectations. I hope it's a simple old project that can be used quickly. So after reading a few articles ...

Posted by kof20012 on Wed, 08 May 2019 21:42:03 +0200

[Front End Talk] Make Four Calculators

0x000 overview Recently, we have started to learn the basic aspects of computer, such as the principles of computer composition, network, compilation and so on. At present, we are just learning the principles of compilation and are beginning to be interested in it. However, the study of theory is a bit dull and boring. We have decided to change ...

Posted by jonnypixel on Wed, 08 May 2019 19:21:05 +0200

happyChat development series: using websocket.io to realize the development of the big front-end of two-way communication

I. Preface Leliao is a complete application written by oneself with websocket. Although the function is relatively deficient, it realizes the basic functions of text chat, group chat, private chat, robot chat and so on. Because this has made its own PC terminal, wireless terminal (mobile terminal), and using cordova packaged into an android apk ...

Posted by rdimaggio on Tue, 07 May 2019 05:50:02 +0200

Hand-in-hand teaching you how to use ORM database gracefully in Flutter project--Part II

A orm database Flutter plugin. I posted an article earlier. Hand-in-Hand Teaching You Elegant Use of ORM Database in Flutter Project Many people also put forward some valuable suggestions on consulting and using, saying that they do not want to write lua, which is not elegant enough, but also increases the cost of learning. On reflection, it is ...

Posted by hijack on Tue, 07 May 2019 05:00:05 +0200

MQTT for GO uses Chinese documents

English Documentation: https://godoc.org/github.com/eclipse/paho.mqtt.golang github: https://github.com/eclipse/paho.mqtt.golang Constants const ( NET component = "[net] " PNG component = "[pinger] " CLI component = "[client] " DEC component = "[decode] " MES component = "[message] " STR componen ...

Posted by loureiro on Tue, 07 May 2019 03:35:03 +0200

A wave of Flutter cool effects, continuous updates

Preface Implementing UI and interaction is a necessary skill for big front-end developers and a key point for mastering Flutter development. While learning from Flutter, we have achieved several cool UI effects commonly seen on clients. Although we use Flutter to build the original wheel, Flutter's cross-platform characteristics are incomparabl ...

Posted by automatix on Mon, 06 May 2019 20:30:03 +0200