积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(344)Weblate(302)KiCad(11)产品与服务(8)版本控制(6)Krita(6)人工智能(4)Apache OFBiz(4)Blender(2)GIMP(2)

语言

全部英语(234)中文(简体)(105)日语(2)韩语(1)ro(1)zh(1)

格式

全部PDF文档 PDF(178)其他文档 其他(166)
 
本次搜索耗时 0.124 秒,为您找到相关结果约 344 个.
  • 全部
  • 综合其他
  • Weblate
  • KiCad
  • 产品与服务
  • 版本控制
  • Krita
  • 人工智能
  • Apache OFBiz
  • Blender
  • GIMP
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 韩语
  • ro
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Gitea v1.21.1 中文文档

    (MySQL)或 postgres (PostgreSQL)数据库超级用户。以下步骤假设您在数据库和 Gitea 服务器上都使用 Linux。 1. 对于远程数据库设置,您需要让 MySQL 监听您的 IP 地址。编辑数据库实例上的 /etc/mysql/my.cnf 文件 中的 bind-address 选项为: 1. bind-address = 203.0.113.3 2. 在数据库实例上,使用 old_passwords=0; 2. CREATE USER 'gitea'@'192.0.2.10' IDENTIFIED BY 'gitea'; 其中 192.0.2.10 是您的 Gitea 实例的 IP 地址。 根据需要替换上述用户名和密码。 数据库准备 MySQL/MariaDB 数据库准备 - 13 - 本文档使用 书栈网 · BookStack.CN 构建 4. 使用 UTF-8 giteadb 是数据库名称, 203.0.113.3 是数据库实例的 IP 地址。对于 本地数据库,省略 -h 选项。 到此您应该能够连接到数据库了。 1. 对于远程数据库设置,通过编辑数据库实例上的 postgresql.conf 文件中的 listen_addresses 将 PostgreSQL 配置为监听您的 IP 地址: 1. listen_addresses = 'localhost
    0 码力 | 303 页 | 3.88 MB | 1 年前
    3
  • pdf文档 BlenderVR User Manual Release 0.1

    hostname="node-‘cluster.name‘-1" /> with: • host / port: IP adress and port of the OSC server (computer on which the Max/MSP Sound Rendering Engine is opened)
    0 码力 | 56 页 | 860.89 KB | 1 年前
    3
  • epub文档 BlenderVR User Manual Release 0.1

    with: host / port: IP adress and port of the OSC server (computer on which the Max/MSP Sound Rendering Engine is opened)
    0 码力 | 75 页 | 861.11 KB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.6.2

    here. 1.2.11 Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger / { proxy_set_header HOST $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host horizontally. The /app/data volume has to be shared by all containers, it is recommended to use cluster filesystem such as GlusterFS for this. The /app/cache volume should be separate for each container
    0 码力 | 440 页 | 3.79 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.7

    here. 1.2.11 Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger / { proxy_set_header HOST $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host horizontally. The /app/data volume has to be shared by all containers, it is recommended to use cluster filesystem such as GlusterFS for this. The /app/cache volume should be separate for each container
    0 码力 | 451 页 | 6.87 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.6

    here. 1.2.11 Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger / { proxy_set_header HOST $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host horizontally. The /app/data volume has to be shared by all containers, it is recommended to use cluster filesystem such as GlusterFS for this. The /app/cache volume should be separate for each container
    0 码力 | 440 页 | 3.79 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.6.1

    here. 1.2.11 Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger / { proxy_set_header HOST $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host horizontally. The /app/data volume has to be shared by all containers, it is recommended to use cluster filesystem such as GlusterFS for this. The /app/cache volume should be separate for each container
    0 码力 | 440 页 | 3.79 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.11

    here. 1.2.11 Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger / { proxy_set_header HOST $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host horizontally. The /app/data volume has to be shared by all containers, it is recommended to use cluster filesystem such as GlusterFS for this. The /app/cache volume should be separate for each container
    0 码力 | 479 页 | 7.08 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.12.1

    here. 1.2.11 Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger / { proxy_set_header HOST $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host horizontally. The /app/data volume has to be shared by all containers, it is recommended to use cluster filesystem such as GlusterFS for this. The /app/cache volume should be separate for each container
    0 码力 | 487 页 | 7.16 MB | 1 年前
    3
  • epub文档 The Weblate Manual 4.8

    access token here. Audit log Audit log keeps track of the actions performed with your account. It logs IP address and browser for every important action with your account. The critical actions also trigger in Weblate rely on being able to get client IP address. This includes Rate limiting, Spam protection or Audit log. In default configuration Weblate parses IP address from REMOTE_ADDR which is set by the HTTP headers and parse the IP address from these. This can not be enabled by default as it would allow IP address spoofing for installations not using a reverse proxy. Enabling IP_BEHIND_REVERSE_PROXY might
    0 码力 | 766 页 | 10.39 MB | 1 年前
    3
共 344 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 35
前往
页
相关搜索词
Giteav121.1中文文档BlenderVRUserManualRelease0.1TheWeblate4.64.74.114.124.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩