Upgrade, rollback, expand and shrink of k8s resource object

1. One of the ways to create resources is to create resources by command, understand the actions after the command runs, and summarize the origin of Pod name by viewing resources. When we execute the command to create resources, the deployment controller will manage the pod through the replicaset controller. Next, we will analyze through an ex ...

Posted by westen on Thu, 07 Nov 2019 07:11:11 +0100

Laravel full text searchelasticsearch

Using Elasticsearch search search engine, configure ik Chinese word segmentation, associate with Laravel model, and then realize the business logic of search. This is the end of the article. Use the Scout extension package of Laravel to complete the search function To continue, Scout and Elastic enabled expansion packs have been installed and c ...

Posted by fpyontek on Sat, 02 Nov 2019 21:57:24 +0100

How does laravel use swoole to develop websocket active message push

Requirement: to achieve a function that can actively trigger message push, this function can be used to send customized messages to all members of the template message, instead of sending messages through the client. The message in the message on the service end listens for the messages to be sent for relative business logic. Active message pus ...

Posted by nedpwolf on Mon, 21 Oct 2019 11:04:35 +0200

Laravel combined with swoole to implement websocket active message push

Laravel combined with swoole to implement websocket active message pushRecently, I am studying a project of laravel+swoole chat room. I want to realize a function that can actively trigger message push, which can send customized messages to all members of the template message, instead of sending messages through the client. The message in the m ...

Posted by robindean on Wed, 16 Oct 2019 11:09:43 +0200

php version: filter out sensitive words such as advertisements

Now the network is still very messy, especially full of all kinds of **, **, and ** related content, it is obvious that this is not in accordance with our country's law, so in order to a product can live a long and healthy life, it is better to use a certain strategy to filter or remind users not to send such content. But it's easier said than ...

Posted by jamie85 on Fri, 11 Oct 2019 00:28:28 +0200

PySpider Problem Record http599

Links to the original text: http://www.cnblogs.com/sky_Great/p/7643036.html Brief description of problems Background note: python version 3.5.2 Operational procedures: 1. Perform pyspider installation: pip install pyspider 2. Run ...

Posted by konigwolf on Mon, 07 Oct 2019 03:45:54 +0200

go json data forwarding

case For example, there is a GET interface that allows batch access to user information (1) > curl 'http://localhost:8080/user/1,2,3' [ { "user_id":1, "other_suff":... }, { "user_id":2, "other_suff":... }, { "user_id":3, "other_suff":... } ] At the same time, we need to ...

Posted by sampledformat on Sun, 06 Oct 2019 05:29:57 +0200

Swoole Learning Swoole Source Installation

1. swoole source download Swoole official website download: https://www.swoole.com/ We download it with the source code (open source China) library. Here we use git to clone the source code package directly to the local root@5ee6bfcc1310:/work/study/softpackage# git clone git@gitee.com:swoole/swoole.git Or download it directly with curl and dec ...

Posted by PRSWeb on Thu, 03 Oct 2019 01:56:16 +0200

Business Payment to Customer's Change

Business name (or other non-service business name with the main body) has been stationed for 90 days Business name (or other non-service business name with the main body) has 30 consecutive days of normal transactions Log in to pay business platform, product center, and open enterprise payment. /** * e ...

Posted by Charles Wong on Tue, 01 Oct 2019 09:41:53 +0200

FlutterGo Backend Knowledge Point Extraction: midway+Typescript+mysql(sequelize)

Preface about FlutterGo Maybe not too much introduction. If you have a buddy you first heard of, you can move around. FlutterGo official website Check out a brief introduction. FlutterGo has many updates in this iteration. In this update, the author is responsible for developing the back end and the corresponding client part. Here is a brief i ...

Posted by PhantomCube on Wed, 11 Sep 2019 06:25:03 +0200