go language data structure and algorithm library GoSTL

GoSTL GoSTL is a go language data structure and algorithm library, similar to C + + STL, but more powerful. Combined with the characteristics of go language, most of the data structures have realized thread safety. When creating objects, you can specify whether to turn it on through configuration parameters. Function list data structure slic ...

Posted by beemzet on Tue, 05 Nov 2019 00:17:40 -0800

Try Flutter: write a boring App (with Flutter experience)

Today's X Github: https://github.com/shuiRong/T... (today's X) This is a boring App written by FlutterRecommend a different one every day: picture, poem, famous saying, music, music review, advanced mathematics, two kinds of color matching, chemical equation, Github Repo, Zhihu problem. (P.S. except that the picture is from Bing homepage, only ...

Posted by m00p4h on Mon, 04 Nov 2019 12:18:11 -0800

Prometheus: Prometheus monitoring switch (snmp)

Prometheus service is installed by default, service address: 192.168.56.200 I. obtain snmp information of the switch snmp service IP (switch IP): 172.20.2.83 snmp community: dfetest II. Deploy SNMP exporter 2.1 download SNMP ﹐ exporter Download the SNMP exporter installation package at: https://github.com/prometheus/snmp_exporter/release ...

Posted by etherboo on Sun, 03 Nov 2019 18:43:14 -0800

Intensive reading of React Conf 2019 - Day1

1 Introduction React Conf 2019 In October this year, the content quality is still as high as before. If you want to learn more about the front-end or React, this conference must not be missed. I hope that the front-end intensive reading will become a preacher on your way to learning and growth, so this intensive reading will introduce the relev ...

Posted by AQHost on Sun, 03 Nov 2019 17:04:45 -0800

Vue interesting turntable assembly

A rotatable component written with vue, as shown in the figure layout Use the number of cards to divide the 360 degree circle evenly, use the absolute positioning to distribute on the external container, and rotate itself through the rotate computedCardPosStyle(index){ let deg = index * this.unitCardDeg; let absDeg = Math. ...

Posted by richardw on Sun, 03 Nov 2019 16:04:25 -0800

The first harvest and thought of reading AFNetworking source code

Source address: https://github.com/AFNetworking/AFNetworking/tree/0.2.1 First, add the corresponding library to your Demo, set the MRC and set the new syntax according to the prompts, so that the project can run: Including support for HTTP: 1. Add NSAppTransportSecurity type Dictionary in Info.plist; 2. Under NSAppTransportSecurity, add nsallow ...

Posted by crazylegseddie on Sun, 03 Nov 2019 14:09:22 -0800

Basic configuration of multi page application with Vue3.0 and bootstrap

Next is the configuration of multi page application. After installing vue 3.0, you can find that the directory is much smaller than that of 2.0, public is equivalent to the original static. index.html is the entry of the project. src is the same as before. Cli 3.0 has no build or config. If you want to configure, you need to create the vue.c ...

Posted by c_pattle on Sun, 03 Nov 2019 11:32:24 -0800

vue reads the local excel file and displays it on the web page

I want to read a local xlsx file (task list. Xlsx) and display it on the web page. At first, I choose to build an express server by sending an axios request, but I think it's too complicated to make a server just to read a local file. At last, I read the local file through the "xlsx" module + axios, without the back-end. The steps are ...

Posted by MrLister on Sun, 03 Nov 2019 10:44:28 -0800

2019-5-29 open source cache Promise,Ajax data cache function encapsulation, and upload to github

In order to optimize the front-end interface calls, we may need to limit the frequency of accessing the background. In our project, we use some technologies at will. After the invalid data is accessed remotely for the first time, the data is stored in memory (closure Implementation), ###Two directions of optimization are limited, ...

Posted by ehhwan on Sun, 03 Nov 2019 02:05:11 -0800

Realization of Taobao Lingmao coin and ant forest energy automation based on AutoJs

outline Once a year, double 11 is here again. Let's have a party. Taobao needs all kinds of check-in, shopping and collecting meow coins. One shop needs 15S, and after receiving all meow coins, they will be gone in at least ten to twenty minutes. As a programmer, it's time to free your hands. 1. Technical background 1.1,AutoJs GitHub: https:// ...

Posted by Dave2711 on Sun, 03 Nov 2019 01:27:38 -0700