Get the App
  • Summary of the experience of broken links in weird druid link pool

    Summary of the experience of broken links in weird druid link pool

    Background symptom troubleshooting and repair background recently done the work related to the upgrade of the computer room, in cooperation with DBA to adjust the link mode of the database of the production line, and switch the address of the original direct link to read the database to the unified agent haproxy for reading load balance, so as to facilitate the relocation of cabinets and servers. Online after switching

    Shulou · 2022-06-03 06:06
  • Five process groups of headfirst PMP- Project Management

    Five process groups of headfirst PMP- Project Management

    1. Start 2. Plan 3. Execute 4. Supervision and control 5. The implementation, supervision and control are most of the management work, and these two parts ensure that the project continues to move forward and is always moving towards the intended goal. Many companies have weekly meetings, morning meetings, these are good habits, through meetings

    Shulou · 2022-06-03 06:06
  • About the focus of App testing

    About the focus of App testing

    In recent years, mobile phone app has also been very popular. App, which is based on Android and ios, is favored by many investors. The same is true of the mobile software testing industry. What I hear most now is web test and App test, but in fact, there is no difference between them in essence, the nature is the same!

    Shulou · 2022-06-03 06:06
  • Interpretation of Agile 3-interpretation of Agile practice pair Review

    Interpretation of Agile 3-interpretation of Agile practice pair Review

    Programmer A meets programmer B. "Scrum sucks," programmer A said. "Why? I heard that Scrum is very good, and our company is also preparing to implement Scrum." Programmer B replied, "Don't, you'll regret it."are you implementing a real Scrum?"

    Shulou · 2022-06-03 06:06
  • Update on social system ThinkSNS+ V2.2.3

    Update on social system ThinkSNS+ V2.2.3

    ThinkSNS (TS for short), a platform-wide comprehensive social software system, has provided social software development and technical solutions for large, small and medium-sized enterprises and entrepreneurs at home and abroad over the past 10 years. At present, there are two parallel systems ThinkSNS V4 and ThinkSNS+. Think

    Shulou · 2022-06-03 06:05
  • A simple case of MapReduce

    A simple case of MapReduce

    Word count: MapReduce process: write a class that inherits mapper, declare that input (basically fixed) output (depending on requirements) type rewrite map (KMagi VFinery context), the map method will be called many times, each time the map method is called to read the split.

    Shulou · 2022-06-03 06:05
  • It only takes 3 minutes to create a Vue entry for SpreadJS

    It only takes 3 minutes to create a Vue entry for SpreadJS

    An overview of SpreadJS pure front-end table control V11.2 (SP2) version has fully supported Vue extension, let's take a look at how to cooperate with VUE CLI, only 3 minutes to quickly build a SpreadJS Vue project. Install vue-cli (time-consuming 3

    Shulou · 2022-06-03 06:05
  • Online visio software

    Online visio software

    Use visio software to draw a Javascript computer flow chart for your reference. If you are interested in this software, you can go to the website: https://www.bullmind.com / to understand and download.

    Shulou · 2022-06-03 06:05
  • Big data service model design: unknown wife

    Big data service model design: unknown wife

    Big data service model design: unknown wife Li Fudong Li Fudong big data operation author, architect, trainer this article is excerpted from: Li Fudong "big data Operation-Service Enterprise Architecture New thinking" 3.4.Editor 's Note: what you do is done and destroyed. The operation-oriented data model focuses on the support of "line".

    Shulou · 2022-06-03 06:05
  • JMeter Interface Test _ Parameterization

    JMeter Interface Test _ Parameterization

    Corresponding to qq group number: 616961231 introduction: environment: Mac OShome directory similar to windows self-built directory such as: D:/test/id.txt the last part introduces the basic use of jmeter and slightly mentions how to do parameterization.

    Shulou · 2022-06-03 06:05
  • A multithreading for beginners

    A multithreading for beginners

    The preface some time ago in a third-party platform saw that my writing words actually exceeded 10W words, it is hard to imagine that I have to skillfully use line breaks to complete my 800-word composition in high school (people who know it must have done it). In this line of work, I have formed a habit of verifying everything that can be verified by myself. In

    Shulou · 2022-06-03 06:05
  • Construction of zookeeper and kafka environment

    Construction of zookeeper and kafka environment

    The system environment variables on linux do not need to be configured when installing zookeeper. Download the zookeeper binary installation package (you can download the attachment or download http://www.apache.org/dyn/closer from the official website

    Shulou · 2022-06-03 06:05
  • System Architecture-basic knowledge of Design patterns and Architecture patterns

    System Architecture-basic knowledge of Design patterns and Architecture patterns

    This morning I sorted out and released the content about the system architecture that I had combed before. This time, we will mainly share the basic knowledge involved in the architecture design process, mainly covering the system architecture method, architecture pattern and design pattern, so that we can discuss the SaaS of HRMS system later.

    Shulou · 2022-06-03 06:05
  • Lesson 55: practical Hive Analysis of search engine data

    Lesson 55: practical Hive Analysis of search engine data

    First, access to data Sogou Lab provides us with logs queried by users using Sogou search engine, and the download address is http://download.labs.sogou.com/dl/q.html selected to download a simplified version of this article. The data format is as follows: 2. Upload number

    Shulou · 2022-06-03 06:05
  • Interpretation of basic configuration of switch

    Interpretation of basic configuration of switch

    Conf tservice timestamps debug datetimelocaltime # marks DEBUG information service timestamps log datet with local time (accurate to milliseconds)

    Shulou · 2022-06-03 06:05
  • Talking about the understanding of java

    Talking about the understanding of java

    1. Java compiles and executes everywhere-Cross-platform 2, gc3, jre and jdk difference: jre (java runtime environment) java runtime environment, including jvm client, class library (rt.jar:

    Shulou · 2022-06-03 06:05
  • Some data models of zookeeper

    Some data models of zookeeper

    Zookeeper provides a hierarchical directory structure and naming conforms to the general file system specification. Each node is called znode in zookeeper, and it has a unique path identification. There are two types of znode: ephemeral and persistence

    Shulou · 2022-06-03 06:05
  • Remote operation of Spark with Idea under WIn7

    Remote operation of Spark with Idea under WIn7

    Use Idea to remotely operate Sparkmain.scalaorg.apache.spark.SparkContext._org.apache.spark. {SparkConfSparkContext} under WIn7

    Shulou · 2022-06-03 06:05
  • Spark Notes arrangement (6): Spark Advanced sorting and TopN problem Disclosure

    Spark Notes arrangement (6): Spark Advanced sorting and TopN problem Disclosure

    [TOC] introduce the example of word statistics that have been done with wordcount before. the key is, how to sort the counted words according to the number of words? As follows: scala > val retRDD = sc.textFile( "hdfs://

    Shulou · 2022-06-03 06:05
  • Necessary tools to improve programmers' development efficiency

    Necessary tools to improve programmers' development efficiency

    It doesn't matter if you are a junior developer or you don't know how to program at all, the system can develop functions directly according to the development wizard without writing a line of code or compiling to complete the development process. If you are a professional developer and need to write complex business logic, you can also use the

    Shulou · 2022-06-03 06:05