积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(9)UML(8)系统运维(2)Linux(2)数据库(1)综合其他(1)Python(1)Flask(1)Firebird(1)产品与服务(1)

语言

全部法语(13)

格式

全部PDF文档 PDF(12)其他文档 其他(1)
 
本次搜索耗时 0.061 秒,为您找到相关结果约 13 个.
  • 全部
  • 后端开发
  • UML
  • 系统运维
  • Linux
  • 数据库
  • 综合其他
  • Python
  • Flask
  • Firebird
  • 产品与服务
  • 全部
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PlantUML 1.2020.22 Guide de référence du langage

    this example. @startuml concise "Client" as Client concise "Server" as Server concise "Response freshness" as Cache Server is idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 +25 is await +50 is recv +25 is idle @100 <-> @275 : no need to re-request from server @Server 25 is recv +25 +25 is work +25 is send Server -> Client@+25 : 200 OK\nExpires: 275 +25 is idle +75 is recv +25 is send Server -> Client@+25 : 304 Not Modified +25 is idle @Cache 75 is fresh +200 is stale @enduml Guide
    0 码力 | 295 页 | 3.03 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2020.23 Guide de référence du langage

    this example. @startuml concise "Client" as Client concise "Server" as Server concise "Response freshness" as Cache Server is idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 +25 is await +50 is recv +25 is idle @100 <-> @275 : no need to re-request from server @Server 25 is recv +25 +25 is work +25 is send Server -> Client@+25 : 200 OK\nExpires: 275 +25 is idle +75 is recv +25 is send Server -> Client@+25 : 304 Not Modified +25 is idle @Cache 75 is fresh +200 is stale @enduml Guide
    0 码力 | 308 页 | 3.12 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.1 Guide de référence du langage

    @enduml 10.16 Complete example Thanks to Adam Rosien for this example. @startuml concise "Client" as Client concise "Server" as Server Guide de référence du langage PlantUML (1.2021.1) 187 / 384 10 "Response freshness" as Cache Server is idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 server @Server 25 is recv +25 is work +25 is send Server -> Client@+25 : 200 OK\nExpires: 275 +25 is idle +75 is recv +25 is send Server -> Client@+25 : 304 Not Modified +25 is idle @Cache 75 is fresh +200
    0 码力 | 385 页 | 4.05 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.2 Guide de référence du langage

    @enduml 10.16 Complete example Thanks to Adam Rosien for this example. @startuml concise "Client" as Client concise "Server" as Server Guide de référence du langage PlantUML (1.2021.2) 190 / 390 10 "Response freshness" as Cache Server is idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 server @Server 25 is recv +25 is work +25 is send Server -> Client@+25 : 200 OK\nExpires: 275 +25 is idle +75 is recv +25 is send Server -> Client@+25 : 304 Not Modified +25 is idle @Cache 75 is fresh +200
    0 码力 | 391 页 | 4.10 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Guide de référence du langage

    @enduml 10.16 Complete example Thanks to Adam Rosien for this example. @startuml concise "Client" as Client concise "Server" as Server Guide de référence du langage PlantUML (1.2021.2) 201 / 405 10 "Response freshness" as Cache Server is idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 server @Server 25 is recv +25 is work +25 is send Server -> Client@+25 : 200 OK\nExpires: 275 +25 is idle +75 is recv +25 is send Server -> Client@+25 : 304 Not Modified +25 is idle @Cache 75 is fresh +200
    0 码力 | 406 页 | 4.24 MB | 1 年前
    3
  • pdf文档 Référence Debian v2.124

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 10.5.1 Configuration du client Git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 10.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 6.9 Liste d’exemples de démarrage du client SSH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 6.10 Liste des clients directement utilisant l’une des commandes suivantes : $ mc -v path/to/filename_to_view $ mcview path/to/filename_to_view 1.3.7 Possibilités de démarrage automatique de MC Pressez Entrée sur un fichier
    0 码力 | 279 页 | 1.47 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2023.11 Guide de référence du langage

    cet exemple @startuml concise "Client" as Client concise "Server" as Server concise "Response freshness" as Cache Server is idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 +25 is await +50 is recv +25 is idle @100 <-> @275 : no need to re-request from server @Server 25 is recv +25 +25 is work +25 is send Server -> Client@+25 : 200 OK\nExpires: 275 +25 is idle +75 is recv +25 is send Server -> Client@+25 : 304 Not Modified +25 is idle @Cache 75 is fresh +200 is stale @enduml Guide
    0 码力 | 534 页 | 7.56 MB | 1 年前
    3
  • epub文档 Flask-RESTful Documentation Release 0.3.10

    {u'todo2': u'Change my brakepads'} Flask-RESTful understands multiple kinds of return values from view methods. Similar to Flask, you can return any iterable and it will be converted into a response, including time to process. However, often it is nice to have the errors bundled together and sent back to the client all at once. This behavior can be specified either at the Flask application level or on the specific and not the POST request. Since Flask-RESTful Resources are actually Flask view objects, you can also use standard flask view decorators [http://flask.pocoo.org/docs/views/#decorating-views]. Custom Error
    0 码力 | 42 页 | 84.60 KB | 1 年前
    3
  • pdf文档 Firebird 1.5 QuickStart French

    ................................................................. 17 Effectuer une installation client-seulement ...................................................................................... nécessaires à l'installation du serveur Firebird : • L'éxecutable du serveur Firebird. • Une bibliothèque client sur la machine serveur. • Les outils en ligne de commande. • Les bibliothèques standard de fonctions embarqué), mais c'est une configuration complètement différente et n'est pas faite pour une architecture client-serveur. Consultez les Release Notes (notes de version) pour plus de détails. Emplacements disque
    0 码力 | 29 页 | 192.46 KB | 1 年前
    3
  • pdf文档 Debian GNU/Linux 安装手册 January 8, 2024

    以帮助您找到每个步骤里涉及到那些软件包。有关这场 安装“戏剧”的“主角”的介绍: 安装软件,debian-installer,是本手册的关注焦点。它探测硬件并加载相应的驱动程序,使用 dhcp-client 建立网络连接,运行 debootstrap 安装基本系统的软件包,还运行 tasksel 让您安装 某些附加软件。在这个过程中,还有许多其他程序扮演着各自的角色,而 debian-installer printcap、termcap 和 disktab。参见 bootptab 的手册页以获得更多的信 息。对于 CMU bootpd,您将需要知道客户机硬件 (MAC) 地址。这里有一个示例 /etc/bootptab: client:\ hd=/tftpboot:\ bf=tftpboot.img:\ ip=192.168.1.90:\ sm=255.255.255.0:\ sa=192.168.1.1:\ ha=0123456789AB: locale=en_GB.UTF-8。 anna/choose_modules (modules) 可用来自动加载那些默认不加载的安装程序组件。一些可能有用的可 选组件的例子是 openssh-client-udeb (使您可以在安装过程中使用 scp)和 ppp-udeb(请 参见第 D.4 节)。 netcfg/disable_autoconfig 如果您想禁止 IPv6 自动配置和 DHCP,并强制使用静态网络设置来代替,那
    0 码力 | 93 页 | 562.93 KB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
PlantUML1.202022Guidederencedulangage231.2021Debianv21241.202311FlaskRESTfulDocumentationRelease0.310Firebird1.5QuickStartFrenchGNULinux安装手册January2024
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩