Cmake 实践[[ARCHIVE|LIBRARY|RUNTIME] [DESTINATION] [PERMISSIONS permissions...] [CONFIGURATIONS [Debug|Release|...]] TARGETS 名称就可以 了。 普通文件的安装: INSTALL(FILES files... DESTINATION [PERMISSIONS permissions...] [CONFIGURATIONS [Debug|Release|...]] [COMPONENT ] 默认不定义权限 PERMISSIONS,安装后的权限为: OWNER_WRITE, OWNER_READ, GROUP_READ,和 WORLD_READ,即 644 权限。 非目标文件的可执行程序安装(比如脚本之类): INSTALL(PROGRAMS files... DESTINATION [PERMISSIONS permissions 0 码力 | 47 页 | 264.27 KB | 1 年前3
Zabbix 5.4 中文手册zabbix 用户。在提示下请输入密码并再次确认密码。(注意,可能首 先要求输入 sudo 命令对应的用户密码): You need to have database user with permissions to create database objects. The following shell command will create user zabbix. Specify password UTF8 字符集。检查当前设置: We assume that a zabbix database user with password password exists and has permissions to create database objects in ORCL service located on the host Oracle database server with a user DBTLSConnect=required ... Verify CA mode Copy required MySQL CA to the Zabbix frontend server, assign proper permissions to allow the webserver to read this file. Note: Verify CA mode doesn’t work on SLES 12 and RHEL0 码力 | 2339 页 | 19.57 MB | 1 年前3
Weblate 4.2 用户文档Alternatively you can use the search field to find a specific string or term. 建议 注解 Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (if permitted) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 注解 The proxy configuration needs to be done under user running Weblate (see also Filesystem permissions) and with HOME=$DATA_DIR/home (see DATA_DIR), otherwise Git executed by Weblate will not use it0 码力 | 648 页 | 9.34 MB | 1 年前3
Weblate 4.2 用户文档Alternatively you can use the search field to find a specific string or term. 1.3.3 建议 注解: Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (if permitted) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 注解: The proxy configuration needs to be done under user running Weblate (see also Filesystem permissions) and with HOME=$DATA_DIR/home (see DATA_DIR), otherwise Git executed by Weblate will not use it0 码力 | 410 页 | 4.56 MB | 1 年前3
Weblate 4.2.1 用户文档Alternatively you can use the search field to find a specific string or term. 1.3.3 建议 注解: Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (if permitted) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 注解: The proxy configuration needs to be done under user running Weblate (see also Filesystem permissions) and with HOME=$DATA_DIR/home (see DATA_DIR), otherwise Git executed by Weblate will not use it0 码力 | 411 页 | 4.60 MB | 1 年前3
Weblate 4.2.2 用户文档Alternatively you can use the search field to find a specific string or term. 1.3.3 建议 注解: Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (if permitted) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 注解: The proxy configuration needs to be done under user running Weblate (see also Filesystem permissions) and with HOME=$DATA_DIR/home (see DATA_DIR), otherwise Git executed by Weblate will not use it0 码力 | 411 页 | 4.60 MB | 1 年前3
Weblate 4.2.1 用户文档Alternatively you can use the search field to find a specific string or term. 建议 注解 Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (if permitted) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 注解 The proxy configuration needs to be done under user running Weblate (see also Filesystem permissions) and with HOME=$DATA_DIR/home (see DATA_DIR), otherwise Git executed by Weblate will not use it0 码力 | 650 页 | 9.34 MB | 1 年前3
Weblate 4.2.2 用户文档Alternatively you can use the search field to find a specific string or term. 建议 注解 Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (if permitted) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 注解 The proxy configuration needs to be done under user running Weblate (see also Filesystem permissions) and with HOME=$DATA_DIR/home (see DATA_DIR), otherwise Git executed by Weblate will not use it0 码力 | 650 页 | 9.34 MB | 1 年前3
Weblate 4.5.3 用户文档or term. 1.3. Translating using Weblate 11 The Weblate Manual, 发布 4.5.3 1.3.3 建议 注解: Actual permissions might vary depending on your Weblate configuration. Anonymous users can only (by default) forward “Import as string needing edit”, or “Import as translated”. Overriding authorship With admin permissions, you can also specify authorship of uploaded file. This can be useful in case you’ve received the 参数 • name (string) –角色名称 • permissions (array) –权限编码名称的列表 GET /api/roles/(int: id)/ 返回角色的信息。 参数 • id (int) –角色 ID 响应 JSON 对象 • name (string) –角色名称 • permissions (array) –权限编码名称的列表 示例 JSON 数据:0 码力 | 431 页 | 4.62 MB | 1 年前3
Apache Shiro 1.2.x Reference Manual 中文翻译Architecture 架构 4. Configuration 配置 II. Core 核心 5. Authentication 认证 6. Authorization 授权 6.1. Permissions 权限 7. Realms 8. Session Management 9. Cryptography 密码 III. Web Applications 10. Web 10.1 ----------------------------------------------------------------------------- # Roles with assigned permissions # roleName = perm1, perm2, ..., permN # ---------------------------------------------------- 色对应起来,同样的,这对于那些只有少数用户 帐号并且用户帐号不需要在运行时动态创建的环境来说非常有用。下面是一个例子: [roles] # 'admin' role has all permissions, indicated by the wildcard '*' admin = * # The 'schwartz' role can do anything (*) with any lightsaber:0 码力 | 196 页 | 2.34 MB | 1 年前3
共 196 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20













