Full Link Monitoring Tool Pinpoint 1.8.2 Deployment
Reference resources
https://github.com/naver/pinpoint-dockerhttps://www.cnblogs.com/zz0412/p/9333296.htmlhttps://blog.csdn.net/qq_21816375/article/details/80455681
brief introductionPinpoint is a full-link analysis tool, which provides non-intrusive call chain monitoring, method execution details viewing, application status information monit ...
Posted by deejay1111 on Sat, 18 May 2019 22:44:55 -0700
Django (novice bird course)
Learn the Django tutorial of the novice bird tutorial, link as follows:
http://www.runoob.com/django/django-tutorial.html
Installation:
pip install Django
If PIP < 1.4, use:
pip install https://www.djangoproject.com/download/1.11a1/tarball/
Or clone code:
git clone https://github.com/django/django.git
Create a project:
django-admin.py star ...
Posted by plisken on Fri, 17 May 2019 12:22:11 -0700
python-onvif for client control of camera cloud
Reference resources: https://github.com/quatanium/python-onvif
In the onvif test tool for Haikang camera This article introduces how to use onvif test tool to debug Haikang camera and how to configure it.
This paper describes how to call the onvif protocol interface to control the cloud table rotation of Haikang camera. Most ...
Posted by first_lady_the_queen on Wed, 15 May 2019 03:55:30 -0700
Put jupyter-notebook in docker
Jupyter-notebook is my favorite tool. The environment is a little troublesome. In fact, the best way to deploy jupyter web is in the cloud. It can be used anywhere at a time. Now the cloud servers are quite expensive. After docker came out, I thought about putting jupyter-notebook in the container.
Docker and System
Students who have been in ...
Posted by firecircle on Tue, 14 May 2019 02:56:39 -0700
Categories of Cats and Dogs in Deep Learning 1
Categorizing dogs and cats, this paper describes the classification algorithm of deep learning.
Cat and Dog
Part 1, Data Set, including:
Download data sets: use Kaggle API to download data sets;
Preprocessing data sets: The data sets are divided into two parts: training and testing.
Display data sets: use Pillow to draw a co ...
Posted by robinstott on Sat, 11 May 2019 10:02:18 -0700
Scipy Foundation + Advancement
Python Science Computing Library-Scipy
I. Introduction to Scipy
1.1. Introduction and Installation of Scipy
Official website: http://www.scipy.org/SciPy
Installation: Open cmd under C: Python 27 Scripts to execute:
Execution: pip install scipy
1.2. Installation of Anaconda and Environment Building (Demonstration ...
Posted by Elizabeth on Sat, 11 May 2019 02:26:47 -0700
Django - Third Party Reference
Indexes
Rich Text Editor
1.1 in Admin
1.2 Custom Use
1.3 display
Full-text Retrieval
2.1 Create Engine and Index
2.2 use
Sending mail
Rich Text Editor
With rich text editors, website ...
Posted by Afrojojo on Fri, 10 May 2019 11:28:49 -0700
kolla-ansible deployment container ceph
Kolla is a project hatched from openstack. kolla project can produce mirrors including openstack, ceph and other container images.
ansible is an automated deployment tool that performs tasks in playbook.
Kolla-ansible is a container deployment tool, deploying openstack and ceph; the container image deployed by kolla-ansible can be built by ko ...
Posted by bizerk on Tue, 07 May 2019 09:55:38 -0700
Python Interesting | Data Visualization
pyecharts visualization
Above, we used Excel visualization to draw a pseudo "The Economist" chart. To some extent, this method solved the shortcomings of pandas: not beautiful, not powerful. But its operation is complicated, and the Handicapped Party says it dislikes it the most.
So this section explains a Python t ...
Posted by laurus on Mon, 06 May 2019 13:50:38 -0700
NumPy Array Complete
NumPy is a Python library for scientific computing in Python programming. In this tutorial, you will learn how to add, delete, sort and manipulate elements in NumPy arrays in a variety of ways.
NumPy provides a multidimensional array object and other derived arrays, such as mask arrays and mask multidimensional arrays.
Why use NumPy
NumPy provi ...
Posted by mrtechguy on Wed, 24 Apr 2019 17:15:35 -0700