Visualization interface of PID-feed system based on HTML5

Preface With the popularization and development of industrial Internet of Things and Internet technology, the way of artificial filling has been gradually replaced by mechanical equipment.Industrial manufacturers are increasingly demanding higher standards and stringent requirements for equipment in order to reduce misoperation, improve equipme ...

Posted by smartknightinc on Thu, 07 May 2020 10:15:40 -0700

Use JQuery to send a request to refresh the page locally

json What is JSON JSON(JavaScript Object Notation) is a lightweight data exchange format. It is based on ECMAScript A subset of. JSON uses a completely language independent text format, but also uses habits similar to the C language family (including C,C++,C#,Java,JavaScript,Perl,Python Etc.). These features make JSON an ideal data exchange l ...

Posted by salathe on Thu, 07 May 2020 08:21:37 -0700

Wechat applet development tab (tabbar at the top / bottom of the window) page switching

In the development of wechat applets, the tabs are generally fragment in android, which makes you feel confused when it comes to the applets Finally, it's done. Share it and have a look First look at the effect: Add the code: 1.index.wxml <!--index.wxml-->   <view class="swiper-tab">       <vie ...

Posted by dtdetu on Tue, 05 May 2020 17:48:29 -0700

Using JavaScript to convert XML to JSON

Recently, there is a requirement in developing projects. The strings of XML messages queried from the database need to be parsed with parameters, which supports modification on the page. Therefore, the function of parsing XML text using JavaScript is born. The specific idea is to get the DOM object of XML, and then through traversal and recur ...

Posted by matts12290 on Tue, 05 May 2020 15:32:19 -0700

K8S binary cluster deployment - single master cluster

1, Cluster environment As introduced in the previous blog, my construction and deployment are also based on the previous one. 2, Deploy master node components The following three core components should be deployed on the Master: Kube APIServer: it is the unified entrance of the cluster. The coordinator of each component, the addition, deletio ...

Posted by Nat on Tue, 05 May 2020 10:11:57 -0700

Complete Kubernetes binary deployment step by step -- component installation (single node)

Complete Kubernetes binary deployment step by step (3) - component installation (single node) Preface In the previous two articles, we have completed the basic environment construction, including etcd cluster (including Certificate creation), flannel network setting, docker engine installation and deployment, etc. in this paper, we will comple ...

Posted by davelr459 on Tue, 05 May 2020 06:42:52 -0700

vue pop-up layer components

vue pop up layer These are the pop-up layers I usually use for mobile terminals. There are four pop-up layers, with the default value of type 0.12 This is a component layer.vue code: <layer ref="layer"></layer> import layer from '@/components/layer/layer' 1. Loading 1. Default in lo ...

Posted by timmytock on Tue, 05 May 2020 06:35:51 -0700

Upload files through fromdata

In fact, there are many plug-ins for file upload, but what we do now requires to use as few plug-ins as possible, so I wrote it myself. I've also written about file processing with node before. This time, I'll try it in php. a.html file <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/html"> <head> <meta http- ...

Posted by asd on Tue, 05 May 2020 06:05:32 -0700

Java ip address query, according to the ip interface to obtain the province, city, zip code, operator, etc

In the morning, the project manager said that it is necessary to add a user ip home location query function, and then search the Internet for half a day, and work out a relatively simple method to return address json data through the interface Baidu interface, Sina interface, Taobao ip interface is used here Get IP location through Taobao IP ad ...

Posted by aaadispatch on Tue, 05 May 2020 04:19:22 -0700

Love! Share a spring boot based API, restful API project seed (skeleton)

Preface Recently, I have used Spring Boot with MyBatis, general Mapper plug-in and PageHelper paging plug-in to do several small and medium-sized API projects. I feel that it is very comfortable to develop this project with this set of framework and tools, and the team's response is also good. In the process of project construction and develop ...

Posted by northk on Tue, 05 May 2020 03:08:29 -0700