Get the App
  • Processing method and query of data desensitization

    Processing method and query of data desensitization

    1) data desensitization refers to the deformation of some sensitive information through desensitization rules to achieve reliable protection of sensitive private data. in the case of customer security data or some commercially sensitive data, the real data is modified and tested without violating the system rules, such as

    Shulou · 2022-06-03 07:06
  • Serialization and reverse order of MessagePack Java Jackson Dataformat-POJO

    Serialization and reverse order of MessagePack Java Jackson Dataformat-POJO

    In this test code, we have defined a POJO class named MessageData. You can visit the link below to find a definition of this class. Https://github.com/cwiki-us-demo/seriali

    Shulou · 2022-06-03 07:06
  • Shell operation of hdfs

    Shell operation of hdfs

    Hdfs shell operation hadoop fs-operation command-parameters-ls # display directory information-> hadoop fs-ls / view root directory information-put # is equivalent to copyFromLocal # from the local file system

    Shulou · 2022-06-03 07:06
  • Count the number of lines of python code

    Count the number of lines of python code

    The addhosts project is nearing completion, and I'd like to know how many lines of code we've written. First, demand statistics the number of lines of code in the py file under the source directory. Second, script analysis gets all the .py files under the specified directory, traverses the files, reads each file, traverses the contents of the file, and passes

    Shulou · 2022-06-03 07:06
  • Jmeter sets the proxy. If the local request is not available, set the proxy.

    Jmeter sets the proxy. If the local request is not available, set the proxy.

    If the jmeter setting proxy cannot be requested locally, you need to set the proxy to access resources normally first. Chrome grab the package and take a look at Remote Address:xx.xx.xx.xx:8080 and fill the value into the jmeter.

    Shulou · 2022-06-03 07:06
  • Special permissions and facl

    Special permissions and facl

    Example of special permissions on Linux system: [root@centos730g ~] # ll / bin/passwd / / permission to view "/ bin/passwd" file with a "s" (Note: this file is on centOS6

    Shulou · 2022-06-03 07:06
  • Label cleaning algorithm

    Label cleaning algorithm

    Garbage collection mechanism strategy 1, the concept is divided into two stages: first, mark all the objects that need to be recycled, and then uniformly recycle all the marked objects. Disadvantage 1, the efficiency of the marking phase and the cleaning phase is not high. 2. It is obvious that a large number of discontiguous memory fragments are produced after the cleanup, resulting in

    Shulou · 2022-06-03 07:06
  • Modern Software Engineering handout 4 Methodology-MSF

    Modern Software Engineering handout 4 Methodology-MSF

    2.1Preview jelly: Super General, when I heard that you were going to talk about MSF, I previewed it first, but there are too many nouns of MSF. I really have a big head. Can you explain these two sentences: "one of the basic principles of MSF is to learn all the experience." this principle is the key in the MSF process model.

    Shulou · 2022-06-03 07:06
  • Analysis and use of dubbo

    Analysis and use of dubbo

    With the development of the Internet, the scale of website applications continues to expand, the conventional vertical application architecture has been unable to cope with, distributed service architecture and mobile computing architecture are imperative, there is an urgent need for a governance system to ensure the orderly evolution of the architecture. Single application architecture ◦ when the website traffic is very small, only one should

    Shulou · 2022-06-03 07:06
  • SDK SMS Application Interface-- Professional Mobile Commerce Development component

    SDK SMS Application Interface-- Professional Mobile Commerce Development component

    1. Full network coverage: access to China Mobile, China Unicom, China Telecom short message service platform, to achieve a variety of communication methods, support a variety of communication network standards 2. Heartbeat mechanism: use heartbeat mechanism to ensure the real-time connection between client and server, improve network utilization and processing efficiency 3. Feature rich: provided by

    Shulou · 2022-06-03 07:06
  • Configuration of maven

    Configuration of maven

    After downloading, for example, install to D:\ Softwares\ apache-maven-3.2.2 configure two new system environment variables MAVEN_HOME, and set its value to the directory you installed, D:\ Softwares\ apache-m

    Shulou · 2022-06-03 07:06
  • Accesslog analysis case

    Accesslog analysis case

    Suppose pcaccess.log is the accessloga of an application. View the top 10 most visited IPcat pcaccess.log in the log | cut-d'- f 1 | sort | uniq-c | so

    Shulou · 2022-06-03 07:06
  • Jvax.net.ssl.SSLException: exception resolution

    Jvax.net.ssl.SSLException: exception resolution

    An error is reported in the background and an exception is thrown: javax.net.ssl.SSLException: Server selected improper ciphersuite SSL_RSA_WITH_DES_CBC_SHAat

    Shulou · 2022-06-03 07:06
  • Four E of big data's Technology

    Four E of big data's Technology

    Big data's four V statements are already well known in the industry, which refers to the characteristics of big data itself. Now let's take a look at the characteristics of the technology used to deal with big data. To facilitate memory, similar to 4 V, we summarize these features into 4 E, when users choose big data technology solution

    Shulou · 2022-06-03 07:06
  • Vim syntax highlighting

    Vim syntax highlighting

    The https://www.jb51.net/article/95603.htmCRT settings are as follows: step 2, if you are using remote login, such as SecureCRT, you need to set "session options" > "Terminal" > "Emulation", and select

    Shulou · 2022-06-03 07:06
  • Common modules and API of operation and maintenance tool SaltStack

    Common modules and API of operation and maintenance tool SaltStack

    Operation and maintenance tool SaltStack II common module and API1.Archive module: implement system-level zip package call, support gzip, gunzip, rar, tar, unrar, unzip and other examples: # salt 'minion01

    Shulou · 2022-06-03 07:06
  • Database Design under High concurrency

    Database Design under High concurrency

    Database learning: high concurrency database design with the continuous upgrade of Letv hardware rush purchase, the request pressure of Letv Group payment has soared a hundred times or even a thousand times. As the last part of the purchase of goods, it is particularly important to ensure that users complete the payment quickly and stably. So in November 15, we took a look at the entire payment system

    Shulou · 2022-06-03 07:06
  • Performance testing-introduction to regular expressions associated with JMeter

    Performance testing-introduction to regular expressions associated with JMeter

    Why should it be related? In the process of communication between the client and the server, the data between multiple requests / responses will be interdependent. For example, some response data returned from the previous request needs to be used in subsequent requests. Here are some typical examples: 1) for example, the ses obtained when visiting a website for the first time

    Shulou · 2022-06-03 07:05
  • Python simple crawler

    Python simple crawler

    Climb Lianjia's second-hand housing information import requestsimport refrom bs4 import BeautifulSoupimport csvurl = ['https://cq.lianjia.

    Shulou · 2022-06-03 07:05
  • Performance optimization tips-program cursors

    Performance optimization tips-program cursors

    Many algorithms will produce intermediate results, which will affect the performance, especially when the amount of data is large. In this case, program cursors can usually be used to avoid data landing, as illustrated below. First half sort calculation goal: the order table has been sorted by time, and the data needs to be removed by date and product.

    Shulou · 2022-06-03 07:05