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

无数据

分类

全部后端开发(404)Python(135)云计算&大数据(100)Julia(86)VirtualBox(83)Java(81)数据库(80)系统运维(58)综合其他(53)ActiveMQ(46)

语言

全部英语(618)中文(简体)(39)中文(繁体)(21)日语(3)韩语(3)西班牙语(2)法语(2)葡萄牙语(2)德语(1)

格式

全部PDF文档 PDF(597)其他文档 其他(97)DOC文档 DOC(1)
 
本次搜索耗时 0.067 秒,为您找到相关结果约 695 个.
  • 全部
  • 后端开发
  • Python
  • 云计算&大数据
  • Julia
  • VirtualBox
  • Java
  • 数据库
  • 系统运维
  • 综合其他
  • ActiveMQ
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 西班牙语
  • 法语
  • 葡萄牙语
  • 德语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Dangerous Flask Hsiaoming Yang

    The dangerous Flask Let's talk about itsdangerous About Me 0 https://github.com/lepture https://lepture.com/about The Pallets Projects https://typlog.com/ https://authlib.org/ Session 1 app mB92K27uhbUJU1p1r_wW1gFWFOEjXk JWT based on JWS header payload signature JWE & JWK & JWA 6 Real dangerous thing in Flask 7 {{ config.SOME_SECRET_CONFIG }} Session Again 8 Backend Session Thanks
    0 码力 | 38 页 | 2.75 MB | 1 年前
    3
  • pdf文档 A Long Journey of Changing std::sort Implementation at Scale

    of them but more dangerous. absl::c_sort(vector, [](const auto& lhs, const auto& rhs) { return lhs >= rhs; // BUG, comp(a, a) is true }); 60We found fewer of them but more dangerous. const bool descending descending is false, comp(a, a) is true. return !descending; }); 60.1We found fewer of them but more dangerous. absl::c_sort(vector, [](const auto& lhs, const auto& rhs) { return lhs->value() < rhs->value(); {NoValueElement()}; // Technically passes but incorrect. Sort(vector); } 60.2We found fewer of them but more dangerous. absl::c_sort(vector, [](const auto& lhs, const auto& rhs) { if (!lhs.has_value()) { return
    0 码力 | 182 页 | 7.65 MB | 6 月前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    Petting Zoo for Kids Let’s go back to our example of cute and dangerous animals, and represent each animal using two features, say cute and dangerous. We can assign values between 0.0 and 1.0 to these two features feature represents the given animal. In Table 4-1 we manually assigned values for the cute and dangerous features for six animals2, and we are calling the tuple of these two features an embedding, where its dimensions. We will shortly explain how we can use these embeddings. Animal Embedding (cute, dangerous) dog (0.85, 0.05) cat (0.95, 0.05) snake (0.01, 0.9) bear (0.5, 0.95) raccoon (0.5, 0.5) mouse
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 Leveraging C++20/23 Features for Low Level Interactions

    Existing APIs Conversion to raw pointers So, use C++, but don’t negate the advantages by creating dangerous C-like code.Why not rewrite all the C code? There’s LOTS of code out there!1 �. See also Stroustrup a ‘delete’ when the scope changes So we need to tell the language to not delete Where D is a (dangerous!) custom deleter de�ned by: shared_ptr my_ptr = rhs; unique_ptr my_uniqueptr = rhs; shared_ptr a ‘delete’ when the scope changes So we need to tell the language to not delete Where D is a (dangerous!) custom deleter de�ned by: Don’t template the custom no_deleter! shared_ptr my_ptr = rhs;
    0 码力 | 56 页 | 5.39 MB | 6 月前
    3
  • pdf文档 Regular, Revisited

    Regular? "Copy or copy not; there is no shallow" - Master Yoda overloading operators can be dangerous when you change the common meaning of the operator2023 Victor Ciura | @ciura_victor - Regular Regular? "Copy or copy not; there is no shallow" - Master Yoda overloading operators can be dangerous when you change the common meaning of the operator the meaning of copy construction and copy assignment Regular? "Copy or copy not; there is no shallow" - Master Yoda overloading operators can be dangerous when you change the common meaning of the operator the meaning of copy construction and copy assignment
    0 码力 | 180 页 | 19.96 MB | 6 月前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    unsafe pointers in Go. Go unsafe pointers are much like C pointers, they are powerful, and also dangerous. For some cases, we can write more efficient code with the help of unsafe pointers. On the other on Linux AMD64 architecture. The three functions provided in the unsafe package don't look much dangerous. The signatures of these functions are very impossible to be changed in future Go 1 versions . Rob elsewhere . Most of the unsafety of the unsafe package comes from unsafe pointers. They are as dangerous as C pointers, what is Go safe pointers always try to avoid. Go 1.17 introduces one new type and
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • pdf文档 ClickHouse in Production

    864.jpg 63 / 97 ODBC Engine: Dangerous way Driver Manager (shared library) ODBC Driver Database ClickHouse Server Dynamic Linking 64 / 97 ODBC Engine: Dangerous way Driver Manager (shared library) 65 / 97 ODBC Engine: Dangerous way Driver Manager (shared library) ODBC Driver Database ClickHouse Server Dynamic Linking Segmentation Fault 66 / 97 ODBC Engine: Dangerous way Driver Manager (shared
    0 码力 | 100 页 | 6.86 MB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    unsafe pointers in Go. Go unsafe pointers are much like C pointers, they are powerful, and also dangerous. For some cases, we can write more efficient code with the help of unsafe pointers. On the other on Linux AMD64 architecture. The three functions provided in the unsafe package don't look much dangerous. The signatures of these functions are very impossible to be changed in future Go 1 versions ? elsewhere ? . Most of the unsafety of the unsafe package comes from unsafe pointers. They are as dangerous as C pointers, what is Go safe pointers always try to avoid. Go 1.17 introduces one new type and
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    unsafe pointers in Go. Go unsafe pointers are much like C pointers, they are powerful, and also dangerous. For some cases, we can write more efficient code with the help of unsafe pointers. On the other on Linux AMD64 architecture. The three functions provided in the unsafe package don't look much dangerous. The signatures of these functions are very impossible to be changed in future Go 1 versions ? elsewhere ? . Most of the unsafety of the unsafe package comes from unsafe pointers. They are as dangerous as C pointers, what is Go safe pointers always try to avoid. Go 1.17 introduces one new type and
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 Delivering safe C++

    One size doesn’t fit all • C++ is (also) a systems programming language – we can’t “outsource” dangerous operations to some other language • We can’t just break billions of lines of existing code • abstractions • Use the STL • Add a small library (the GSL) • No new language features • Messy/dangerous/low-level features can be used to implement the GSL • Then subset • What we want is “C++ on steroids” Dangling references • Unions (use variants) • Casts • Underflow and overflow • Data races • “Dangerous features” can be used in explicitly unverified code • “Just test everywhere at run time” is not
    0 码力 | 74 页 | 2.72 MB | 6 月前
    3
共 695 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 70
前往
页
相关搜索词
TheDangerousFlaskHsiaomingYangLongJourneyofChangingstdsortImplementationatScaleEfficientDeepLearningBookEDLChapterArchitecturesLeveragingC++2023FeaturesforLowLevelInteractionsRegularRevisitedGo101Golangv121.0ClickHouseinProductionDeliveringsafe
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩