Get the App
  • How can this group of cool developers handle software development easily?

    How can this group of cool developers handle software development easily?

    A few days ago, I saw two pieces of news about online Office, one is that all 130000 Airbus employees will migrate to Google's online documentation suite G Suite;, and the other is that Tencent publishes online documentation products that can be exchanged with Microsoft Excel and Word. You can write documents and do electronics in the web page.

    Shulou · 2022-06-03 06:09
  • Action operator commonly used in Spark

    Action operator commonly used in Spark

    A brief introduction to action operators Action operators are also a class of operators (functions) called action operators, such as foreach,collect,count, etc. Transformations class operators delay execution and Action class operators trigger execution. one

    Shulou · 2022-06-03 06:09
  • Xampp port 443 is occupied by virtual machine

    Xampp port 443 is occupied by virtual machine

    If our computer has both VMware virtual machine software and XAMPP installed, we often report the following error when starting XAMPP: Problemdetected! [Apache] Port 443 in use by "" D:

    Shulou · 2022-06-03 06:08
  • About Overtrue's phonetic library overtrue/pinyin, why is travis error?

    About Overtrue's phonetic library overtrue/pinyin, why is travis error?

    What is ThinkSNS? ThinkSNS (TS for short), a platform-wide comprehensive social system that provides social software development and technology solutions for large, small and medium-sized enterprises and entrepreneurs at home and abroad. 1.png, this is https://github.com/ov.

    Shulou · 2022-06-03 06:08
  • Adb common commands

    Adb common commands

    Cd / adb-enter adbadb kill-server-Kill adb service adb connect 172.25.27.77-connect set-top box adb rootadb connet

    Shulou · 2022-06-03 06:08
  • Esproc vs python 4

    Esproc vs python 4

    1. Calculate the annual growth ratio of esprocA1=now () 2 in the same month. "C:\\ Users\\ Sean\\ Desktop\\ kaggle_data\\ music_project_data\\ sal

    Shulou · 2022-06-03 06:08
  • When the classification regression tree can not reflect the real trend of the data

    When the classification regression tree can not reflect the real trend of the data

    In essence, both lightgbm and xgboost are learning algorithms based on classification regression tree integration, so they also have some inherent defects: when the characteristics of the training data are concentrated in one interval, but when the test data deviate from the interval, the fundamental reason is that they cannot be fitted.

    Shulou · 2022-06-03 06:08
  • How to write High quality defect report (1)

    How to write High quality defect report (1)

    Catalog 1, reporting defect notes 2, how to write defect reports in some projects, defect reports are the most important work output of test engineers. A good defect report can help developers locate problems quickly, help product managers understand the severity of defects and user quality information, and quickly identify them.

    Shulou · 2022-06-03 06:08
  • The cmd command compiles the C # source code using the C # compiler that comes with window

    The cmd command compiles the C # source code using the C # compiler that comes with window

    1. Write the C # source file (.cs). 2. Find the C # compiler csc.exe that comes with window. The general path is C:\ Windows\ Microsoft.NET\ Framework\ v4.0.30319 or C:\ Win

    Shulou · 2022-06-03 06:08
  • Detailed explanation of Hive UDAF Development

    Detailed explanation of Hive UDAF Development

    It shows that this article is not strictly translated from Hadoop Hive UDAF Tutorial-Extending Hive with Aggregation Functions:, because the examples of the translated articles are well written.

    Shulou · 2022-06-03 06:08
  • PHP calculates two very large integers

    PHP calculates two very large integers

    Function getIntAdd ($a strlen) {$c =''; $bCount = strlen ($b); $aCount = strlen ($a); $count = max ($bCount,$aC)

    Shulou · 2022-06-03 06:08
  • Exception Analysis of using hexadecimal Separator in 0026-Hive

    Exception Analysis of using hexadecimal Separator in 0026-Hive

    Warm Tip: to see the high-definition no-code picture, please open it with your mobile phone and click the picture to enlarge. 1. Problem description extracts data from Mysql table to hive table through sqoop. It is found that all columns of hive table are displayed as nullHive table delimiters "\ u001B", sqo

    Shulou · 2022-06-03 06:08
  • Lesson 85: SparkStreaming case practice and insider source code decryption based on HDFS

    Lesson 85: SparkStreaming case practice and insider source code decryption based on HDFS

    1: the Spark cluster development environment is ready to start HDFS, as shown in the following figure: check that the node starts normally through the web side, as shown in the following figure: 2. Start the Spark cluster, as shown below: check that the cluster starts normally through the web side, as shown in the following figure: 3. Start start-hi

    Shulou · 2022-06-03 06:07
  • Eclipse Import spring-boot-plus (3)

    Eclipse Import spring-boot-plus (3)

    Eclipse import spring-boot-plus install lombok plug-in! Please make sure that Eclipse has installed the lombok plug-in first!

    Shulou · 2022-06-03 06:07
  • JMeter non-GUI mode execution test

    JMeter non-GUI mode execution test

    In the actual stress test, it is strongly recommended to use the command line mode, that is, the non-GUI mode, which consumes less press resources and can support greater concurrency. Note: if necessary, use administrator privileges to open the command prompt, restart the master machine or the slave machine if necessary, restart the jmet

    Shulou · 2022-06-03 06:07
  • JMS message queuing ActiveMQ (publish / subscribe mode)

    JMS message queuing ActiveMQ (publish / subscribe mode)

    Consumer 1 (Consumer)-- subscription (subcribe)-- > topic (Topic) package com.java1234.activemq2;import javax.jms.Connection;i

    Shulou · 2022-06-03 06:07
  • User behavior Analysis based on non-buried Point Technology

    User behavior Analysis based on non-buried Point Technology

    In a narrow sense, user behavior analysis is user behavior data analysis, but in a broad sense, this word includes user analysis, user behavior result analysis, user behavior analysis. The result of user behavior is different from the analysis of user behavior, one is the result, the other is the process. Now in the domestic market, it is about using

    Shulou · 2022-06-03 06:07
  • Ftrack Python API

    Ftrack Python API

    Ftrack's API enables developers to write custom Python scripts that communicate directly with the ftrack server. With this approach, ftrack becomes very flexible. Users can customize ftrack according to their unique process, and create suitable for their own process.

    Shulou · 2022-06-03 06:07
  • Why can elasticsearch only allocate a maximum of 32 GB of memory?

    Why can elasticsearch only allocate a maximum of 32 GB of memory?

    How elasticsearch allocates memory: 1. How to set variables: export ES_HEAP_SIZE=32G. 2. Add startup parameters when starting es:-Xmx 32G-Xms 32G, Xmx and

    Shulou · 2022-06-03 06:07
  • Centos6.5 install hadoop2.7.6 1master2node

    Centos6.5 install hadoop2.7.6 1master2node

    The environment uses centos 6.5 minimum installation, hadoop2.7.6.tar.gz installation downloaded by hadoop, and package installation of 1.8.0,172 on the official website of oracle downloaded by Java. After referring to other people's documents, I encountered different problems. 1.

    Shulou · 2022-06-03 06:07