The method of building gitee hexo blog

The method of building gitee warehouse + hexo static blog on windows Build gitee blog Environmental requirements system Software windows Git, node.js (cnpm is recommended) Install Nodejs windows download binary package link: https://nodejs.org/dist/v10.16.3/node-v10.16.3-win-x64.zip Manually unzip it to the directory you want to store. H ...

Posted by peyups on Fri, 25 Oct 2019 13:19:47 +0200

Tomcat source code analysis 3: the source code analysis of Tomcat startup loading process

Source code analysis of Tomcat start loading process (1) Today, I will share the source code method to explain the loading process of Tomcat startup. For the architecture of tomcat, please refer to the article "Tomcat source code analysis II: first look at the overall architecture of Tomcat". First look at the application In the artic ...

Posted by scrupul0us on Fri, 25 Oct 2019 07:03:57 +0200

6. pytest -- temporary directory and file

Catalog 1. Relevant fixture s 1.1. tmp_path 1.2. tmp_path_factory 1.3. tmpdir 1.4. tmpdir_factory 1.5. difference 2. Default basic temporary directory 1. Relevant fixture s 1.1. tmp_path TMP path is a use case level fixture that returns a unique temporary directo ...

Posted by laurajohn89 on Thu, 24 Oct 2019 11:14:21 +0200

Chapter 3 - analyze the data structure in log and sensor data

Analyze log and sensor data data structure This article provides web-side ideas, ios and android side ideas are not provided, api has also been offline, this article does not provide any executable code. Welcome to github code for more questions Agreement Authorization agreement: only the sharing, use and modification of research and learning p ...

Posted by nonexistentera on Wed, 23 Oct 2019 22:30:25 +0200

Spring Boot 2 practice: automatically configure different logical beans according to conditions

1. Preface We often have different interfaces loaded according to conditions. For example, if you query the list of files in the directory, you will use the dir command of CMD under Windows, and you will use the ls command under Linux. Those familiar with Spring Boot auto configuration also know that Spring Boot can enable different configurat ...

Posted by kiran_ravi on Mon, 21 Oct 2019 05:08:13 +0200

Build php development environment with win10 docker toolbox

Download mirroring docker pull mysql:5.7 docker pull php:7.2-fpm docker pull nginx docker pull redis:3.2 Set up shared files Host create directory E:\wnmp\mysql57\conf E:\wnmp\mysql57\log E:\wnmp\php72\conf E:\wnmp\php72\conf E:\wnmp\nginx\conf E:\wnmp\nginx\conf E:\wnmp\www vmware setting up file sharing PicturedAfter setting, execute docker ...

Posted by Cless on Sat, 19 Oct 2019 16:01:09 +0200

Using FastReport report report tool to generate Report PDF document

When we develop a system, customers always put forward some specific report requirements. The fixed report format meets their business processing needs and also fits their work scenarios. Therefore, we try to make reports that meet their actual needs, so our system will get a better sense of identity. This essay introduces how to generate Repor ...

Posted by pikebro2002 on Thu, 17 Oct 2019 05:42:28 +0200

Implementation of Douban Film Information Query in java Language

There are many movies on Douban. Sometimes it is very convenient to check the movie information and search it. But how to view Douban movies through the interface form is a very practical function for many websites and app s. Here I attach a code of Douban Movie Information Acquisition implemented by java. Interesting to see: package com.xiaoco ...

Posted by bellaso on Sat, 12 Oct 2019 16:21:34 +0200

How to view all comments of a user's Netease Cloud

When you want to see a user's comments, but find that the settings are only visible to you and can't be seen by others, we can do this by writing a python program. If you need to check with me (w-x:fas1024), you can add me. Here is an example of development. We can see that these comments are made by referring tomusic.163.com/weapi/v1/resource/ ...

Posted by truck7758 on Sat, 12 Oct 2019 16:10:38 +0200

HDU 6623 Minimal Power of Prime

Time limit 1000 ms Memory limit 65536 kB OS Windows Chinese title Given a number n, let's decompose the prime factor of N and get it. \[n=\prod_{i=1}^{\omega(n)} a_i^{p_i}\] Among them, ( omega(n) means the number of different prime factors of n, is the prime factor of n. Minimum output is required for (p_i). Title Solution It feels great to f ...

Posted by 486974 on Fri, 11 Oct 2019 17:41:17 +0200