[Hard Java Concurrency] JAVA Multithreaded: Thread Creation Using JDK5.0 New Thread Creation Method
This article is about Learning Guide for Big Data Specialists from Zero (Full Upgrade) Java concurrency supplement for.
1 New way 1: Implement Callable interface
Callable is more powerful than Runnable
Can have a return value compared to the run() methodMethod can throw an exceptionReturn values supporting genericsYou need to use the Futur ...
Posted by Brunda on Thu, 23 Sep 2021 11:45:39 -0700
SQL 2008 - database creation and management
SQL Server 2008 database structure
System database
master A database that records all system level information of the SQL Server systemmsdbTemplate database for all user databases and tempdb databasemodelUsed by SQL Server agent to schedule alerts and jobstempGlobal resources available to all users connected to the SQL Server instance, save a ...
Posted by Robban on Thu, 23 Sep 2021 07:29:27 -0700
Flink E-commerce Real-Time Number Warehouse: ClickHouse Basic Grammar DDL Table Engine
This article is about Learning Guide for Big Data Specialists from Zero (Full Upgrade) ClickHouse: Partial supplement.
Table Engine
4.1 Use of Table Engine
The table engine is a feature of ClickHouse. It can be said that the table engine determines how the underlying data is stored. These include:
_How and where data is stored, where it i ...
Posted by phpparty on Wed, 22 Sep 2021 10:15:31 -0700
[5-2] database foundation
Database foundation
Database: a collection that stores, maintains, and manages dataDataBase Management System (DBMS)
Common database management system
Oracle
Relational type
MySQL
Relational type
DB2
Microsoft SQL Server
Three paradigms
First normal form (1NF): no duplicate columns;The second normal form (2NF): attributes are complete ...
Posted by sandrob57 on Tue, 21 Sep 2021 16:14:57 -0700
ELK installation test operation
ELK learning
1, What is it
Elasticsearch is an open source distributed search engine. Its features include: distributed, zero configuration, automatic discovery, automatic index fragmentation, index copy mechanism, restful style interface, multi data sources, automatic search load, etc.Logstash is a completely open source tool. It can collect ...
Posted by Francky683 on Tue, 21 Sep 2021 16:02:12 -0700
02 Hadoop cluster construction
Hadoop cluster construction
1, Environmental preparation (prepare a formwork machine)
1.1 template machine configuration - Hadoop 100
The template machine does not move. In order to facilitate cloning later, new nodes are added directly
Virtual machine requirements: 4G memory, 50G hard disk, CentOS7, minimum installation
Here, Hadoop 100 i ...
Posted by omarh2005 on Tue, 21 Sep 2021 02:16:00 -0700
oracle other database objects
Common database objects What is a sequence? Sequence: a database object that can be used by multiple users to generate unique values Automatically provide unique values Shared object It is mainly used to provide primary key values Loading sequence values into memory can improve access efficiency
CREATE SEQUENCE statement Define sequence:
CRE ...
Posted by Victorm on Mon, 20 Sep 2021 17:36:59 -0700
Basic structure of JavaScript
Rotation chart
It is often located on the home page and used as a large picture for activity promotion. It can be played automatically by clicking the left and right switch button, or by clicking the small dot on the picture
Tab Toggle
It is used to click different labels or titles to display different contents
Form Validation ...
Posted by fangorn on Mon, 20 Sep 2021 09:37:22 -0700
Start learning big data again - Hbase - day 56 Phoenix
Start learning big data again - Hbase - day 56 Phoenix
Phoenix overview
Hbase is suitable for storing a large number of NOSQL data with low requirements for relational operations. Due to the limitations of Hbase design, it is not possible to directly use the native API to perform the operations such as condition judgment a ...
Posted by Johnm on Mon, 20 Sep 2021 07:15:47 -0700
MySQL database installation tutorial and detailed operation
Tip: the following is the main content of this article. The following cases can be used for reference
1, Introduction
1.1 what are the existing data storage methods?
① Java programs store data (variables, objects, arrays, collections), which are stored in memory and belong to transient state storage. ② File stores data, which is ...
Posted by stephfox on Sun, 19 Sep 2021 13:58:15 -0700