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

无数据

分类

全部后端开发(144)综合其他(123)Weblate(90)Python(56)系统运维(49)PyWebIO(48)云计算&大数据(39)数据库(33)Linux(23)OpenShift(21)

语言

全部中文(简体)(397)

格式

全部PDF文档 PDF(277)其他文档 其他(117)PPT文档 PPT(3)
 
本次搜索耗时 0.305 秒,为您找到相关结果约 397 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • 系统运维
  • PyWebIO
  • 云计算&大数据
  • 数据库
  • Linux
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 如何消除程序中的数据竞争-周光远

    顺序3 非 预 期 状 态 goroutine 1 goroutine 2 Happens Before Happens Before关系是一种保证,如果a事件Happens Before b事件,那么b事件一定能观察到a事件的结果; In computer science, the happened-before is a relation between the result of two happen before another event, the result must reflect that, even if those events are in reality executed out of order. a b b c a c 传递性: 对于任意的事件a,b,c,如果a → b, 同时,b → c,则有: a → c. (后续用→ 代表happens before) before) • 观察意味着b事件对a事件的结果存在依赖; • Happens Before关系不代表代码真实执行的时间; • 真实执行的时间不影响Happens Before关系; Go语言的Happens Before Go 中的 happens before 有以下保证(https://golang.org/ref/mem): goroutine: a := 1 b := a c :=
    0 码力 | 30 页 | 1.92 MB | 1 年前
    3
  • pdf文档 使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2023.11)

    Hello @enduml [Ref. QA-4019 and Issue#148] 1.43 Slanted or odd arrows You can use the (nn) option (before or after arrow) to make the arrows slanted, where nn is the number of shift pixels. [Available only @startuml !pragma teoz true A ->(50) C: Starts\nwhen 'B' sends & B ->(25) C: \nBut B's message\n arrives before A's @enduml [Ref. QA-6684] @startuml !pragma teoz true S1 ->(30) S2: msg 1\n & S2 ->(30) S1: msg "redirect request" --> ==BEFORE_DESTROY=== else if "Do Forward?" then -left->[yes] "Forward request" --> ==BEFORE_DESTROY=== else -right->[no] "Render page template" --> ==BEFORE_DESTROY=== endif endif
    0 码力 | 539 页 | 7.74 MB | 1 年前
    3
  • pdf文档 Blender v4.1 Manual

    supported. Blender has a set of minimum and recommended requirements; so make sure these are met before trying to install Blender. Support for other hardware such as graphic tablets and 3D mice are covered Depending on the Security and Privacy preferences of your Mac, macOS will request your approval before opening Blender for the first time. Tip How to Make a Portable Installation To keep all configuration wish to increase the size on Hi-DPI displays. Known Limitations Gnome Shell’s Fractional Scaling (before version 44) Versions of Gnome-Shell prior to 44 don’t fully support fractional scaling. Using fractional
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • chm文档 httpd 2.4.25 中文文档

    and other minor configuration changes, that could require changes to your 2.2 configuration files before using them for 2.4. Authorization Any configuration file that uses authorization will likely need also the mod_rewrite logging section. Third Party Modules All modules must be recompiled for 2.4 before being loaded. Many third-party modules designed for version 2.2 will otherwise work unchanged with mod_include, mod_isapi, ... Translation of headers to environment variables is more strict than before to mitigate some possible cross-site-scripting attacks via header injection. Headers containing invalid
    0 码力 | 2573 页 | 2.12 MB | 1 年前
    3
  • chm文档 httpd 2.4.23 中文文档

    and other minor configuration changes, that could require changes to your 2.2 configuration files before using them for 2.4. Authorization Any configuration file that uses authorization will likely need also the mod_rewrite logging section. Third Party Modules All modules must be recompiled for 2.4 before being loaded. Many third-party modules designed for version 2.2 will otherwise work unchanged with mod_include, mod_isapi, ... Translation of headers to environment variables is more strict than before to mitigate some possible cross-site-scripting attacks via header injection. Headers containing invalid
    0 码力 | 2559 页 | 2.11 MB | 1 年前
    3
  • chm文档 httpd 2.4.20 中文文档

    and other minor configuration changes, that could require changes to your 2.2 configuration files before using them for 2.4. Authorization Any configuration file that uses authorization will likely need also the mod_rewrite logging section. Third Party Modules All modules must be recompiled for 2.4 before being loaded. Many third-party modules designed for version 2.2 will otherwise work unchanged with mod_include, mod_isapi, ... Translation of headers to environment variables is more strict than before to mitigate some possible cross-site-scripting attacks via header injection. Headers containing invalid
    0 码力 | 2533 页 | 2.09 MB | 1 年前
    3
  • chm文档 httpd 2.4.33 中文文档

    and other minor configuration changes, that could require changes to your 2.2 configuration files before using them for 2.4. Authorization Any configuration file that uses authorization will likely need also the mod_rewrite logging section. Third Party Modules All modules must be recompiled for 2.4 before being loaded. Many third-party modules designed for version 2.2 will otherwise work unchanged with mod_include, mod_isapi, ... Translation of headers to environment variables is more strict than before to mitigate some possible cross-site-scripting attacks via header injection. Headers containing invalid
    0 码力 | 2692 页 | 3.12 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2020.22 语言参考指引

    "redirect request" --> ==BEFORE_DESTROY=== else if "Do Forward?" then -left->[yes] "Forward request" --> ==BEFORE_DESTROY=== else -right->[no] "Render page template" --> ==BEFORE_DESTROY=== endif endif milestone (use of constraints) @startgantt [Test prototype] lasts 10 days [Prototype completed] happens at [Test prototype]'s end [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test date) @startgantt Project starts 2020-07-01 [Test prototype] lasts 10 days [Prototype completed] happens 2020-07-10 [Setup assembly line] lasts 12 days [Setup assembly line] starts at [Test prototype]'s
    0 码力 | 295 页 | 3.08 MB | 1 年前
    3
  • chm文档 httpd 2.4.18 中文文档

    and other minor configuration changes, that could require changes to your 2.2 configuration files before using them for 2.4. Authorization Any configuration file that uses authorization will likely need also the mod_rewrite logging section. Third Party Modules All modules must be recompiled for 2.4 before being loaded. Many third-party modules designed for version 2.2 will otherwise work unchanged with mod_include, mod_isapi, ... Translation of headers to environment variables is more strict than before to mitigate some possible cross-site-scripting attacks via header injection. Headers containing invalid
    0 码力 | 2467 页 | 1.89 MB | 1 年前
    3
  • chm文档 httpd 2.4.17 中文文档

    and other minor configuration changes, that could require changes to your 2.2 configuration files before using them for 2.4. Authorization Any configuration file that uses authorization will likely need also the mod_rewrite logging section. Third Party Modules All modules must be recompiled for 2.4 before being loaded. Many third-party modules designed for version 2.2 will otherwise work unchanged with mod_include, mod_isapi, ... Translation of headers to environment variables is more strict than before to mitigate some possible cross-site-scripting attacks via header injection. Headers containing invalid
    0 码力 | 2455 页 | 1.88 MB | 1 年前
    3
共 397 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 40
前往
页
相关搜索词
如何消除程序数据竞争周光远使用PlantUML绘制UML语言参考指引Version1.202311Blenderv4Manualhttpd2.425中文文档2320331.2020221817
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩