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

无数据

分类

全部综合其他(14)产品与服务(14)Apache OFBiz(9)

语言

全部英语(9)中文(简体)(5)

格式

全部PDF文档 PDF(14)
 
本次搜索耗时 0.068 秒,为您找到相关结果约 14 个.
  • 全部
  • 综合其他
  • 产品与服务
  • Apache OFBiz
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache OFBiz Developer Manual

    Widget System defined by XML and a vuejs application. This component is currently at Work In Progress state, it aims to concretely build applications/components in order to discuss the development process not yet implemented generate warning or error. This documentation aim to, • Explain the current state of the component, how it work and which points had been choose or took away. • Document how to use Style of this part is applied before other style of the project. Vuex Vuex is the centralised state system of the application. It allow us to create 'store' which contain data that can be accessed/modified
    0 码力 | 108 页 | 2.47 MB | 1 年前
    3
  • pdf文档 Apache OFBiz Developer Manual

    Widget System defined by XML and a vuejs application. This component is currently at Work In Progress state, it aims to concretely build applications/components in order to discuss the development process not yet implemented generate warning or error. This documentation aim to, • Explain the current state of the component, how it work and which points had been choose or took away. • Document how to use Style of this part is applied before other style of the project. Vuex Vuex is the centralised state system of the application. It allow us to create 'store' which contain data that can be accessed/modified
    0 码力 | 108 页 | 2.47 MB | 1 年前
    3
  • pdf文档 Apache OFBiz Developer Manual

    contient 4 élément : 1. Le State Le state est une table de hash contenant les informations. Ce state ne peut être modifier que par des mutations. Les données présentes dans le state à l’initialisation de Les Mutations Les mutations sont une table de hash contenant les fonction capable de changer le state. Par convention la clef de ces fonction ne doit contenir que des majuscules. Les mutations ne peuvent retourne une promesse. 4. Les Getters Les getters permettent de consulter une/des valeur(s) du state. 20 Les getters sont réactif. Les getters dans certain cas peuvent être paramétrés, dans ce cas
    0 码力 | 65 页 | 1.22 MB | 1 年前
    3
  • pdf文档 2021 中国开源年度报告

    虽然对于未来,对于在空中的状态,我们还无法预测和把握,但是 :所有人都在奋力奔跑, 奋勇向前。 Although we cannot predict and grasp the future and the state in the air, we are running hard and moving forward courageously. 去年的中国开源年度报告,我们总结了三个趋势,今年的报告,我们索性新增了《开源大事 开发语言呈现多超多强的状态,Python 后来居上,超过 Java 成为榜首, JavaScript/TypeScript 位居第三。 The development language shows the state of many super powers and multi-great power; Python later overtakes Java to become the top of the competing for customers with projects based on the original vendor's code, creating the current state of friction between cloud vendors and open source projects. In VansonBourne's 2021 Open Source
    0 码力 | 199 页 | 9.63 MB | 1 年前
    3
  • pdf文档 Apache OFBiz User Manual Version trunk Version unspecified

    "Create" 4. fill in the form fields ◦ Address Line 1 ◦ Address Line 2 (not mandatory) ◦ City ◦ State / Province (not mandatory) ◦ Zip / Postal Code ◦ Country 5. Click Save The address is added - orders based on status (Created, Approved, Rejected, Completed etc.) Current order status tells the state of order in the system at any given time which is used effectively by CSRs while communicating with available to assign transactions to) 9.8. Tax Authorities. A tax authority is legal body usually the state (country) that imposes a financial levy on business transactions. In OFBiz tax authorities are used
    0 码力 | 237 页 | 2.74 MB | 1 年前
    3
  • pdf文档 Apache OFBiz User Manual

    "Create" 4. fill in the form fields ◦ Address Line 1 ◦ Address Line 2 (not mandatory) ◦ City ◦ State / Province (not mandatory) ◦ Zip / Postal Code ◦ Country 5. Click Save The address is added - orders based on status (Created, Approved, Rejected, Completed etc.) Current order status tells the state of order in the system at any given time which is used effectively by CSRs while communicating with available to assign transactions to) 8.8. Tax Authorities. A tax authority is legal body usually the state (country) that imposes a financial levy on business transactions. In OFBiz tax authorities are used
    0 码力 | 307 页 | 5.64 MB | 1 年前
    3
  • pdf文档 Apache OFBiz User Manual

    "Create" 4. fill in the form fields ◦ Address Line 1 ◦ Address Line 2 (not mandatory) ◦ City ◦ State / Province (not mandatory) ◦ Zip / Postal Code ◦ Country 5. Click Save The address is added - orders based on status (Created, Approved, Rejected, Completed etc.) Current order status tells the state of order in the system at any given time which is used effectively by CSRs while communicating with available to assign transactions to) 8.8. Tax Authorities. A tax authority is legal body usually the state (country) that imposes a financial levy on business transactions. In OFBiz tax authorities are used
    0 码力 | 304 页 | 5.21 MB | 1 年前
    3
  • pdf文档 2021 中国开源年度报告

    个,沙盒项目 22 个。其中 2021 年捐赠给 CNCF 基金会的开源项目就达到了 14 个。其中除了来自阿里、华为、 腾讯等大厂捐赠的项目,也能看到工业届和学术界的合作以及 Seconed State 和灵雀云等创业公司 的项目。 ● AI & Data 基金会 :目前有 6 个项目。 项目名称 基金会 子基金会 项目捐赠单位 / 方 沙箱 孵化 毕业时间 Occlum LibOS Linux 基金会 CNCF 阿里 2021 年 6 月 KubeVela Linux 基金会 CNCF 阿里 2021 年 6 月 WasmEdge Linux 基金会 CNCF Second State 2021 年 6 月 Karmada Linux 基金会 CNCF 华为 2021 年 6 月 124 Inclavare Containers Linux 基金会 CNCF 阿里 2021
    0 码力 | 132 页 | 14.24 MB | 1 年前
    3
  • pdf文档 2024 中国开源开发者报告

    ognition-with-nemo-parakeet-asr- models/ 【11】Mamba: Linear-time sequence modeling with selective state spaces 【12】Peng, Bo, et al. "Rwkv: Reinventing rnns for the transformer era." arXiv preprint arXiv:2305 年的表现确实要强于微调。 46 / 111 图:Menlo Ventures 在 2024 年 11 月 20 日发布的市场调研报告。 来源:https://menlovc.com/2024-the-state-of-generative-ai-in-the-enterprise/ 根据 Menlo Ventures 发布的市场调研报告显示,RAG 以 51%的市场份额在企业市场份额 中占据绝对优势,Fine-tune
    0 码力 | 111 页 | 11.44 MB | 8 月前
    3
  • pdf文档 Apache OFBiz®

    OFBiz. Warning: Be careful in using this command as force termination might lead to inconsistent state / data gradlew terminateOfbiz 5.2.5. Start OFBiz in remote debug mode Starts OFBiz in remote debug
    0 码力 | 23 页 | 305.80 KB | 1 年前
    3
共 14 条
  • 1
  • 2
前往
页
相关搜索词
ApacheOFBizDeveloperManual2021中国开源年度报告年度报告UserVersiontrunkunspecified2024开发开发者
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩