OpenShift Container Platform 4.13 认证和授权
按照结果(success 或 error)统计 web 控制 台登录尝试次数。 openshift_auth_password_total 统计 oc login 和 web 控制台登录尝试总次数。 $ oc get route oauth-openshift -n openshift-authentication -o json | jq .spec.host OpenShift Container Platform URL。 $ oc get clusteroperators authentication NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE authentication 4.13.0 True False False 145m $ oc get clusteroperators 授权服务器元数据草案规范。 因此,集群中运行的任何应用程序都可以向 https://openshift.default.svc/.well-known/oauth- authorization-server 发出 GET 请求来获取以下信息: { "issuer": "https://", 1 "authorization_endpoint": "https:// 0 码力 | 201 页 | 2.74 MB | 1 年前3《Redis使用手册》(试读版)
命令设置的值将被第⼆条 SET 命令设置的值 所覆盖: redis> SET song_title "Get Wild" OK redis> SET song_title "Running to Horizon" OK 在第⼆条 SET 命令执⾏完毕之后, song_title 键的值将从原来的 "Get Wild" 变为 "Running to Horizon" 。 从 Redis 2.6.12 2.2 GET:获取字符串键的值 ⽤户可以通过使⽤ GET 命令, 从数据库⾥⾯获取指定字符串键的值: GET key GET 命令接受⼀个字符串键作为参数, 然后返回与该键相关联的值。 ⽐如对于图 2-4 所示的数据库来说, 我们可以通过执⾏以下 GET 命令来取得各个字符串键相关联的值: redis> GET message "hello world" redis> GET number number "10086" redis> GET homepage "redis.io" 图 2-4 使⽤ GET 命令获取数据库键的值 另⼀⽅⾯, 如果⽤户给定的字符串键在数据库中并没有与之相关联的值, 那么 GET 命令将返回⼀个空值: redis> GET date (nil) 上⾯这个 GET 命令的执⾏结果表示数据库中并不存在 date 键, 它也没有与之相关联的值。 因为0 码力 | 352 页 | 6.57 MB | 1 年前3Weblate 4.2 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import it will get rendered as: 1.7. Application developer guide 59 The Weblate Manual, 发布 4.2 名 称 EmailCount to- tal Source words to- tal Source chars to- tal Tar- get words to- tal Tar- get chars to-0 码力 | 410 页 | 4.56 MB | 1 年前3Weblate 4.2.1 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import it will get rendered as: 1.7. Application developer guide 59 The Weblate Manual, 发布 4.2.1 名 称 EmailCount to- tal Source words to- tal Source chars to- tal Tar- get words to- tal Tar- get chars to-0 码力 | 411 页 | 4.60 MB | 1 年前3Weblate 4.2.2 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import it will get rendered as: 1.7. Application developer guide 59 The Weblate Manual, 发布 4.2.2 名 称 EmailCount to- tal Source words to- tal Source chars to- tal Tar- get words to- tal Tar- get chars to-0 码力 | 411 页 | 4.60 MB | 1 年前3Weblate 4.2 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import ======================== ======================== ======================== ======================== And it will get rendered as: 名称 Email Count total Source words total Source chars total Target words total Target0 码力 | 648 页 | 9.34 MB | 1 年前3Laravel 5.6 中文文档
cademy.org 2 Route::middleware('auth:api', 'throttle:60,1')->group(function () { Route::get('/user', function () { // }); }); 在 Laravel 5.6 中,你可以基于认证用户模型属性指定一个动态的最大请求次数,如果 User 中间件,以便用于计算最大请求次数计数: Route::middleware('auth:api', 'throttle:rate_limit,1')->group(function () { Route::get('/user', function () { // }); }); 广播频道类 如果你的应用消费多个不同的频道,routes/channels.php 文件可 的时候才会被调用。 frontControllerPath 方法 frontControllerPath 方法会返回前端控制器的完整路径,通常是 index.php: /** * Get the fully resolved path to the application's front controller. * * @param string $sitePath0 码力 | 377 页 | 14.56 MB | 1 年前3Weblate 4.2.1 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import ======================== ======================== ======================== ======================== And it will get rendered as: 名称 Email Count total Source words total Source chars total Target words total Target0 码力 | 650 页 | 9.34 MB | 1 年前3Weblate 4.2.2 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import ======================== ======================== ======================== ======================== And it will get rendered as: 名称 Email Count total Source words total Source chars total Target words total Target0 码力 | 650 页 | 9.34 MB | 1 年前3Weblate 4.3 用户文档
sometimes it might be necessary to add some context to the translated string. Imagine a translator would get string Sun to translate. Without context most people would translate that as our closest star, but There is a hacky way to achieve this (used by Weblate documentation) by overriding Sphinx way to get a Gettext domain of a document. Place following snippet to your Sphinx configuration in conf.py: import And it will get rendered as: 60 Chapter 1. User docs The Weblate Manual, 发布 4.3 名 称 EmailCount to- tal Source words to- tal Source chars to- tal Tar- get words to- tal Tar- get chars to- tal0 码力 | 419 页 | 4.74 MB | 1 年前3
共 695 条
- 1
- 2
- 3
- 4
- 5
- 6
- 70