WordPress 5.3.2 manual upgrade

Shortly after WordPress 5.3.1 was released, we received some relatively serious problem feedback, so WordPress officially released WordPress 5.3.2 in a short time, mainly to fix the following five problems: Date / time: make sure get feed build date() correctly processes revision article objects with invalid dates. Upload: fixed the problem o ...

Posted by ariliquin on Tue, 24 Dec 2019 13:12:08 +0100

About wechat H5 payment (wechat payment and jump connect payment)

I haven't updated my blog for a long time. Recently, I met wechat payment for my project. I need to sort out the demand. I need to adjust wechat payment for an activity page!Application framework THINKPHP5.1 Note: for wechat payment, if it is the h5 page, you need to obtain the code in a silent login state, so as to ensure that the parameter o ...

Posted by tronicsmasta on Wed, 11 Dec 2019 15:15:40 +0100

pod health examination for k8s detection mechanism

One: Source of demand: First, let's look at the source of the entire need: how do you ensure the health and stability of your app when it's migrated to Kubernetes?In fact, it is very simple and can be enhanced in two ways: 1. First, improve the observability of the application;2, the second is to improve the resilience of the application. Obse ...

Posted by Zmodem on Mon, 09 Dec 2019 10:28:44 +0100

Nginx access log and cutting, static files do not record log and set expiration time

Nginx access log View the current log format in the main profile Search log? Format [root@test-a /]# cd /usr/local/nginx/ [root@test-a nginx]# vim conf/nginx.conf include mime.types; default_type application/octet-stream; server_names_hash_bucket_size 3526; server_names_hash_max_size 4096; log_format combined_realip '$remote_addr $http_x_forwa ...

Posted by plus2net on Sun, 08 Dec 2019 00:34:19 +0100

Spring Boot Security integrates JWT to realize stateless distributed API interface

brief introduction JSON Web Token (JWT) is the most popular cross domain authentication solution. Introduction to JSON Web Token - Ruan Yifeng , this article can help you understand the concept of jwt. This paper focuses on Spring Boot combined with jwt to realize the safe calling of interface in front and back end separation. Quick start The p ...

Posted by jredwilli on Fri, 06 Dec 2019 00:39:51 +0100

The implementation principle of decrypting wechat domain name detection API interface

Recently, I saw many netizens asking wechat domain name interception detection API interface on the Internet. Some want to find a stable and reliable service provider, some want to replace the previous manual detection through the program when they just contact with this business, and some want to understand the principle of wechat domain name ...

Posted by evanesq on Thu, 05 Dec 2019 06:57:34 +0100

Wechat sharing circle of friends, sharing to friends jssdk

Wechat page sharing function jssdk 1, first of all, there must be a certified public number, subscription number or service number. 2. Bind JS interface security domain name 3. Introduce the js file provided by wechat <script type="text/javascript" src="./js/jquery.min.js" ></script> <script src="http://res.w ...

Posted by Pha on Fri, 29 Nov 2019 19:32:23 +0100

Salt API configuration of saltstack

I. IntroductionSaltStack officially provides a Salt API project with REST API format, which will make integration between Salt and third-party systems easier. This article will show you how to install and configure the Salt API, and how to use the Salt API to get the information you want Two, textView salt master version, kernel information a ...

Posted by tachekent on Tue, 19 Nov 2019 19:31:25 +0100

Dashboard of microservice fuse current limiting Hystrix

brief introduction Hystrix Dashboard is a real-time monitoring tool for hystrix. Through the Hystrix Dashboard, you can directly see the request response time, request success rate and other data of each Hystrix Command. Quick start Engineering description project name port Effect eureka-server 8761 Registry Center service-hi 8762 Servic ...

Posted by kickoff3pm on Sat, 16 Nov 2019 19:32:09 +0100

Nginx configuration test service status

1. Check whether the check status module is installed; [root@localhost ~]# nginx -V nginx version: nginx/1.12.2 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) configure arguments: --prefix=/usr/local/nginx --with-http_sub_module 2. If it is not installed, recompile and install it; Check status module; -- with HTTP > status > modul ...

Posted by logicopinion on Thu, 14 Nov 2019 16:49:21 +0100