What is the translation of " STATELESS " in English? S

Adjective
stateless
không quốc tịch
vô quốc tịch
không trạng thái
vô quốc gia
phi trạng thái
vô tổ quốc
tịch
không quốc gia

Examples of using Stateless in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Đúng vậy, HTTP là stateless.
Oh, and HTTP is stateless.
Một tường lửa có thể được mô tả như là một trong hai Stateful hay Stateless.
A firewall can be described as being either Stateful, or Stateless.
Chúng thường được viết dưới dạng stateless functional components.
They are called stateless functional components.
Tường lửa mạng thường rơi vào hai mục, stateful và stateless.
Network layer firewalls generally fall into two sub-categories, stateful and stateless.
Chúng thường được viết dưới dạng stateless functional components.
For that reason they're often referred to as stateless functional components.
Stateless function là một cách tuyệt vời để define một reuseable components.
Stateless functions are a brilliant way to define highly reusable components.
Web Services là một môi trường stateless.
The Web is an unsteady environment.
Thông thường, các dịch vụ tổng hợp là stateless, mặc dù họ sử dụng bộ nhớ đệm rộng rãi.
Typically, the aggregator services are stateless, although they use extensive caching.
Giá trị của các tùy chọn này được gửi đi bằng một trong hai yêu cầu DHCP stateful hay stateless.
Values for these options are sent with either stateful or stateless DHCP requests.
Sau đó, bạn sẽ sử dụng RandomWords nhưmột child bên trong Stateless widget MyApp hiện có.
You will thenuse RandomWords as a child inside the existing MyApp stateless widget.
HTTP là stateless: Server và Client biết về nhau chỉ trong yêu cầu hiện tại.
Stateless: HTTP is a stateless protocol as both the client and server know each other only during the current request.
HTTP là một giao thức textual, stateless.
HTTP is a textual, stateless protocol.
Network ACLs Stateless traffic filter mà cho phép tất cả các traffic inbound hoặc outbound từ một subnet trong AWS VPC.
Network ACLs: Stateless traffic filters that apply to all traffic inbound or outbound from a subnet within an Amazon VPC.
Pure components có thể được định nghĩa qua classes hoặc functions,nó có thể là stateful hoặc stateless.
Pure components can be defined both as classes and functions,and can be both stateful and stateless.
Nếu ứng dụng của bạn không có stateless, RESTful API, thì hầu hết các routes bạn định nghĩa nằm ở file web. php.
If your application does not offer a stateless, RESTful API, all of your routes will most likely be defined in the web. php file.
Nếu khóa này được thiết lập,liên kết cFos IPv6 truy vấn các giá trị cho tùy chọn DHCP stateful và stateless từ máy chủ DHCPv6 phản hồi và đánh giá chúng dựa trên đồ án DASP.
If this key is set,cFos IPv6 Link queries the value for stateful and stateless DHCP options from the DHCPv6 responses and evaluates them according to the DASP draft.
Tùy chọn địa chỉ stateful và stateless và cấu hình định tuyến với ISP được thực hiện thông qua Bộ định tuyến IPv6 và DHCPv6.
Optional stateful and stateless address and routing configuration with the ISP is done via IPv6 Router Solicitation and DHCPv6.
Trong những phim của ông có phim" Bolinao 52," một bộ phim tài liệu vềthuyền nhân Việt Nam và" STATELESS", về những người tỵ nạn" vô tổ quốc", được trình chiếu trên TV.
Among his films are"Bolinao 52," a documentary about Vietnamese Boat People,and the television documentary STATELESS about Vietnamese refugees stranded in the Philippines.
Tường lửa Stateless firewall xem lưu lượng mạng và hạn chế hoặc chặn các gói dựa trên địa chỉ nguồn và đích hoặc các giá trị tĩnh khác.
Stateless firewalls watch network traffic, and restrict or block packets based on source and destination addresses or other static values.
Theo những trải nghiệm bé nhỏ của mình,presentational components có xu hướng là stateless pure functions, và container components có xu hướng là stateful pure classes.
In my experience, presentational components tend to be stateless pure functions, and containers tend to be stateful pure classes.
HTTP là một giao thức chung và stateless mà có thể được sử dụng cho các mục đích khác cũng như các sự mở rộng của các phương thức yêu cầu, các code lỗi và Header của nó.
HTTP is a standard and stateless protocol that is used for different purposes as well using extensions for request methods, error codes, as well as headers.
Theo những trải nghiệm bé nhỏ của mình,presentational components có xu hướng là stateless pure functions, và container components có xu hướng là stateful pure classes.
Inside my experience,presentational components have a tendency to be stateless pure functions, and containers have a tendency to be stateful pure classes.
HTTP Protocol là stateless, nghĩa là nếu chúng ta xác thực user bằng username/ password, thì ở reuquest tiếp theo, hệ thống không biết chúng ta là ai cả.
Since the HTTP protocol is stateless, this means that if we authenticate a user with a username and password, then on the next request, our application won't know who we are.
Theo những trải nghiệm bé nhỏ của mình,presentational components có xu hướng là stateless pure functions, và container components có xu hướng là stateful pure classes.
Inside of my working experience,presentational elements generally tend to always be stateless pure capabilities, and containers tend to become stateful pure courses.
Việc phát triển ứng dụng theo stateless bằng Jooby sẽ cho phép mở rộng ứng dụng mà không cần phải tốn nhiều công sức, đặc biệt nếu các lập trình viên xây dựng REST APIs với xác nhận header/ JWT( JSON Web Token).
Stateless application development in Jooby enables it to scale without major effort, especially if developers build REST APIs with header/JWT(JSON Web Token) authentication.
Parent và child component,cả hai có thể không hiểu dù component có là stateful hoặc stateless, và chúng sẽ không quan tâm liệu rằng chúng được định nghĩa là một function hoặc một class.
Neither parent norchild components can know if a certain component is stateful or stateless, and they shouldn't care whether it is defined as a function or a class.
Những routes đã được xác định stateless, vì vậy những request gửi đến ứng dụng của bạn thông qua routes sẽ được xác thực bằng tokens và sẽ không có quyền truy cập trạng thái session.
These routes are intended to be stateless, so requests entering the application through these routesare intended to be authenticated via tokens and will not have access to session state.
Tại Lybia, Muammar al- Qaddafi đã cai trị bằng một chế độ độc tài cá nhânquái gở, một chế độ độc tài đã làm cho đất nước ông trở thành hoàn toàn không có guồng máy nhà nước( stateless) sau khi ông bị lật đổ, khiến chính phủ mới tại Tripoli phải rất vất vả trong nỗ lực thiết lập trật tự khắp lãnh thổ của mình.
In Libya, Muammar al-Qaddafi ruled through a bizarre personalizeddictatorship that left his country almost entirely stateless after his ouster, paving the way for the struggle of the new government in Tripoli to establish order throughout its domain.
Trong React apps,việc một component là stateful hoặc stateless của component được cân nhắc thực hiện rõ ràng, điều này có thể thay đổi theo thời gian.
In React apps, whether a component is stateful or stateless is considered an implementation detail of the component that may change over time.
Do mỗi yêu cầu của máy khách cung cấp tất cả các thông tin mà máy chủ stateless cần để hoàn thành giao dịch, tương đối đơn giản để bất cứ yêu cầu máy khách nào được giải quyết bằng thực thể trùng lặp của tải công việc máy chủ chạy trên các host của một phân cụm NLB.
Because each request supplies all of the information that a stateless server needs to complete the transaction, it is a relatively simple matter for any given request to be handled by any of the identical instances of a server workload running on any of the hosts of an NLB cluster.
Results: 72, Time: 0.0221
S

Synonyms for Stateless

không quốc tịch vô quốc tịch không trạng thái

Top dictionary queries

Vietnamese - English