wifi status monitoring in Android devices

I. objectives The APP monitors the status information of wifi connected to Android devices (mobile phones, TV or other devices) and uploads it to the server regularly to analyze the status and signal strength of wifi in the environment where the devices are located at a specific time point. 2, Use s ...

Posted by Isomerizer on Thu, 05 Mar 2020 03:44:14 -0800

Using virtual nodes to create 10000 Pod in kubernetes cluster to support online education business

Using virtual nodes to improve k8s cluster capacity and flexibility The way of adding virtual nodes in kubernetes cluster has been widely used by many customers. Based on virtual nodes, the Pod capacity and flexibility of the cluster can be greatly improved, and ECI Pod can be created flexibly and dynamically on demand, avoiding the trouble ...

Posted by Michdd on Wed, 04 Mar 2020 23:43:50 -0800

It's enough to read this one

Note: without special instructions, the versions of Flutter and Dart are as follows: Flutter version: 1.12.13+hotfix.5 Dart version: 2.7.0 DataTable DataTable control displays table data. DataTable needs to set rows and columns. The usage is as follows: DataTable( columns: [ DataColumn(label: Text('Full name')), DataColumn(label: ...

Posted by sig on Wed, 04 Mar 2020 05:09:44 -0800

Summarize the practical skills of vue knowledge system

As one of the three front-end frameworks, vue is a necessary skill for front-end developers. So how to learn and master vue systematically? For this reason, I have made a simple summary of the knowledge system. Please forgive and correct the shortcomings. If you like, you can give me a little praise! ...

Posted by DeFacto on Tue, 03 Mar 2020 23:24:48 -0800

CTF's Android reverse uncrackme level1

On the contrary, Android doesn't seem to have a website similar to vulnhub, with a large number of target machines practicing penetration testing. At present, I have found that XCTF has reverse and mobile problems, and OWASP MSTG CTF project. Start with MSTG! github of CTF project click here . Howeve ...

Posted by Blue Blood on Mon, 02 Mar 2020 19:16:27 -0800

Learn 03 JS (get element, event basis, operation element, node get element, focus)

Get elements document.getElementById('parameter '); Get id element console.dir(time); Print element objects document.getElementsByTagName('tagname '); Get elements with tags var nav = document.getElementById('id name '); var nav1 = nav.getElementsByTagName('tagname '); You can get some labels i ...

Posted by richclever on Thu, 27 Feb 2020 18:53:51 -0800

Mysql:MySQL Data Management

Foreign Key Management Foreign key concept If a public key is the primary key in a relationship, it is called the foreign key in another relationship.Thus, the foreign key represents the correlation between the two relationships.Tables whose primary key is a foreign key to another relationship are called primary tables, and tables with foreign ...

Posted by ph0ngwh0ng on Thu, 27 Feb 2020 11:47:50 -0800

Shiro -- Basic authentication process

Introduction: In shiro, users need to provide principles and credentials to shiro so that the application can verify the user's identity: Principles: identity, that is, the identity attribute of the principal, can be anything, such as user name, mailbox, etc., only. A principal can have multiple principals, but only one primary principal, usual ...

Posted by lopes_andre on Wed, 26 Feb 2020 22:52:49 -0800

JavaScript uses the alert() function in jQuery $("ා). Blur() to cause infinite cycles to lose focus and execute the pop-up warning solution

Problem analysis of this record: 1. Time difference problem: When I click alert, I clear and focus the input box, but the moment I click alert, the focus is not on the input box, and the defocus event is triggered, resulting in the alert pop-up. 2. Sequence question: With the mentality of first letting it pop up in the execution of clearing and ...

Posted by BDabrowski on Wed, 26 Feb 2020 20:46:34 -0800

The use of echarts report technology

1, Introduction to echarts It is an open-source visualization library implemented by JavaScript, which can run smoothly on PC and mobile devices, and is compatible with most current browsers (IE8/9/10/11, Chrome, Firefox, Safari, etc.), the bottom layer relies on vector graphics library ZRender, providi ...

Posted by installer69 on Wed, 26 Feb 2020 19:22:28 -0800