ORA-12537: TNS: connection closed

discover problems There are too many connections in the test environment. It is found that all the links are in the second rac node. No one calls or cares about the test environment Manually test the specified instance: C:\Users\caoyf>sqlplus system/xxxx@192.168.xxx.xxx:1521/server_taf SQL*Plus: Release 11.2.0.4.0 Producti ...

Posted by V on Tue, 26 Nov 2019 18:36:24 +0100

Monitoring TcpState of docker container with ccadvisor influxdb grafana

problem After setting up the monitoring cluster of ccadvisor influxdb grafana, it is found that there is no tcp related data Source version: https://github.com/google/cad...git commit hash:9db8c7dee20a0c41627b208977ab192a0411bf93 Build a cfisor influxdb grafana reference https://botleg.com/stories/mo... Positioning process Is there no tcp state ...

Posted by dshevnock on Tue, 26 Nov 2019 18:10:52 +0100

RESTful Architecture and Practice Refinement Treasure

1. Introduction to concepts 1. REST concepts REST: (Representational State Transfer) Representational State Transfer, which defines a common access format for resources, is a style of design and development for network applications. Conceptually, you need to understand the following names: Resource s That is, anything you get on the server, a ...

Posted by cyronuts on Mon, 25 Nov 2019 22:57:48 +0100

Flask - geetest learning and use

Catalog I. relevant documents II. Back end logic sorting III. sorting out the verification ideas IV. initialization of related functions 4-1 validation initialization preprocessing 4-2 validation initialization result return V. quadratic check correlation function 5-1 front end verification calls function successfully ...

Posted by stretchy on Sun, 24 Nov 2019 23:25:14 +0100

Flink source reading TaskManager

brief introduction Through the previous analysis, we can know that the entry of taskManager is org.apache.flick.runtime.taskexecutor.taskmanagerrunner class, and the comments on the class also indicate this. This class is the executable entry point for the task manager in yarn or standalone mode.It constructs the related comp ...

Posted by seontay on Sun, 24 Nov 2019 17:57:39 +0100

Qt Write Gas Security Management System 16-Cloud Synchronization

1. Preface Cloud synchronization function is preparation for later expansion. His purpose is to synchronize records from local databases, such as real-time collected data and stored running records, to the cloud database. By default, the mysql database of Ali Cloud is used. The speed of Ali Cloud is still very fast. I have bought low-match and ...

Posted by cdm2 on Sun, 24 Nov 2019 03:50:52 +0100

TrueLicense-based project certificate validation

1. Brief description Developed software products tend to have a trial period of time when they are delivered for use, during which we do not want our code to be duplicated by our customers. At this time, the license comes in handy. The functions of the license include setting expiration date, binding ip, binding mac, etc.The Licensor directly g ...

Posted by 1josh13 on Sun, 24 Nov 2019 02:41:21 +0100

golang network programming Middleware

golang_real.jpg Share beforeGorang network programming (5) middleware By learning to write two interceptors by ourselves, output log and simple permission verification. This is what we usually do in middleware. In fact, many times we don't need to do too much by ourselves. Do we still need to grow, bake and grind if we want t ...

Posted by S_henry on Sat, 23 Nov 2019 19:07:21 +0100

Go golang-nsq Series--nsqlookupd Source Parsing

Previous Introduces the code logic and flow chart of nsqd. This paper parses another module nsqlookupd in nsq, which is responsible for maintaining the topology information of nsqd nodes, and achieves the service registration and discovery of de-centralization. 1. nsqlookupd Execution Entry Execution entry files can be found in nsq/apps/nsqlook ...

Posted by Lee on Sat, 23 Nov 2019 14:05:58 +0100

How to read the uni app framework efficiently? (recommended Collection)

By Jeskson Source: front end tavern of dada The framework of uni app, configuration: page.json, manifest.json, package.json, vue.config.js. Script, application, main.js. Log printing, timer, life cycle, page, page communication. pages.json file is used for global configuration of uni app. It is used to write path, window style, tabbar at the ...

Posted by rharter on Fri, 22 Nov 2019 20:05:53 +0100