Get the App
  • Jin Chaoyang-- sharing of 3 questions in Software Test

    Jin Chaoyang-- sharing of 3 questions in Software Test

    1. There are many ways to design test cases, and each method has different applicable conditions. The following is a description of several methods: systems with clear business flow can use _ throughout the test case design process; comprehensive use of various test methods in use cases, soft for parameter configuration classes

    Shulou · 2022-06-03 08:02
  • You don't know that PPT hides these four divine skills. No wonder it's slow to do it.

    You don't know that PPT hides these four divine skills. No wonder it's slow to do it.

    Some people use PPT every day, but there are still many operations that do not know, or even do not know, resulting in inefficiency. Today, the editor will talk about four divine techniques to help you improve your efficiency. 1. What if you don't want the dotted frame on the PPT to appear when you open the PPT? Change the version

    Shulou · 2022-06-03 08:02
  • Getting started with Hadoop

    Getting started with Hadoop

    1 big data probability big data refers to the data set that cannot be captured, managed and processed by conventional software tools within a certain period of time. It is a massive, high growth rate and diversified information growth that requires a new processing model to have stronger decision-making power, insight and process optimization ability. Mainly to solve the massive savings.

    Shulou · 2022-06-03 08:02
  • Monkey is easy to use

    Monkey is easy to use

    1. Introduction to Monkey Monkey is a command line random point tool under tools in Android's SDK. As the name implies, Monkey is a monkey. Monkey test is like a monkey testing a random page under a specified APP. It's also a

    Shulou · 2022-06-03 08:02
  • Markdown writes out high-end sequence diagrams.

    Markdown writes out high-end sequence diagrams.

    The previous article shared how to use Markdown to write flowcharts, continue to mine the unambiguous features of MDs, and share a timing diagram in md format. Syntax diagram sequence diagram 4 types of elements title: title participant: define participating members, as define alias flow

    Shulou · 2022-06-03 08:02
  • Functional Test Summary of Software testing

    Functional Test Summary of Software testing

    Solemnly declare: this article comes from the leading test network, not my original. Summary of functional test points based on actual testing 1. Page link check: each link has a corresponding page, and the switch between pages is correct. You can use some tools such as LinkBotPro, File-AIDCS,

    Shulou · 2022-06-03 08:02
  • These high-quality self-study websites, visit for 10 minutes a day, the annual salary of one million is not a problem!

    These high-quality self-study websites, visit for 10 minutes a day, the annual salary of one million is not a problem!

    Nowadays, many people will be too busy to improve themselves. Today, the editor will share several high-quality learning websites to help you improve yourself. sweet potato college has a lot of learning videos and materials about universities on the website. there is no threshold, no matter who it is

    Shulou · 2022-06-03 08:02
  • [summary] using Scala to realize the conversion between Json and Case Class

    [summary] using Scala to realize the conversion between Json and Case Class

    Import org.json4s.native.Serialization. {read, write} object Json2CaseClass extends App {implicit va

    Shulou · 2022-06-03 08:02
  • Duties of a Hadoop administrator (translator)

    Duties of a Hadoop administrator (translator)

    Recently I read an English document related to Hadoop, which is actually part of a book. Feel very good, basically elaborated the responsibility of a hadoop administrator. Usually, friends who come into contact with hadoop at work can take a look at the knowledge and skills described in this document.

    Shulou · 2022-06-03 08:02
  • How to use Sentry to create roles and authorizations in Hue

    How to use Sentry to create roles and authorizations in Hue

    Refer to the official document: http://gethue.com/apache-sentry-made-easy-with-the-new-hue-security-app/#howto 's admin g in sentry

    Shulou · 2022-06-03 08:02
  • Chapter 4 of Hadoop Learning: statistical Test procedure for maximum temperature

    Chapter 4 of Hadoop Learning: statistical Test procedure for maximum temperature

    1. Test temperature data download: http://down.51cto.com/data/22136102. Upload the data to hdfs 3. The test code is: MinTemperatureimport org.apache.ha

    Shulou · 2022-06-03 08:02
  • The Foundation of spark-- the Generation of rdd

    The Foundation of spark-- the Generation of rdd

    Use parallelize to create a RDD or you can use makeRDD to create a RDD. By looking at the source code, you can see that when makeRDD executes, it is also calling the parallelize function, and there is no difference between the two. Through .textFile

    Shulou · 2022-06-03 08:01
  • Install Elasticsearch under linux

    Install Elasticsearch under linux

    First, a brief introduction: Elasticsearch provides almost real-time data operation and search functions, all nodes in the es cluster can provide index and search functions together, can find each other and automatically join the cluster. Second, basic concepts: 1. Index: a collection of represented documents

    Shulou · 2022-06-03 08:01
  • Push Consul-based configuration management

    Push Consul-based configuration management

    Author: Alfie, a senior R & D engineer of push application platform infrastructure, in the micro-service architecture, because there are many micro-services, and the services call each other, therefore, a general distributed configuration management is essential. Generally speaking, configuration management needs to solve the problem of centralized configuration management and system operation.

    Shulou · 2022-06-03 08:01
  • 20180524 Morning lesson record 17-Hadoop

    20180524 Morning lesson record 17-Hadoop

    1.MapReduce talk about your understanding of what the execution engine calculates 2.Map is map: what is the mapping function 3.Reduce reduce: specification function 4.shuffle talk about your understanding is equivalent to shuffling the cards and grouping by key 5.wordc

    Shulou · 2022-06-03 08:01
  • What is big data? The trend of big data?

    What is big data? The trend of big data?

    Big data (big data), which refers to the data set that can not be captured, managed and processed by conventional software tools within a certain time range, is a massive, high growth rate and diversified information asset that requires a new processing model to have stronger decision-making power, insight and process optimization ability. In Vic.

    Shulou · 2022-06-03 08:01
  • PHP's AES (Advanced encryption Standard Advanced Encryption Standard) encryption

    PHP's AES (Advanced encryption Standard Advanced Encryption Standard) encryption

    AES introduces the Advanced encryption Standard (Advanced Encryption Standard, abbreviation: AES), which is also called Rijndael encryption method in cryptography. It is a block encryption standard adopted by the federal government of the United States. This standard is used to replace the previous one.

    Shulou · 2022-06-03 08:01
  • What are the practical application fields of the intelligent space of the Internet of things

    What are the practical application fields of the intelligent space of the Internet of things

    What are the practical application areas of the Internet of things smart space? The Internet of things will continue to improve and enable smart spaces, and the right software can help us save a lot of energy and live more sustainably in fine-tuned and safer buildings. With the help of technology, space management departments will have huge energy-saving opportunities. Internet of things Smart Hollow

    Shulou · 2022-06-03 08:01
  • Python 20171115 Learning record

    Python 20171115 Learning record

    Traversal list def travel (string): index = 0while index < len (string): letter = string [index] print letterindex =

    Shulou · 2022-06-03 08:01
  • FastDFS stand-alone construction

    FastDFS stand-alone construction

    FastDFS is an open source high-performance distributed file system (DFS). The FastDFS system has three roles: tracking server (Tracker Server), storage server (Storage Server), and client (Clie)

    Shulou · 2022-06-03 08:01