Get the App
  • Fitnesse uses Series 5

    Fitnesse uses Series 5

    Script table if the tables described above are all single-step, single-method. Script table is a series of multi-step operations, as the name represents. The first grid of the header plus script: prefix, or it can be just a script, followed by a unit

    Shulou · 2022-06-03 06:56
  • High availability and High performance distributed File system FastDFS practice Java Program

    High availability and High performance distributed File system FastDFS practice Java Program

    In the previous article, high availability and high performance distributed file system FastDFS advanced keepalived+nginx for high availability hot backup of multi-tracker has been introduced to build a highly available distributed file system architecture. Then how to call it in the program? in fact, there are a lot of chestnuts on the Internet.

    Shulou · 2022-06-03 06:56
  • API python call of ElasticSearch

    API python call of ElasticSearch

    Osjsondatetime datetimedjango.http HttpResponsereelasticsearch Elasticsearches = Elasticsearch ([

    Shulou · 2022-06-03 06:56
  • Lightweight memory computing engine

    Lightweight memory computing engine

    Memory calculation refers to the calculation method in which the data is stored in memory in advance and the results in the middle of each step do not fall on the hard disk, which is suitable for the situation with high performance requirements and large concurrency. HANA, TimesTen and other in-memory databases can realize in-memory computing, but these products are expensive, complex structure, difficult to implement, and total cost of ownership.

    Shulou · 2022-06-03 06:56
  • Namespace and scope of Python

    Namespace and scope of Python

    A variable is a name (identifier) that has a matching object. A namespace is a dictionary that contains variable names (keys) and their corresponding objects (values). An Python expression can access variables in both local and global namespaces. If a local variable and a

    Shulou · 2022-06-03 06:56
  • A lot of scala language + Spark learning

    A lot of scala language + Spark learning

    Jdk7 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlscala2.10.4ht

    Shulou · 2022-06-03 06:56
  • BASH-Array array

    BASH-Array array

    BASH-Array array Array declares: declare-an array actually does not need to declare, but simply assigns a value to the variable as an array. BASH knows that it is an array assignment: you can also assign a value to the entire array: test= (var1 var2)

    Shulou · 2022-06-03 06:56
  • Easy to learn one of DDD: model-driven Design

    Easy to learn one of DDD: model-driven Design

    Easy to learn one of DDD: model-driven Design I first came into contact with DDD (Domain-driven Design) in 2012, and then I read Eric's masterpiece "Domain-driven Design: how to deal with Software Core complexity" several times, and also used DDD to ReFactor a project. The total feeling is D.

    Shulou · 2022-06-03 06:56
  • What skills do you have that the company can't do without you?

    What skills do you have that the company can't do without you?

    That night, my friend asked me this question, but still thought about it. Brother Jing also mentioned: what skills do you have worth hiring you by the next company? There is a kind of "database from entry to deletion" is so funny, don't get it wrong. Comfort was broken and interviewed a large Internet company at the end of 2007. New Year's Day joined the job the following year.

    Shulou · 2022-06-03 06:56
  • To do a good job in software acceptance management starts from understanding the acceptance method.

    To do a good job in software acceptance management starts from understanding the acceptance method.

    Software acceptance management is not only the last stage of software quality assurance delivery, but also the last firewall that the software is officially put into use. Software acceptance management is an important part of software quality assurance. Han Qingliang, director of Shandong Software Evaluation Center, once summed up: software project acceptance management is the result of software project.

    Shulou · 2022-06-03 06:56
  • How hadoop1.x MapReduce works

    How hadoop1.x MapReduce works

    How to solve MapReduce load balancing and data skew: the stage mainly lies in the process of shuffer (reshuffle) after the end of Map job, how to divide the result after map processing into how many parts, and hand it over to Reduce job, so that each part of reduce job is as uniform as possible.

    Shulou · 2022-06-03 06:56
  • [summary] comparison of spark's processing of Lzo compressed files in text format and Lzo format

    [summary] comparison of spark's processing of Lzo compressed files in text format and Lzo format

    1. Describe how to load files in lzo compressed format in spark. 2. Compare lzo format files with textFile and LzoTextInputFormat to calculate data, the influence of the number of Running Tasks a. Make sure the lzo file is located

    Shulou · 2022-06-03 06:56
  • After the server of the sqlserver database is renamed, the database login is not on the solution.

    After the server of the sqlserver database is renamed, the database login is not on the solution.

    After the computer name has been changed, sqlserver's original windows authentication cannot log in tag: database 2016-09-26 15:04 1491 people read comments (1) favorite tip category: DB Road-sqlserver (3) calculation

    Shulou · 2022-06-03 06:55
  • Jmeter ladder pressure test aggregation report step by step summary display

    Jmeter ladder pressure test aggregation report step by step summary display

    Requirement analysis 1. In the process of step-by-step incremental performance stress testing using step-by-step threads, because the result generated by the aggregation report is a summary result, the test results will not be summarized in step-by-step mode, which leads to the failure to compare tps, response reality, and error in different ladder modes according to the generated aggregation report.

    Shulou · 2022-06-03 06:55
  • Registration of new version of pycharm

    Registration of new version of pycharm

    # # Register method 1###0x1, install 0x2, and adjust the time to 2038. 0x3, apply for a 30-day trial of 0x4, quit pycharm0x5, and adjust the time back. # # Registration method # choose License se when registering

    Shulou · 2022-06-03 06:55
  • Modern Software Engineering pair programming (II) Elevator dispatching

    Modern Software Engineering pair programming (II) Elevator dispatching

    Modern Software Engineering pair programming (II) Elevator dispatching Pair Project II: Elevator Scheduler pair programming assignment of Modern Software Engineering, author: how does Zou Xin design API? How to consider the demand from different angles

    Shulou · 2022-06-03 06:55
  • A network engineer must take a tutorial

    A network engineer must take a tutorial

    The network engineer must pass the textbook for the soft examination.

    Shulou · 2022-06-03 06:55
  • How UFT11.5 reuses scripts from QTP9.2

    How UFT11.5 reuses scripts from QTP9.2

    QTP9.2 has been used for testing. Due to the needs of the project, upgrade QTP9.2 to UFT11.5, but if you want to reuse QTP script files on UFT, you must first upgrade the script to QTP11, and then upgrade to UFT11.5, which is too troublesome.

    Shulou · 2022-06-03 06:55
  • Analysis of Spark Thrift JDBCServer Application scenarios and practical cases

    Analysis of Spark Thrift JDBCServer Application scenarios and practical cases

    [TOC] Spark Thrift JDBCServer application scenario analysis and actual combat case 1 preface the Spark Thrift JDBCServer mentioned here is not most of the Spark data written on the Internet, and the results are landed in the RDB database.

    Shulou · 2022-06-03 06:55
  • Solving the difficulty of SQL: intuitive grouping

    Solving the difficulty of SQL: intuitive grouping

    1. Bitwise grouping example 1: list the number of countries using Chinese, English and French as official languages MySQL8:with t (name,ord) as (select 'Chinese') in order

    Shulou · 2022-06-03 06:55