Get the App
  • Web server-Apache

    Web server-Apache

    1. Configuration file for apache (the path may be different, but the file name should not change): / etc/httpd/conf/httpd.conf2. The executable file is located at: / usr/sbin3. Command to start the apache service: serv

    Shulou · 2022-06-03 07:01
  • Using Stack to solve the problem of parenthesis matching-- interview sharing of algorithmic data structure (3)

    Using Stack to solve the problem of parenthesis matching-- interview sharing of algorithmic data structure (3)

    Algorithm data structure interview sharing symbol matching problem Today on the post, I saw a student asking, if a string contains curly braces and parentheses, how should we solve the problem of parenthesis matching? Let's take a look at this problem today. Follow our previous routine, step by step: 1. Make sure we

    Shulou · 2022-06-03 07:01
  • How to optimize the performance of JVM

    How to optimize the performance of JVM

    Preface JVM is the abbreviation of Java Virtual Machine (Java Virtual Machine). JVM is a specification for computing devices. It is a fictional computer, which is realized by simulating various computer functions on a real computer. Introduction of Jav

    Shulou · 2022-06-03 07:01
  • How to create a 3-node Hadoop virtual environment in VmWare

    How to create a 3-node Hadoop virtual environment in VmWare

    First, VM virtual environment building instructions: create a 3-node Hadoop virtual environment on windos10 using VmWare Workstation to create a virtual machine. Next, set the host name and media storage path of the virtual machine. Set 20g disk size. Select "Custom hardware".

    Shulou · 2022-06-03 07:01
  • The solution of JAVA distributed transaction

    The solution of JAVA distributed transaction

    Background in traditional architecture, @ Transactional of spring can be used for declarative or programmatic transaction management, but if multiple data source operations are involved in our code, we will find that spring's @ Transactional transaction management mechanism will

    Shulou · 2022-06-03 07:01
  • Bitnami-Redmine connects to svn remotely through https

    Bitnami-Redmine connects to svn remotely through https

    If you want to connect to the remote svn through https in Bitnami-Redmine, you should configure it as follows: 1. Run svn manually in the command line environment of bitnami redmine stack to see if you can get the data, svn lis

    Shulou · 2022-06-03 07:01
  • Configure datanode hostname slaves

    Configure datanode hostname slaves

    1. Configure the datanode hostname of hadoop, which can be an ip address. The configuration content is as follows: node3node4node5

    Shulou · 2022-06-03 07:01
  • Source Code Analysis of the running process of spark tasks

    Source Code Analysis of the running process of spark tasks

    The source code analysis of spark task operation is divided into three parts: writing, submitting and executing the whole spark task: ① writing program and submitting the task to the cluster ② sparkContext initialization ③ triggers the runJob method in the action operator, executes the task (1)

    Shulou · 2022-06-03 07:00
  • Introduction to 1.spark

    Introduction to 1.spark

    Spark is a unified computing engine for large-scale data processing. It is suitable for a variety of scenarios that previously require a variety of different distributed platform processing, including batch processing, iterative computing, interactive query, stream processing. Various processes are integrated through a unified framework. Spark characteristics

    Shulou · 2022-06-03 07:00
  • DevOps Environment built from scratch (2)

    DevOps Environment built from scratch (2)

    DevOps environment from scratch (1) as mentioned earlier, jenkins has been installed, install pipeline and blue-ocean (good-looking) plug-ins. Switch to blue-ocean style, create a pipeline, a lot of github online

    Shulou · 2022-06-03 07:00
  • Eclipse SmartHome source code compilation process

    Eclipse SmartHome source code compilation process

    Eclipse SmartHome is an open source solution for building smart homes, which is applied to gateways to solve the problem of intelligent devices from different suppliers and access to unified gateways, bringing convenience to end users. Many IOT Yunping Taiwan businessmen are built on it, including

    Shulou · 2022-06-03 07:00
  • The way to python-Basics 5

    The way to python-Basics 5

    1. Common string operations # string operations name = "my name is kk" print (name.capitalize ()) # > > My name is kk#capitalize () # large initials

    Shulou · 2022-06-03 07:00
  • What do you need to pay attention to in the transformation of big data and artificial intelligence?

    What do you need to pay attention to in the transformation of big data and artificial intelligence?

    Big data brief introduction big data (big data), IT industry term, refers to the data set that can not be captured, managed and processed with conventional software tools within a certain time range. It is a massive and high growth rate that requires a new processing model to have stronger decision-making power, insight and process optimization ability.

    Shulou · 2022-06-03 07:00
  • Steps for installing and using testlink

    Steps for installing and using testlink

    Summary of Testlink Learning Exchange 1. Introduction to Testlink TestLink is used to manage the testing process. By using the functions provided by TestLink, the testing process can be completely managed from test requirements, test design, and test execution.

    Shulou · 2022-06-03 07:00
  • The way and skill of Agile Development-thoughts on the training of MPD Software Workshop (part I)

    The way and skill of Agile Development-thoughts on the training of MPD Software Workshop (part I)

    Note: the 2013 Asia-Pacific Software R & D team Management Summit (hereinafter referred to as MPD Conference), hosted by MSUP, was held in Beijing and Shanghai on June 15 and June 22, respectively. Some programmers from Grape City attended the meeting in Shanghai. This time, M.

    Shulou · 2022-06-03 07:00
  • How does Selenium WebDriver find WebElement

    How does Selenium WebDriver find WebElement

    Here are several common ways to find page elements from our team code: (1) through WebElement's ID if a WebElement provides ID, (2) through WebElement's name to find: WebElem

    Shulou · 2022-06-03 07:00
  • Classification of APP test points

    Classification of APP test points

    Software permission 1) deduction risk: including sending SMS messages, making phone calls, connecting to the network, etc. 2) Privacy disclosure risk: including accessing mobile phone information, accessing contact information, etc. 3) check the input validity of App, authentication, authorization, sensitive data storage, data encryption, etc. 4) restrictions /

    Shulou · 2022-06-03 07:00
  • Java encrypts the data of workflow engine

    Java encrypts the data of workflow engine

    The so-called workflow engine refers to workflow as a part of the application system, which provides core solutions such as information transmission routing and content level, which play a decisive role in each application system according to different roles, division of labor and conditions. Workflow engine includes node management and flow of process.

    Shulou · 2022-06-03 07:00
  • How to count the Internet Marketing network marketing

    How to count the Internet Marketing network marketing

    Marketing is the process of planning and implementing ideas, products, service ideas, pricing, promotion and distribution in order to create transactions between individuals and organizations. The traditional marketing mode is a transaction marketing mode, which will sell the products through the traditional marketing channels, and the long circulation link will greatly increase the cost of the products.

    Shulou · 2022-06-03 07:00
  • Improve automation efficiency and play Selenium framework together

    Improve automation efficiency and play Selenium framework together

    The chat test engineer of the previous project team: the new module has been tested and bug has been submitted to the bug library (jira, TFS, Zen). Please modify the bug according to the bug description, and then I will return. Development engineer: OK. Test engineer: the module you wrote bug is good.

    Shulou · 2022-06-03 07:00