摘要:
[root@bigdata-server-02 /]# ps --help all Usage: ps [options] Basic options: -A, -e all processes -a all with tty, except session leaders a all with t 阅读全文
摘要:
Apache HBase™ is the Hadoop database, a distributed, scalable, big data store. Use Apache HBase™ when you need random, realtime read/write access to y 阅读全文
摘要:
https://en.wikipedia.org/wiki/DevOps DevOps (a clipped compound of "development" and "operations") is a software engineering practice that aims at uni 阅读全文
摘要:
5 Ways to Make Your Hive Queries Run Faster Technique #1: Use Tez Hive can use the Apache Tez execution engine instead of the venerable Map-reduce eng 阅读全文
摘要:
multiple r squared adjusted r squared http://web.maths.unsw.edu.au/~adelle/Garvan/Assays/GoodnessOfFit.html Goodness-of-Fit Statistics Sum of Squares 阅读全文
摘要:
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2895822/ In Brief: The P Value: What Is It and What Does It Tell You? Frederick Dorey, PhD Author informa 阅读全文
摘要:
https://tecadmin.net/ways-to-send-email-from-linux-command-line/ We all know the importance of emails these days for information transfer. There are m 阅读全文
摘要:
http://www.bankrate.com/finance/credit/what-is-a-fico-score.aspx Anyone who’s ever thought about looking for a loan has inevitably encountered four fa 阅读全文
摘要:
http://www.indiana.edu/~p1013447/dictionary/lat_i.htm 【This means that neighboring visual neurons respond LESS if they are activated at the same time 阅读全文
摘要:
li, r = [23,8, 45, 5, 0, -6, 745,8, 8], [] while (len(li) > 0): loop_, min, tag = len(li), li[0], 0 for i in range(0, loop_, 1): chk = li[i] if min > chk: min,... 阅读全文
摘要:
https://dev.mysql.com/doc/refman/5.6/en/account-management-sql.html USE mysql; SELECT Host,User FROM user; 【BUG】CREATE USER 'xx'@'%' IDENTIFIED BY 'yy 阅读全文
摘要:
The basic principle of test case evaluation is that output resulting from running a test case is compared to the expected result. https://dev.mysql.co 阅读全文
摘要:
runtime\error.go // An errorString represents a runtime error described by a single string. type errorString string func (e errorString) RuntimeError( 阅读全文
摘要:
rfc1918 https://datatracker.ietf.org/doc/html/rfc1918 Hosts within enterprises that use IP can be partitioned into three categories: Category 1: hosts 阅读全文
摘要:
https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use 阅读全文
摘要:
A Universally Unique IDentifier (UUID) URN Namespace https://tools.ietf.org/html/rfc4122.html A UUID is 128 bits long, and requires no central registr 阅读全文