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

无数据

分类

全部后端开发(151)综合其他(119)Weblate(90)Python(55)PyWebIO(42)云计算&大数据(29)数据库(27)系统运维(27)前端开发(23)区块链(18)

语言

全部中文(简体)(376)

格式

全部PDF文档 PDF(267)其他文档 其他(106)PPT文档 PPT(3)
 
本次搜索耗时 0.219 秒,为您找到相关结果约 376 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • PyWebIO
  • 云计算&大数据
  • 数据库
  • 系统运维
  • 前端开发
  • 区块链
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    插件的传递依赖项 弃用与删除 将 Kotlin 编译器选项暴露为 Gradle 惰性属性 To expose available Kotlin compiler options as Gradle lazy properties and to integrate them better into the Kotlin tasks, we made lots of changes: Compile presented a prototype of lazy initialization of top-level properties in the JS IR compiler. By eliminating the need to initialize all properties when the application launches, lazy initialization reduces polished and properly tested this mechanism, we're making lazy initialization the default for top-level properties in the IR compiler. // lazy initialization val a = run { val result = // intensive
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    插件的传递依赖项 弃用与删除 将 Kotlin 编译器选项暴露为 Gradle 惰性属性 To expose available Kotlin compiler options as Gradle lazy properties and to integrate them better into the Kotlin tasks, we made lots of changes: Compile presented a prototype of lazy initialization of top-level properties in the JS IR compiler. By eliminating the need to initialize all properties when the application launches, lazy initialization reduces polished and properly tested this mechanism, we're making lazy initialization the default for top-level properties in the IR compiler. // lazy initialization val a = run { val result = // intensive
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Julia 中文文档

    在内部构造函数中,你可以将不完整的对象传递给其它函数来委托其补全构造: julia> mutable struct Lazy data Lazy(v) = complete_me(new(), v) end 与构造函数返回的不完整对象一样,如果 complete_me 或其任何被调用者尝试在初始化之前访问 Lazy 对象的 data 字段,就会立刻报错。 14.4 参数类型的构造函数 参数类型的存在为构造 resulting *.mem files to see information about where those allocations occur. See Memory allocation analysis. • @code_warntype generates a representation of your code that can be helpful in finding expressions equivalent with A .* B in Julia. • The adjoint operator ' in Julia returns an adjoint of a vector (a lazy representation of row vector), whereas the transpose operator .T over a vector in Python returns
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 Candid: the interface description language of the Internet Computer smart contracts - 陈研

    try to analyze Rust code, but to put the code back in the context and let the compiler do the analysis! Type reflection in Rust? • Common pattern: when you don’t know how to implement a feature, 2004. Export service signature to Candid • How to collect method names across attributes? • Use lazy_static! in the macro (doesn’t work for incremental compilation) • Custom macro service! { f : () ->
    0 码力 | 35 页 | 1.35 MB | 1 年前
    3
  • pdf文档 2019-2021 美团技术年货 前端篇

    绍 main.dart.js 分片相关的一些优化策略。 4.2.1 Lazy Loading Flutter 官方提供 deferred as 关键字来实现 Widget 的懒加载,而 dart2js 在编译 过程中可以将懒加载的 Widget 进行按需打包,这样的拆包机制叫做 Lazy Loading。 借助 Lazy Loading,我们可以在路由表中使用 deferred 引入各个路由(页面),以 builder: (context, snapshot) => IndexPageDefer.Demo(), ) ... ... } 前端 < 45 图 11 效果演示 使用 Lazy Loading 后,业务页面的代码会被拆分到了多个 PartJS(对应图中 xxx. part.js 文件) 中。这样看似解决了业务代码与 SDK 耦合的问题,但在实际操作过程中, 我们发现每次业务代码的变动,仍然会导致编译后的 取。按照这样的拆分方式,业务代码的变更只会改变 Runtime Manifest 信息 ,而不 会影响到 main.dart.js 公共包。 4.2.3 main.dart.js 切片 经过以上引入 Lazy Loading、Runtime Manifest 抽离,main.dart.js 文件的体积稳定 在 0.7M 左右,浏览器对大体积单文件的加载,会有很沉重的网络负担,所以我们设 计了切片方
    0 码力 | 738 页 | 50.29 MB | 1 年前
    3
  • epub文档 Weblate 4.2 用户文档

    available through Git exporter). Prior to this, you might want to commit any pending changes (see Lazy commits). This can be achieved in the user interface (in the Repository maintenance) or from command LOCALIZE_CDN_PATH。 Upon installation into your component it will push committed translations (see Lazy commits) to the CDN and these can be used in your web pages to localize them. 创建组件中 First, you need covers following tasks: Configuration health check (hourly). Committing pending changes (hourly), see Lazy commits and commit_pending. Updating component alerts (daily). Update remote branches (nightly),
    0 码力 | 648 页 | 9.34 MB | 1 年前
    3
  • pdf文档 Weblate 4.2 用户文档

    available through Git exporter). Prior to this, you might want to commit any pending changes (see Lazy commits). This can be achieved in the user interface (in the Repository maintenance) or from command 和LOCALIZE_CDN_PATH。 Upon installation into your component it will push committed translations (see Lazy commits) to the CDN and these can be used in your web pages to localize them. 创建组件中 First, you need following tasks: • Configuration health check (hourly). • Committing pending changes (hourly), see Lazy commits and commit_pending. • Updating component alerts (daily). • Update remote branches (nightly)
    0 码力 | 410 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.1 用户文档

    program. If not, see . # from django.utils.translation import gettext_lazy as _ from weblate.trans.autofixes.base import AutoFix class ReplaceFooWithBar(AutoFix): """Replace org/licenses/>. # """Simple quality check example.""" from django.utils.translation import gettext_lazy as _ from weblate.checks.base import TargetCheck class FooCheck(TargetCheck): # Used as identifier org/licenses/>. # """Quality check example for Czech plurals.""" from django.utils.translation import gettext_lazy as _ from weblate.checks.base import TargetCheck class PluralCzechCheck(TargetCheck): (下页继续) 2
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.2 用户文档

    program. If not, see . # from django.utils.translation import gettext_lazy as _ from weblate.trans.autofixes.base import AutoFix class ReplaceFooWithBar(AutoFix): """Replace org/licenses/>. # """Simple quality check example.""" from django.utils.translation import gettext_lazy as _ from weblate.checks.base import TargetCheck class FooCheck(TargetCheck): # Used as identifier org/licenses/>. # """Quality check example for Czech plurals.""" from django.utils.translation import gettext_lazy as _ from weblate.checks.base import TargetCheck class PluralCzechCheck(TargetCheck): (下页继续) 2
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • epub文档 Weblate 4.2.1 用户文档

    program. If not, see . # from django.utils.translation import gettext_lazy as _ from weblate.trans.autofixes.base import AutoFix class ReplaceFooWithBar(AutoFix): """Replace org/licenses/>. # """Simple quality check example.""" from django.utils.translation import gettext_lazy as _ from weblate.checks.base import TargetCheck class FooCheck(TargetCheck): # Used as identifier org/licenses/>. # """Quality check example for Czech plurals.""" from django.utils.translation import gettext_lazy as _ from weblate.checks.base import TargetCheck class PluralCzechCheck(TargetCheck): # Used
    0 码力 | 650 页 | 9.34 MB | 1 年前
    3
共 376 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 38
前往
页
相关搜索词
Kotlin1.910官方文档中文文版中文版Julia陈研RustConfChina202320192021美团技术年货前端Weblate4.2用户用户文档
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩