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

无数据

分类

全部后端开发(263)综合其他(125)Weblate(90)Python(64)云计算&大数据(60)系统运维(56)PyWebIO(48)数据库(42)区块链(42)Java(32)

语言

全部中文(简体)(574)

格式

全部PDF文档 PDF(436)其他文档 其他(126)PPT文档 PPT(12)
 
本次搜索耗时 0.307 秒,为您找到相关结果约 574 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • 云计算&大数据
  • 系统运维
  • PyWebIO
  • 数据库
  • 区块链
  • Java
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache Cassandra static column 介绍与实战

    Apache Cassandra static column 介绍与实战 Spark大数据博客 - https://www.iteblog.com Apache Cassandra static column 介绍与实战 假设我们有这样的场景:我们想在 Cassandra 中使用一张表记录用户基本信息(比如 email、密 码等)以及用户状态更新。我们知道,用户的基本信息一般很少会变动,但是状态会经常变化, ,Cassandra 引入了 static column。同一个 partition key 中被声明为 static 的列只有一个值的,也就是只存储一份。 如果想及时了 解Spark、Hadoop或者Hbase相关的文章,欢迎关注微信公共帐号:iteblog_hadoop 定义 static column 在表中将某个列定义为 STATIC 很简单,只需要在列的最后面加上 STATIC 关键字,具体如下: "email" text STATIC, "encrypted_password" blob STATIC, "body" text, PRIMARY KEY ("username", "id") ); iteblog_users_with_status_updates 表中我们将 email 和 encrypted_password 两个字段设置为 STATIC 了,这意味着同一个 username
    0 码力 | 5 页 | 0 Bytes | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    in real time, get smart coding assistance when writing code, and share results as interactive or static reports. Check out a sample report. Sign up and use Kotlin with a free Datalore Community account tasks. Kotlin DataFrame is a library for structured data processing. It aims to reconcile Kotlin's static typing with the dynamic nature of data by utilizing both the full power of the Kotlin language and interoperability with JavaScript documentation. 非外部类型的限制 Kotlin/Wasm supports conversions for specific Kotlin static types when passing values to and from JavaScript. These supported types include: Primitives, such
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Swift for TensorFlow - 莲叔

    Productive & Safety Next Big Thing on Server ML based server apps booms Recommender
 System Text 
 Analysis Audio/Video
 Understanding Super Resolution Chatbot Main-stream Language C++ Python • Safe traverse Generate graph in compiling stage • Compiler will generate TF graph based on static analysis result.
 • Static type system of Swift enable the compiler knowing every Tensor operation.
 • This clean, Cube - contaminated 
 • Given new coordinates, can we predict whether it’s clean or not? Analysis • Firstly it’s linear separable.
 • To begin with we need to find a line L. Assume there is x0
    0 码力 | 56 页 | 3.03 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    in real time, get smart coding assistance when writing code, and share results as interactive or static reports. Check out a sample report. Kotlin 用于数据科学 43 Sign up and use Kotlin with a free Datalore tasks. Kotlin DataFrame is a library for structured data processing. It aims to reconcile Kotlin's static typing with the dynamic nature of data by utilizing both the full power of the Kotlin language interoperability with JavaScript documentation. 非外部类型的限制 Kotlin/Wasm supports conversions for specific Kotlin static types when passing values to and from JavaScript. These supported types include: Primitives, such
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    high concurrency in OLTP scenarios . . . . . . . . . . . . . . . . . . . 22 Mass data real‐time analysis in OLAP scenarios . . . . . . . . . . . . . . . . . . . 23 8.1.5 Related References . . . . . utilizing data in a complex data environment. Sharding‐ Sphere provides complex data query and analysis capabilities across data sources, simpli‐ fying the data aggregation from different data locations enhancement capabili‐ ties through traffic deformation, redirection, governance, authentication, and analysis. 2.3 Pluggable: Building database function ecology The pluggable architecture of Apache ShardingSphere
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 The Next G of PHP--鸟哥@PHPCON2017

    Php7 Is Released At 3 Dec 2015 · Latest Version Is PHP7.2 BORN FOR WEB PHP ASP.NET Java Static files ColdFusion Ruby Perl JavaScript Python Erlang 82.6% 15.1% 2.6% 1.5% 0.6% Performance Boosted · Released Two Years Ago THE FASTEST PHP PHP7.1 · Static Single Assignment IR(SSA) DATAFLOW ANALYSIS function calc($a, $b) { $a = $a * 2 % 1000; $b = $b * 3 % 1000; //$b6: [LONG] $T7 = $a4 + $b6; //$T7: [LONG, DOUBLE] return $T7; } · Data Flow Analysis Optimization · Type Inference System · Enhancement Of Range Inference · Enhancement Of Type
    0 码力 | 25 页 | 297.68 KB | 1 年前
    3
  • pdf文档 2022年美团技术年货 合辑

    [17] Kaicheng Yu, Rene Ranftl, and Mathieu Salzmann. 2020. How to Train Your Super-Net: An Analysis of Training Heuristics in Weight-Sharing NAS. arXiv preprint arXiv:2003.04276 (2020). [18] Haixun 多语言新闻相似性等任务,吸引了包括特斯拉、阿里巴巴、支付宝、滴滴、华为、字 节跳动、斯坦福大学等企业和科研机构参与。 其 中 Task 10: 结 构 化 情 感 分 析(Structured Sentiment Analysis)属 于 信 息 抽 取(Information Extraction)领域。该任务包含两个子任务(分别是 Monolingual Subtask-1 和 Zero-shot Crosslingual Cross-Lingual Pretrained Language Model for Structured Sentiment Analysis,并收录在 NAACL 2022 Workshop SemEval。 2. 赛题简介 结构化情感分析任务(Structured Sentiment Analysis, SSA)的目的是抽取出文本 算法 < 175 中人们对创意、产品或政策等的看法,并结构化地表达为观点四元组
    0 码力 | 1356 页 | 45.90 MB | 1 年前
    3
  • pdf文档 Nim 2.0.2 中文手册

    stmts)? 定义 Nim 代码是特定的计算单元,作⽤于称为 locations "地址"组件构成的内存。 变量本质上是地址的名称,每个变量和地址都有特定 的 type "类型",变量的类型被称为 static type "静态类型", 地址的类型被称为 dynamic type "动态类型"。如果静态类型与动态类 型不相同,它就是动态类型的⽗类或⼦类。 identi�er "标识符"是变量、类型 tree (AST) "抽象语法树"的内部数据结构,在执⾏代码或将其编译为可执⾏⽂件之 前,通过 semantic analysis "语义分析"对AST进⾏转换,增加了语义信息,如表达式类型、标识符的含义,以及在某些情况下表达 式的值。在语义分析中检测到的错误被称为 static error "静态错误",当前⼿册中描述的错误在没有其他约定时,就是静态错误。 panic "恐慌"是在运⾏时执⾏检测和报告的错误。这种错误的报告,通过 let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while xor yield proc sameIdentifier(a, b: string): bool
    0 码力 | 127 页 | 7.05 MB | 1 年前
    3
  • pdf文档 使用Sphinx编写Web文档 - 陈照强

    quickstart utility. > Separate source and build directories (y/n) [n]: > Name prefix for templates and static dir [_]: > Project name: pycon2019 > Author name(s): czq > Project release []: > Project language modules (y/n) [n]: >… … tree . |-- _build |-- conf.py |-- index.rst |-- make.bat |-- Makefile |-- _static `-- _templates 快速实践-生成文档 推荐使用主题,Read the Docs,简洁大方 ```py conf.py import sphinx_rtd_theme #html_theme site-packages/sphinx_rtd_theme cd ~/pymolcn/source/_templates 创建layout.html 为Sphinx文档添加Google Analysis 方法一 修改模板文件: {% extends "!layout.html" %} {% block footer %} {{ super() }}