[open source]. Net uses ORM to access Shenzhou general database (Shentong)
preface
Tianjin Shenzhou General Data Technology Co., Ltd. (hereinafter referred to as "Shenzhou general company") is subordinate to China Aerospace Science and Technology Corporation (CASC). Is engaged in the domestic database, big data solutions and data mining analysis product research and development of professional companies. The ...
Posted by cbailster on Sat, 27 Jun 2020 17:55:00 -0700
An anomaly detection technology based on automatic encoder built by keras for fraud identification
Credit card fraud can be classified as an exception and can be detected using an automatic encoder implemented in Keras
I recently read an article called "using automatic encoder for anomaly detection", in which the generated data is tested, and I think it seems a good idea to apply the idea ...
Posted by Masterchief07 on Sun, 21 Jun 2020 19:57:59 -0700
Simple! Direct! Rough! Three steps! Batch access the learning video under the learning power page (. End of mp4)
Do a little help to the old students, consolidate the practice of request, selenium, xpath, download the video link at the end of. mp4 in batch, and directly go to the code and ideas.
Batch access to learning videos under the page of learning power
1. Target url
2. Clarify the purpose of reptile, anal ...
Posted by gloeilamp on Sun, 21 Jun 2020 03:20:28 -0700
LaUI Element--Lebyte Front End
Basic Elements
Button
usage
Set class="layui-btn" to any HTML element to create a base button.Define additional button styles by appending classes in the format layui-btn-{type}.
<!--Base button-->
<button type="button" class="layui-btn">a standard button</button>
<a href="Http://www.layu ...
Posted by fighnight on Wed, 17 Jun 2020 13:42:37 -0700
Start using Elasticsearch: Learn how to search
This article is from https://blog.csdn.net/UbuntuTouch/article/details/99546568 , with amendments and deletions.
In the previous article, we have described how to use the REST interface to create index es, documents, and actions in ES.In today's article, we'll show you how to use ES to search for our data.ES is a near real-time search.Let's c ...
Posted by evmace on Tue, 02 Jun 2020 03:08:05 -0700
Comparison of updateStateByKey and mapWithState
What is a state management function
The state management functions in Spark Streaming, including updateStateByKey and mapWithState, are used to count changes in the state of the global key.They reduce by key with data from DStream, then accumulate data from each batch as new data information enters or updates.To keep users in whatever shape t ...
Posted by w00kie on Mon, 01 Jun 2020 20:53:52 -0700
Building a big data environment for user portrait -- building a real-time user portrait from scratch
In this chapter, we started to formally build a big data environment, with the goal of building a stable big data environment that can be operated and monitored. We will use Ambari to build the underlying Hadoop environment, and use the native way to build Flink, Druid, Superset and other real-time computing environments. Use the combinatio ...
Posted by allinurl on Sun, 31 May 2020 20:43:34 -0700
Data analysis | accurate data management based on smart tags
Source code: GitHub point here || GitEE point here
1, Scenario analysis
1. Scenario case
Friends in the Internet industry must have known or heard of the following scenarios:
Ali: thousands of thousands of faces, meaning different users use Ali related products feel different, for example, the recommended content of Alipay home page, and other ...
Posted by michaelnorth on Fri, 29 May 2020 19:00:49 -0700
Kafka Quick Start - Kafka Cluster Deployment
Kafka Quick Start (6) - Kafka Cluster Deployment
I. Kafka Cluster Deployment Plan
1. Operating system selection
In general, production environments should deploy Kafka clusters on Linux operating systems for the following reasons:(1) At the bottom of the Kafka client, Java selector is used. The implementation mechanism of selector on Linux is ...
Posted by colesw on Mon, 25 May 2020 11:24:58 -0700
Kafka Core API - Stream API
Kafka Stream concepts and initial high-level architecture diagrams
Kafka Stream is a new Feature introduced by Apache Kafka from version 0.10 that provides streaming and analysis of data stored in Kafka.In short, Kafka Stream is a class library for stream computing, similar to Storm, Spark Streaming, Flink, but much lighter.
Basic concepts of ...
Posted by Dujo on Sun, 24 May 2020 09:39:16 -0700