未分类 归档 - Cobub
Python USES Deep Neural Networks to Identify Siamese and British Short.

Python USES Deep Neural Networks to Identify Siamese and British Short.

6 years ago 0 8702

Let’s take a couple of pictures and see how the cat is Siam? Which cat is short?
First Siam

Taking Tik Tok and Ease Cloud Music as An Example to Discover Different Requirements of the Three Stages of User Retention

6 years ago 2 10941

In general, the employee will leave the job within one month and leave the company for half a year. The reasons for the departure will be different for two years or more.
A month out, usually can’t adapt to the job or related to the work itself.
The situation of half a year, general and direct superior concerned.
More than 2 years left, basically belong to the recognition company, but the development is limited
In fact, the retention of the product is similar to that of the employee, and the reasons for the short-term retention, interim retention and long-term retention are very different.

Ambari Installation and Custom Service Initial Implementation

6 years ago 2 8862

Ambari installation

1 Ambari profile

Apache Ambari project by developing software is the purpose of the hadoop cluster configuration, monitoring and management, in order to make the management more simple hadoop.Ambari also provides a RESTful interface implementation based on itself of intuitive, easy-to-use web management interface.
Ambari allows system administrators to the following:
1. Provide installation management hadoop cluster;
2. Monitor a hadoop cluster;
3. The extension ambari custom service management functions.

The Implementation of Cobub’s Codeless Capture Technology

6 years ago 0 8081

With the advent of the era of big data, data mining has become more and more important.Front end point buried as a more mature data access method is widely used.Currently buried point is divided into two ways, and will come with no points.Sets a buried point is easy to understand, is called the SDK API, in the code inserts buried point related code, user behavior acquisition.Because we are in development projects, buried point are manually, every business needs change to buried point everywhere, and no burial code, which does not need to be manually inserted into the code, just prior to related configuration, the SDK automatically collect user behavior, avoided because of the change of demand, and buried the great degree error causes such as to bury some heavy and complicated work.This paper mainly introduces the technical implementation of codeless capture technology.

Three Years Running, a Million Micro-service Data Analysis Framework

6 years ago 1 8733

Language knowledge used in architecture:

In recent years, data analysis has developed rapidly and we have also made a micro data analysis tool.The product has been successfully operated for three years, fulfilling the daily life of millions of enterprises.The product structure is very simple, with the simplest language in the world PHP, the most common database mysql, the server can choose apache or choose nginx, all your own preferences.

1. Microservice architecture diagram:

Actual Combat of Apache NiFi Processor

6 years ago 0 13240

1 Introduction

What is Apache NiFi? NiFi’s website explains: “an easy-to-use, powerful, reliable data processing and distribution system.” Popular, namely the Apache NiFi is an easy to use, powerful and reliable data processing and distribution system, its designed for the data stream, it supports highly configurable indicator diagram of data routing, transformation and mediation logic system.
To NiFi can describe more clearly, through NiFi architecture to do a brief introduction to below, as shown in the figure below.

How Much Do You Know about Distributed Coordination Service Zookeeper?

6 years ago 1 8372

Zookeeper profile

Since we learned about a distributed framework (dubbo), which involved zookeeper, let’s start with a brief introduction to zookeeper.Zookeeper is a distributed coordination service that manages a large number of hosts.

1. Distributed applications

Distributed applications can perform specific tasks by coordinating them between them, and a fast and effective way of running networks across multiple systems at a given time (and at the same time)
Distributed applications have two parts: the server and the client application.As shown in the figure below:

Activiti analyses

6 years ago 2 7204

The Activiti framework is one of the workflow frameworks that have developed rapidly in recent years with its open source features.Another workflow framework, JBPM5, is currently a very popular workflow framework.While these two frameworks are two different companies, the two frameworks have a lot to do with it.Tom Baeyens, the director of the Activiti workflow framework, has previously worked for jBoss, currently the publisher of JBPM5, as the chief architect of the previous JBPM4 workflow engine.But it was speculated that Tom Baeyens left jBoss to work for Alfresco because of internal contradictions within jBoss and a serious disagreement over the future version of the workflow engine.However, for months, Tom Baeyens has launched Activiti, an open-source workflow system based on the JBPM4 workflow engine.

(中文) RPC框架技术初窥

6 years ago 1 6156

(中文)

RPC是什么

RPC(Remote Procedure Call Protocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。
RPC采用客户机/服务器模式。请求程序就是一个客户机,而服务提供程序就是一个服务器。首先,客户机调用进程发送一个有进程参数的调用信息到服务进程,然后等待应答信息。在服务器端,进程保持睡眠状态直到调用信息到达为止。当一个调用信息到达,服务器获得进程参数,计算结果,发送答复信息,然后等待下一个调用信息,最后,客户端调用进程接收答复信息,获得进程结果,然后调用执行继续进行。
以上是百度百科对RPC的解释。
一个通俗的描述是:客户端在不知道调用细节的情况下,调用存在于远程计算机上的某个对象,就像调用本地应用程序中的对象一样。

(中文) 深入解析jquery实现原理第一章

6 years ago 1 4733

JQuery is a very good JavaScript library, which greatly enhances the development experience of the front end js, so I recently looked at the source code of JQuery and wanted to share some of my understanding with you.