Get the App
  • ORA-19625 error occurred in rman backup

    ORA-19625 error occurred in rman backup

    Error description: RMAN > backup database plus archivelog;Starting backup at 04-DEC-15current log archivedusing cha

    Shulou · 2022-06-03 06:06
  • Performance testing vbs usage (1)

    Performance testing vbs usage (1)

    This article comes from my csdn: http://blog.csdn.net/jiazurongyu/article/details/7555815 here to check Cpu in a performance test as an example. Cpu performance is also common, analysis of

    Shulou · 2022-06-03 06:06
  • Hive sql optimized data skew

    Hive sql optimized data skew

    The slow running speed of this script is mainly caused by the tilt of data on the reduce side. Knowing that the dw.fct_traffic_navpage_path_ Detl table is used to collect user click data, there must be very few clicks on the shopping cart and placing orders, so this table or

    Shulou · 2022-06-03 06:06
  • Hadoop programming-maven environment building

    Hadoop programming-maven environment building

    Maven: configure the maven environment ① to extract maven to a path with no spaces and no Chinese characters. ② adds the environment variable M2_HOME and adds the PATH path M2_HOME=C:\ mysoft\ apache-maven-3.5.0P

    Shulou · 2022-06-03 06:06
  • Libcurl lesson 3 HTTP gets weather information

    Libcurl lesson 3 HTTP gets weather information

    Scenario description gets weather information from a t.weather.sojson.com web page. If you do not use the libcurl library, you need to implement Transfer-Encoding: chunked block receiving and Content-Encodin

    Shulou · 2022-06-03 06:06
  • BASH-Parameter extension

    BASH-Parameter extension

    BASH-Parameter extension root@localhost:/root > echo "AA/BB/CC/DD" > > testfileroot@localhost:/root > cat testfileAA/

    Shulou · 2022-06-03 06:06
  • Installation and use of tcpcopy traditional Architecture

    Installation and use of tcpcopy traditional Architecture

    1. Installation and use of traditional architecture 1.1. Schematic 1.2. Install tcpcopytar-xzvf tcpcopy-0.9.3.tar.gzcd tcpcopy-0.9.3./config on the installation line and the test environment machine respectively

    Shulou · 2022-06-03 06:06
  • Adobe DRM reader

    Adobe DRM reader

    Mainly do functional tests, such as activating device authorization, erasing authorization, transfer permissions, purchasing reading rights for borrowed books, reading rights for PDF,EPUB encrypted books, copying permissions, internal links, external links, setting bookmarks, searching text, metadata, language support, Adobe Dig

    Shulou · 2022-06-03 06:06
  • Preview of linux I Pot O Stack (part I)

    Preview of linux I Pot O Stack (part I)

    Preview before we go into device mapper's dm dedup study, we need to preview what device mapper is and why device mapper can do block re-deletion. 1 、 device mappe

    Shulou · 2022-06-03 06:06
  • The way of further study of kafka (1)-Analysis of each principle 01

    The way of further study of kafka (1)-Analysis of each principle 01

    The way of in-depth study of kafka (1)-Analysis of the principles 01 introduction: when you come to a new company, you need to have a deep research on kafka components. I have done some research on the old version of kafka before, but not in depth. The new company promotes kafka and compares kafka as news.

    Shulou · 2022-06-03 06:06
  • Guide for beginners to Grunt

    Guide for beginners to Grunt

    Introduction, as a person preparing to move from java back-end to big front-end, has always wondered if there is anything similar to maven or gradle in the world of js. And then, I found out what the grunt is for, like ant,ma.

    Shulou · 2022-06-03 06:06
  • Good programmer big data shares Spark tasks and cluster startup process

    Good programmer big data shares Spark tasks and cluster startup process

    Good programmer big data shares Spark tasks and cluster startup process, Spark cluster startup process 1. After calling the start-all.sh script to start the Master2.Master startup, the preStart method calls a timer to check regularly

    Shulou · 2022-06-03 06:06
  • 2018 required reading list for vocational test

    2018 required reading list for vocational test

    Testing basic Software testing (the second edition of the original book) comprehensively and systematically introduces the software testing theory and application technology, not only about the basic testing skills, but also about the skills that must be mastered to be a successful software tester. The Art of Software testing (3rd Edition) starts with the psychology and economics of software testing.

    Shulou · 2022-06-03 06:06
  • Getting started with golang

    Getting started with golang

    Features: a. Automatic garbage collection b. Rich built-in type c. Function returns more than the value d. Error handling e. Anonymous functions and closures f. Type and interface g.goroutine concurrent programming h. Reflection i.CGO calls c function go language starts with the main function in the main package

    Shulou · 2022-06-03 06:06
  • Lesson 15: thoroughly decrypting the inside story of RDD creation

    Lesson 15: thoroughly decrypting the inside story of RDD creation

    The main contents of this lesson: 1, several ways of RDD creation 2, RDD creation actual combat 3, RDD insider RDD creation there are many ways, the following ways to create RDD: 1, use the collection in the program to create RDD, the actual meaning is used for testing; 2, use the local file system to create R

    Shulou · 2022-06-03 06:06
  • Performance problems caused by insufficient maximum number of connections in memcache

    Performance problems caused by insufficient maximum number of connections in memcache

    Phenomenon: there is a decline in response to the number of 200 virtual users, and an error message is reported [05-30 17 22 12.592] 2011-05-30 17 15 22 12 592 [virtual users-116 $719199414]

    Shulou · 2022-06-03 06:06
  • Elements in Set cannot be repeated, so what method is used to distinguish whether they are repeated or not? Do you use = = or equals ()?

    Elements in Set cannot be repeated, so what method is used to distinguish whether they are repeated or not? Do you use = = or equals ()?

    The elements in Set cannot be repeated, and the equals () method is used to determine whether the elements are repeated or not. The equals () and = = methods determine whether the reference value points to the same object equals () is overridden in the class so that when the content and type of two separate objects

    Shulou · 2022-06-03 06:06
  • A sharp weapon for back-end calculation of report

    A sharp weapon for back-end calculation of report

    [abstract] there is a common phenomenon in the application system software project that the report can never be finished. Whether it is the change of the focus of macro data statistics needed by the leader, or the change of the calculation caliber of the business department, it will lead to frequent changes in report requirements. The report project team will continue to modify existing reports and add new ones.

    Shulou · 2022-06-03 06:06
  • Ali Development case: Spring Could--nacos Service Registration and Discovery Integration feign

    Ali Development case: Spring Could--nacos Service Registration and Discovery Integration feign

    Some time ago in the preface, the owner specially introduced Feign to call Xiao Huang Tu API, which is obviously not the most elegant way to use it. But for most small and medium-sized companies, the service has been torn down so much that it can basically meet the demand. You can rely on both breakers and clusters. Here

    Shulou · 2022-06-03 06:06
  • Centos6 anf Centos7 system_init

    Centos6 anf Centos7 system_init

    #! / bin/bash# this script is mainly aimed at tuning the parameters of the system # check id root # if [$(id-u)! = "0"]; thenecho "You

    Shulou · 2022-06-03 06:06