Get the App
  • Jmeter Sinicization

    Jmeter Sinicization

    Find the bin directory under jmeter, open the jmeter.properties file, change line 37 to language=zh_CN, remove the previous #, and then open the Chinese interface.

    Shulou · 2022-06-03 06:30
  • R language reads fread function of big data data.table package

    R language reads fread function of big data data.table package

    > setwd ("D:\\ R_Tardy") > library (data.table) / / data.table 1.9.6 / / For help type? data.table or / /

    Shulou · 2022-06-03 06:30
  • Selenium opens a small ie test instance

    Selenium opens a small ie test instance

    Package mqTest;import java.io.File;import org.openqa.selenium.By;import org.openqa.selenium.WebDrive

    Shulou · 2022-06-03 06:30
  • Centos7 installs Docker and private server

    Centos7 installs Docker and private server

    First, install docker install docker on centos7, the official website has more detailed instructions: https://docs.docker.com/install/linux/docker-ce/centos/ I choose to install

    Shulou · 2022-06-03 06:30
  • Centos5.8 upgrade gcc glossy +

    Centos5.8 upgrade gcc glossy +

    Cd / etc/yum.repos.dwget http://people.centos.org/tru/devtools-2/devtools-2.repoyum install devtoolse

    Shulou · 2022-06-03 06:30
  • Big data III: HBASE installation

    Big data III: HBASE installation

    HBASE installation-pseudo distributed 1. Extract and rename tar zxvf hbase-1.2.0-cdh6.14.2.tar.gzmv hbase-1.2.0-cdh6.14.2 / opt/bigdata/hba first

    Shulou · 2022-06-03 06:30
  • Big data visual analysis, how do we usually achieve it quickly?

    Big data visual analysis, how do we usually achieve it quickly?

    The users of big data's analysis are big data analysts and ordinary users, but their most basic requirement for big data's analysis is visual analysis, because visual analysis can intuitively show the characteristics of big data. At the same time, it can be easily accepted by readers, as simple as looking at a picture.

    Shulou · 2022-06-03 06:30
  • AU3 Software Automation installation tutorial

    AU3 Software Automation installation tutorial

    1. Experimental environment software A win7 system host 2, install AU3 program editing software in win7 host name (autoit3) 3, prepare (QQ software, new folder, new au3 script file)-QQ software and new AU3 script file are stored in the new file.

    Shulou · 2022-06-03 06:30
  • Agile Kanban tool + mind map to achieve efficient innovation

    Agile Kanban tool + mind map to achieve efficient innovation

    Leangoo, a Scrum agile development Kanban tool that has been used all the time, has released a new mind map. Electronic Kanban? The flexible structure helps the team respond to changes quickly, the necessary visualization ensures the transparency of the process, and helps the team control progress at a glance, limit the number of "work-in-process", and make it clear.

    Shulou · 2022-06-03 06:30
  • Unescaped left brace in regex is deprecated here

    Unescaped left brace in regex is deprecated here

    Background compilation indent-2.2.12, call instruction bootstrap, error prompt: # running automakeUnescaped left brace in regex is deprecate

    Shulou · 2022-06-03 06:30
  • RTC-Software Collaborative Development Management platform

    RTC-Software Collaborative Development Management platform

    IBM Rational Team Concert (RTC for short) is a commercial product and a collaborative software development environment built on the Jazz platform of IBM Rational's next generation collaboration platform for software delivery technology. It includes integration.

    Shulou · 2022-06-03 06:29
  • Key state index of ES cluster

    Key state index of ES cluster

    ES monitoring status indicators are divided into three levels: 1: cluster level: cluster level monitoring is mainly for the entire ES cluster, including the health status of the cluster, the status of the cluster and so on. 2: node level: node-level monitoring is mainly for each ES instance, including the query index for each instance.

    Shulou · 2022-06-03 06:29
  • Digital assets Multi-currency Wallet system Development Security how to do

    Digital assets Multi-currency Wallet system Development Security how to do

    With the gradual improvement of the domestic blockchain digital currency trading platform, the development and use of blockchain wallets will become more and more frequent and important. When using blockchain wallets, there are several nouns that must be deeply understood: 1. What is the blockchain wallet address? you can imagine the blockchain wallet address as a bank card number, which others can give.

    Shulou · 2022-06-03 06:29
  • Selenium Client Driver for Python (1)

    Selenium Client Driver for Python (1)

    1. Introduction to Introduction: Selenium for Python.1.selenium is used for web automated testing. Python2.7, 3.4 + and above are supported. 2. Pi can be used for selenium installation

    Shulou · 2022-06-03 06:29
  • How to apply RFM Model in P2P

    How to apply RFM Model in P2P

    Https://www.zhihu.com/question/49439948/answer/130220645RLMF 's model, then let's go back to the customer relationship and make a simple model. The chart shows that from the customer's first purchase to the

    Shulou · 2022-06-03 06:29
  • Comparison of open source interface management platform tools

    Comparison of open source interface management platform tools

    Recently, we have collected some free or open source interface management and testing platforms with good reputation on the Internet, including postman, swagger, yapi, doclever, httpRunner and so on.

    Shulou · 2022-06-03 06:29
  • Using skills in Kotlin

    Using skills in Kotlin

    I believe we often use anonymous inner classes to complete some operation logic, such as network data callback, opening child threads, refreshing UI, etc.; it is convenient to use native java development, that is, directly new objects to implement / rewrite necessary functions; but it is not supported in kotlin

    Shulou · 2022-06-03 06:29
  • 8. MapReduce--job submitted source code analysis

    8. MapReduce--job submitted source code analysis

    1. Source code analysis. 1. The entry for submitting job completes the submission and operation of job through job.waitForCompletion (true). The following analysis of the source code starts with this method. / /-job.java

    Shulou · 2022-06-03 06:29
  • Description of monitoring parameters of fast DKH big data basic service platform (with picture and text)

    Description of monitoring parameters of fast DKH big data basic service platform (with picture and text)

    Title: DKhadoop big data processing platform monitoring data introduction 2018 domestic big data company top 50 list has been released, fast as a dark horse into the top 50, and won a number of crowns. Hanlp Natural language processing Technology was also awarded the "2018 China data Star Technology".

    Shulou · 2022-06-03 06:29
  • Bind 9.10 source code installation and new redirect type and $GENERATE instruction usage

    Bind 9.10 source code installation and new redirect type and $GENERATE instruction usage

    System platform: CentOS 6.6 x86_64Bind version: bind-9.10.2 ready to download bind source code package, omitted. Install the development kit and omit it. Installation: extracting bind-9.10.2.ta

    Shulou · 2022-06-03 06:29