30 Matching Annotations
- Aug 2017
-
www.digitalocean.com www.digitalocean.com
-
when the location is matched using regular expressions
nginx will send original client request URI
-
-
-
GS Ngô Bảo Châu nói rằng, với cá nhân ông đó chính là cách tiếp cận vấn đề một cách tích cực. Khi đã có đích đến thì phải nhẫn nại đi đến đích với tính kỹ luật cao
-
Phải thường xuyên tự đổi mới mình
-
Để truyền lửa cho người khác, mình cần nói đúng suy nghĩ, tâm can của mình, sự thành thật của mình. Chỉ có sự thành thật của mình mới chinh phục được trái tim và khối óc của người khác
Thật thâm thúy
-
-
wiki.postgresql.org wiki.postgresql.org
-
so the maximum number of clients suggests the maximum possible memory use
-
-
www.postgresql.org www.postgresql.org
-
Also, on Windows, large values for shared_buffers aren't as effective
-
- Jul 2017
-
angular.io angular.io
-
WebPack developers need not call compileComponents because it inlines templates and css as part of the automated build process that precedes running the test.
-
You should write isolated unit tests for pipes and services.
good to know
-
-
-
(as opposed to fat arrow functions which do not have arguments objects
now I know
-
-
forge.medium.com forge.medium.com
-
12) Don’t look for inspiration. Look for irritation.
-
11) Value freedom over status.
-
10) The less marketing you need, the better your idea or product probably is.
-
9) Fancy is easy. Simple is hard.
-
8) Put money in its place.
-
7) Consider the content of your friendships.
-
6) Time is the soil in which great ideas grow.
-
5) Chaos is okay.
-
4) You don’t have to ship everything you make.
-
3) Don’t just find a mentor. Allow yourself to be mentored.
-
2) Big picture first. Details later.
-
1) Cull your inputs.
-
-
nginx.org nginx.org
-
In this configuration nginx tests only the request’s header field “Host” to determine which server the request should be routed to. If its value does not match any server name, or the request does not contain this header field at all, then nginx will route the request to the default server for this port. In the configuration above, the default server is the first one — which is nginx’s standard default behaviour. It can also be set explicitly which server should be default, with the default_server parameter in the listen directive:
Tags
Annotators
URL
-
-
www.digitalocean.com www.digitalocean.com
-
First, Nginx looks at the IP address and the port of the request. It matches this against the listen directive of each server to build a list of the server blocks that can possibly resolve the request.
-
The main server block directives that Nginx is concerned with during this process are the listen directive, and the server_name directive.
-
-
martinfowler.com martinfowler.com
-
As we're now recognizing, often the best way to find out if a software idea is useful is to build a simplistic version of it and see how well it works out
một điều cần nhớ
-
You cannot assume that you can take an arbitrary system and break it into microservices. Most systems acquire too many dependencies between their modules, and thus can't be sensibly broken apart. I've heard of plenty of cases where an attempt to decompose a monolith has quickly ended up in a mess. I've also heard of a few cases where a gradual route to microservices has been successful - but these cases required a relatively good modular design to start with.
cẩn thận không tạch
-
-
tapoueh.org tapoueh.org
-
search_path
search_path là gì ?
-
- Jun 2017
-
www.postgresql.org www.postgresql.org
-
25.3.3.1. Making a non-exclusive low level backup
low level api backup
-
25.3.3.2. Making an exclusive low level backup
không nên sử dụng
-
However, you should consider keeping several backup sets to be absolutely certain that you can recover your data.
ý nghĩa ở đây là gì
-