Retrofit of third party open source library

Current version: 2.7.1 Official document: https://square.github.io/retrofit/Retrofit It is a RESTful encapsulation of HTTP network request framework. brief introduction Use Add a dependency on the Retrofit Library rely on dependencies { ... implementation 'com.squareup.retrofit2:retrofi ...

Posted by Sgt.Angel on Tue, 11 Feb 2020 09:26:35 -0800

Mac OS cracking WiFi(WPA, WPA2)

The winter vacation in 2020 is true, brother I silently brush the tutorial of security cattle at home, and the latest brush is the chapter of "wireless attack". Although Kali virtual machine is installed on the school machine, there is no Usb wireless network card. So I tried it with MacBook. ...

Posted by stonelord on Mon, 10 Feb 2020 22:29:13 -0800

YOLO (Darknet) object detection of opencv DNN module

principle I'm not good at Baidu YOLO from the darknet object detection framework Based on COCO data set, it can detect 80 categories YOLO V3 versionhttps://pireddie.com/darknet/yolo Input data corresponding to each network model You can view the model binary file name, network description file n ...

Posted by hucklebezzer on Mon, 10 Feb 2020 09:09:10 -0800

Alibaba cloud SMS out of the box

brief introduction Use SpringBoot to automatically assemble and simplify the docking of Alibaba cloud SMS. A small tool, welcome to use and Star support, if you encounter problems during use, you can raise Issue, I will try my best to improve the Starter. Version basis aliyun-java-sdk-core:4.1.0 How to use Maven <dependency> <grou ...

Posted by daddymac on Mon, 10 Feb 2020 07:06:34 -0800

Simple IOC container implementation

Preface This article is written to learn the execution process of the Spring IOC container. It can't fully represent the Spring IOC container, but simply implements the dependency injection and control inversion functions of the container, which can't be used in production. It can only play a certain role in understanding the Spring container. ...

Posted by ExpendableDecoy on Mon, 10 Feb 2020 05:03:49 -0800

The hottest front-end layout at present

1. rem Foundation rem unit rem (root em) is a relative unit, similar to em. EM is the font size of the parent element, and the benchmark of rem is the font size of the html element. For example, if the root element (html) is set to font size = 12px and the non root element is set to width:2rem, then ...

Posted by esconsult1 on Mon, 10 Feb 2020 04:18:18 -0800

Build your own tool library (similar to lodash) from 0 to a series and publish it to npm

By 2020, we need to try to build our own tool links to make things even more lazy_development_ Final example @magic-zhu/helper This is a demo package we published to npm by ourselves Then use it in your project npm install @magic-zhu/helper const helper = require ('@magic-zhu/helper') let {typeOf} = ...

Posted by ClyssaN on Sun, 09 Feb 2020 18:52:14 -0800

ldap move operation

Recently, the epidemic was serious, and no one left home after returning from Shenzhen on No. 29.01.22. Today is 2020.02.09, originally tomorrow's ticket, the home road closed, the ticket was returned. Every day we pay attention to the epidemic, we will also see all kinds of public revelations, criticiz ...

Posted by jvrothjr on Sat, 08 Feb 2020 18:13:25 -0800

Android RefreshLayout implements pull-up refresh drop-down loading and data De duplication list pages

Add the following dependencies to build.gradle of app in the project: //RefreshLayout implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //glide is used to load pictures in item implementation 'com.github.bumptech.glide:gl ...

Posted by notaloser on Sat, 08 Feb 2020 06:16:24 -0800

ROS melody speech recognition learning

ROS speech recognition control robot (2) Article directory ROS speech recognition control robot (2) Create Ros package control logic Control the little turtle by writing instructions Voice to text Create Ros package In the previous section, the voice to text is implemented. The content of ...

Posted by yshaf13 on Sat, 08 Feb 2020 04:04:06 -0800