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

无数据

分类

全部后端开发(1629)Python(503)综合其他(464)Java(377)Spring(317)云计算&大数据(303)Weblate(302)C++(246)数据库(239)系统运维(136)

语言

全部英语(2264)中文(简体)(397)中文(繁体)(21)日语(20)法语(17)德语(16)俄语(16)韩语(15)西班牙语(14)英语(12)

格式

全部PDF文档 PDF(2099)其他文档 其他(620)TXT文档 TXT(67)PPT文档 PPT(11)DOC文档 DOC(8)
 
本次搜索耗时 0.056 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Spring
  • 云计算&大数据
  • Weblate
  • C++
  • 数据库
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 德语
  • 俄语
  • 韩语
  • 西班牙语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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文档 The Rust Programming Language,2nd Edition

    you how to run a newly created program. We’ll break that process down and examine each step now. Before running a Rust program, you have to compile it. You can use the Rust compiler by entering the rustc it just ran the binary. If you had modified your source code, Cargo would have rebuilt the project before running it, and you would have seen something like this: $ cargo run Compiling hello_cargo v0.1 rapidly iterate on a project, and this game is such a project: we want to quickly test each iteration before moving on to the next one. Reopen the src/main.rs file. You’ll be writing all the code in this file
    0 码力 | 617 页 | 1.54 MB | 1 年前
    3
  • pdf文档 User’s Guide for Free Pascal, Version 3.2.2

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2 Installing the compiler 10 2.1 Before Installation : Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.1.1 Hardware Optional configuration steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.4 Before compiling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.5 Testing michael@freepascal.org. . Let’s get on with something useful. 9 Chapter 2 Installing the compiler 2.1 Before Installation : Requirements 2.1.1 Hardware requirements The compiler needs at least one of the
    0 码力 | 217 页 | 756.57 KB | 1 年前
    3
  • pdf文档 Click Documentation Release 4.2.dev0

    following command: $ deactivate After doing this, the prompt of your shell should be as familar as before. Now, let’s move on. Enter the following command to get Click activated in your virtualenv: $ pip applications through setuptools. I strongly recommend to have a look at the Setuptools Integration chapter before reading the rest as the examples assume that you will be using setuptools. 1.3 Setuptools Integration entry_points parameter. Below console_scripts, each line identifies one console script. The first part before the equals sign (=) is the name of the script that should be generated, the second part is the import
    0 码力 | 101 页 | 407.32 KB | 1 年前
    3
  • pdf文档 Click Documentation Release 3.3

    following command: $ deactivate After doing this, the prompt of your shell should be as familar as before. Now, let’s move on. Enter the following command to get Flask activated in your virtualenv: $ pip applications through setuptools. I strongly recommend to have a look at the Setuptools Integration chapter before reading the rest as the examples assume that you will be using setuptools. 1.3 Setuptools Integration entry_points parameter. Below console_scripts, each line identifies one console script. The first part before the equals sign (=) is the name of the script that should be generated, the second part is the import
    0 码力 | 95 页 | 387.75 KB | 1 年前
    3
  • pdf文档 Undefined Behavior: What Every Programmer Should Know and Fear

    it bool f(int i) { return i + 1 > i; } // Example 01 ● Signed integer overflow is UB ● UB never happens (compiler is not required to condone UB) ● i != INT_MAX ● i + 1 is always greater than i bool g(int it bool f(int i) { return i + 1 > i; } // Example 01 ● Signed integer overflow is UB ● UB never happens (compiler is not required to condone UB) ● i != INT_MAX ● i + 1 is always greater than i bool g(int int i = 1; int main() { cout << "Before" << endl; while (i) {} cout << "After" << endl; } ● GCC, O3: prints “Before” and hangs ● CLANG, O3: prints “Before”, “After”, and exitsUndefined Behavior
    0 码力 | 38 页 | 2.56 MB | 6 月前
    3
  • pdf文档 Click Documentation Release 6.7

    following command: $ deactivate After doing this, the prompt of your shell should be as familar as before. Now, let’s move on. Enter the following command to get Click activated in your virtualenv: $ pip applications through setuptools. I strongly recommend to have a look at the Setuptools Integration chapter before reading the rest as the examples assume that you will be using setuptools. 1.3 Setuptools Integration entry_points parameter. Below console_scripts, each line identifies one console script. The first part before the equals sign (=) is the name of the script that should be generated, the second part is the import
    0 码力 | 107 页 | 428.42 KB | 1 年前
    3
  • pdf文档 Click Documentation Release 5.2.dev0

    following command: $ deactivate After doing this, the prompt of your shell should be as familar as before. Now, let’s move on. Enter the following command to get Click activated in your virtualenv: $ pip applications through setuptools. I strongly recommend to have a look at the Setuptools Integration chapter before reading the rest as the examples assume that you will be using setuptools. 1.3 Setuptools Integration entry_points parameter. Below console_scripts, each line identifies one console script. The first part before the equals sign (=) is the name of the script that should be generated, the second part is the import
    0 码力 | 103 页 | 416.61 KB | 1 年前
    3
  • pdf文档 Building a Coroutine-Based Job System Without Standard Library

    What do we do? Before we get started, just a quick self introduction about my background, I am a real-time rendering engineer at NVIDIA working on the RTX renderer in Omniverse. Before that, I was rendering functions are compiled More resources: https://gist.github.com/MattPD/9b55db49537a90545a90447392ad3aeb Before we dive into the system, I want to take 10 mins to have a quick recap about C++ coroutine and share expression into code. 1. Retreive awaiter & awaitable 2. Awaiting the awaiter(suspend and resume happens here) Awaitable & awaiter & co_await Useful to know • According to the definition, a type can
    0 码力 | 120 页 | 2.20 MB | 6 月前
    3
  • pdf文档 Ubuntu Desktop Guide

    when you go away from your computer. The screen locks itself too quickly — Change how long to wait before locking the screen in the Brightness & Lock settings. Suspend To save power, suspend your computer your computer manually, click the system menu in the menu bar and select Suspend. See Also What happens when I suspend my computer? — Suspend sends your computer to sleep so it uses less power. Power to stay connected. Your computer will normally try to reconnect to the network as soon as this happens (the network icon on the menu bar will pulse if it is trying to reconnect), but it can be annoying
    0 码力 | 1709 页 | 5.81 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
如何消除程序数据竞争周光远TheRustProgrammingLanguage2ndEditionUserGuideforFreePascalVersion3.2ClickDocumentationRelease4.2dev03.3UndefinedBehaviorWhatEveryProgrammerShouldKnowandFear6.75.2BuildingCoroutineBasedJobSystemWithoutStandardLibraryUbuntuDesktop
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩