Get the App
  • Chapter 15 of Modern Software Engineering [Stability and release Phase] exercise and discussion

    Chapter 15 of Modern Software Engineering [Stability and release Phase] exercise and discussion

    15.3.0 case studies can take a look at the examples of the two student projects and infer the blood types of these teams: the jump ticket for the STG game (delayed for 7 days for perfection, but not released 7 days later. ) [leal1] [I] English learning software (said "release in the morning", but

    Shulou · 2022-06-03 07:39
  • HDFS experiment (1) principle

    HDFS experiment (1) principle

    In this article, the two major components of https://hadoop.apache.org/docs/r1.2.1/hdfs_design.htmlhadoop, mapreduce and hdfs, use HDFS to avoid hardware failure.

    Shulou · 2022-06-03 07:39
  • Micro-mvc framework supports hot deployment of business codes at all layers of mvc.

    Micro-mvc framework supports hot deployment of business codes at all layers of mvc.

    The micro-mvc framework, which can be integrated with springmvc and springcloud, enables all controller, servicebean, dao, and sql business logic code to support hot deployment to facilitate developer tuning and production deployment. Source

    Shulou · 2022-06-03 07:39
  • How do testers determine whether to increase the depth of the test design?

    How do testers determine whether to increase the depth of the test design?

    Test expert Cem kaner suggested that the following six areas should increase the depth of test design. 1. The area where errors are most likely to occur. According to the clustering characteristics of defects, these areas with a large number of defects should be tested as soon as possible. two。 The area where the error is most obvious. Look at the product from the user's point of view and send it

    Shulou · 2022-06-03 07:39
  • Rpc.rstatd installation

    Rpc.rstatd installation

    Install pm-ivh libgssglue-0.1-11.el6.x86_64.rpmrpm-ivh libtirpc-0.2.1-11.el6_8.x86_64.rpmrpm-ivh rpcbi first

    Shulou · 2022-06-03 07:39
  • Common Linux commands

    Common Linux commands

    1.pwd looks at the current path 2.CDJ CD.. 3.ls, ll4.cp a.txt b.txt copy 5.mv test test_20190323 renamed mv test_20190323 / fcy/a move

    Shulou · 2022-06-03 07:39
  • Traverse all paths of a two-dimensional matrix

    Traverse all paths of a two-dimensional matrix

    #! / usr/bin/env python#-*-coding: utf-8-*-def printList (datalist = []): for i in range (len (datalist)

    Shulou · 2022-06-03 07:39
  • Update of grape city report template library: add 6 industries and 50 classic report templates

    Update of grape city report template library: add 6 industries and 50 classic report templates

    Recently, the Grape City report template Library has released nearly 50 classic report templates from six industries, including transportation, manufacturing, retail stores, smart agriculture, public utilities and after-sales service. The report types include Dashboard cockpit, big screen, Kanban, table statistics, data drilling points.

    Shulou · 2022-06-03 07:39
  • The gestation of big data's operation: organizational design, division of labor without separation

    The gestation of big data's operation: organizational design, division of labor without separation

    [this article is excerpted from: Li Fudong "big data Operation" 3.7. for more information, please follow Wechat official account: Li Fudong Channel] Editor's Note: in accordance with the principle of specialization and separation of concerns, big data service business analyst and big data service system architect are two very important roles. The text of the article is in big data's server.

    Shulou · 2022-06-03 07:39
  • Using python to parse html

    Using python to parse html

    When the introduction uses python to crawl web pages, you can use HTMLParser to parse html documents. This time, let's see how this thing uses the actual source code to obtain the method. Please see the video address: http://v.youku.com/v_show/id

    Shulou · 2022-06-03 07:39
  • The execution and compilation of hive sql

    The execution and compilation of hive sql

    1. Hive will access and process the data in the way of mapreduce when executing sql, which mainly includes the following stages: 1.hive first obtains the data from the hdfs file according to the table in the sql statement, and split the data file so that it can

    Shulou · 2022-06-03 07:39
  • Linux add HIVE environment variable

    Linux add HIVE environment variable

    1. Add HIVE_HOMEexport HIVE_HOME=/home/zhongml/apache-hive-2.1.0-bin2. Add $HIVE_HOME/binexport to the original PATH

    Shulou · 2022-06-03 07:39
  • AppScan large website Segmentation scan

    AppScan large website Segmentation scan

    Large website scan to the back will be unable to scan, large website scanning time is too long and so on. But if you want to scan a large website in a short period of time, you can do a split scan, dividing a large site into several smaller ones and then scanning it. There are two ways to segment and scan: (both can be compared to

    Shulou · 2022-06-03 07:38
  • The prerequisites for advanced software test engineers

    The prerequisites for advanced software test engineers

    As the saying goes, the waves behind the Yangtze River push the waves ahead, and the engineers who do not want to be promoted are not good testers. For newcomers to software testing, in addition to mastering the theoretical knowledge of testing, their own positioning, attitude towards learning and enthusiasm for work are the basic standards for assessing a software tester. Attitude determines whether you have

    Shulou · 2022-06-03 07:38
  • Python Basics 05 large integers in python language

    Python Basics 05 large integers in python language

    Lesson 5 the int in the large integer java in the python language can handle up to 2 ^ 31-1 (2147483647) the smallest-2 ^ 31 (- 2147483647), but in Java you can use BigInteger to

    Shulou · 2022-06-03 07:38
  • Apache-hive installation and deployment

    Apache-hive installation and deployment

    Premise: install jdk, install zookeeper, install hadoop, install mysqlyum, install mysql as Metabase, and mysql install sudo yum install-y mysql my on the mater host.

    Shulou · 2022-06-03 07:38
  • Java imports json to generate excel

    Java imports json to generate excel

    Here we use the maven project and give the POM file as a reference: the general idea of org.apache.poipoi3.15org.apache.poipoi-ooxml3.15 is to call API, create a new workbook, and create a new she.

    Shulou · 2022-06-03 07:38
  • Introduction to data Analysis _ numpy

    Introduction to data Analysis _ numpy

    Numpy (Numerical Python) Numpy: provides a basic library for doing scientific calculations in Python, focusing on numerical calculations, mainly for multi-dimensional array (matrix) processing. Used to store and process large matrices, compared to the embedding of Python itself

    Shulou · 2022-06-03 07:38
  • Log record of MyBatis source code parsing

    Log record of MyBatis source code parsing

    One. Overview MyBatis does not provide implementation classes for logging and needs to be connected to third-party logging components, but third-party logging components have their own Log levels and are different, but MyBatis provides four levels: trace, debug, warn and error.

    Shulou · 2022-06-03 07:38
  • Syntax and usage of sum function

    Syntax and usage of sum function

    Sum function syntax: SELECT SUM (expression) FROM tables WHERE predicates;expression constant, column or function, or arithmetic, bitwise and word

    Shulou · 2022-06-03 07:38