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

无数据

分类

全部后端开发(74)区块链(74)

语言

全部中文(简体)(48)英语(26)

格式

全部其他文档 其他(45)PDF文档 PDF(29)
 
本次搜索耗时 0.098 秒,为您找到相关结果约 74 个.
  • 全部
  • 后端开发
  • 区块链
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • 其他文档 其他
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 百度超级链 XuperChain stable 中文文档

    可信账本使用文档 11.1. 服务部署 11.2. 可信应用开发 12. 监控使用文档 12.1. XuperChain 监控项 12.2. XuperChain 监控系统搭建 13. 下载发行版 13.1. v3.10 开发应用 1. 电子存证合约 1.1. 问题引入 1.2. 数据结构的设计 1.3. 电子存证合约的功能实现 1.4. 合约使用方法 2. 数字资产交易 2.1 边部分是合约验证时的示意图: XuperModel合约验证 2. XuperBridge 2.1. 内核调用设计 XuperBridge为所有合约提供统一的合约接口,从抽象方式上类似于linux内核 对应于应用程序,内核代码是一份,应用程序可以用各种语言实现,比如 go,c。类比到合约上就是各种合约的功能,如KV访问,QueryBlock, QueryTx 等,这些请求都会通过跟xcha 当然,目前插件机制是基于go plugin的实现,限于go plugin本身实现上的一些 局限性,插件机制也具有如下需要改进的地方: 跨平台支持:目前尚不支持Windows系统的插件化,只支持Mac/Linux系 统。 依赖版本限制:插件的依赖库版本和框架的依赖库版本不能有任何的差 别,否则会加载失败。 相信在后续 XuperChain 迭代过程中,上述问题也会得到解决。 10. XuperChain
    0 码力 | 325 页 | 26.31 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain latest 中文文档

    10.3. 常见问题 11. 可信账本使用文档 11.1. 服务部署 11.2. 可信应用开发 12. 监控使用文档 12.1. 超级链监控项 12.2. 超级链监控系统搭建 13. 下载发行版 13.1. v3.10 开发应用 1. 电子存证合约 1.1. 问题引入 1.2. 数据结构的设计 1.3. 电子存证合约的功能实现 1.4. 合约使用方法 2. 数字资产交易 2.1 边部分是合约验证时的示意图: XuperModel合约验证 2. XuperBridge 2.1. 内核调用设计 XuperBridge为所有合约提供统一的合约接口,从抽象方式上类似于linux内核 对应于应用程序,内核代码是一份,应用程序可以用各种语言实现,比如 go,c。类比到合约上就是各种合约的功能,如KV访问,QueryBlock, QueryTx 等,这些请求都会通过跟xcha 当然,目前插件机制是基于go plugin的实现,限于go plugin本身实现上的一些 局限性,插件机制也具有如下需要改进的地方: 跨平台支持:目前尚不支持Windows系统的插件化,只支持Mac/Linux系 统。 依赖版本限制:插件的依赖库版本和框架的依赖库版本不能有任何的差 别,否则会加载失败。 相信在后续超级链迭代过程中,上述问题也会得到解决。 10. 超级链共识框架 10.1. 区块链共识机制概述
    0 码力 | 316 页 | 24.51 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain 3.9-e 中文文档

    10.3. 常见问题 11. 可信账本使用文档 11.1. 服务部署 11.2. 可信应用开发 12. 监控使用文档 12.1. 超级链监控项 12.2. 超级链监控系统搭建 13. 下载发行版 13.1. v3.10 开发应用 1. 电子存证合约 1.1. 问题引入 1.2. 数据结构的设计 1.3. 电子存证合约的功能实现 1.4. 合约使用方法 2. 数字资产交易 2.1 边部分是合约验证时的示意图: XuperModel合约验证 2. XuperBridge 2.1. 内核调用设计 XuperBridge为所有合约提供统一的合约接口,从抽象方式上类似于linux内核 对应于应用程序,内核代码是一份,应用程序可以用各种语言实现,比如 go,c。类比到合约上就是各种合约的功能,如KV访问,QueryBlock, QueryTx 等,这些请求都会通过跟xcha 当然,目前插件机制是基于go plugin的实现,限于go plugin本身实现上的一些 局限性,插件机制也具有如下需要改进的地方: 跨平台支持:目前尚不支持Windows系统的插件化,只支持Mac/Linux系 统。 依赖版本限制:插件的依赖库版本和框架的依赖库版本不能有任何的差 别,否则会加载失败。 相信在后续超级链迭代过程中,上述问题也会得到解决。 10. 超级链共识框架 10.1. 区块链共识机制概述
    0 码力 | 317 页 | 27.80 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain master 中文文档

    10.3. 常见问题 11. 可信账本使用文档 11.1. 服务部署 11.2. 可信应用开发 12. 监控使用文档 12.1. 超级链监控项 12.2. 超级链监控系统搭建 13. 下载发行版 13.1. v3.10 开发应用 1. 电子存证合约 1.1. 问题引入 1.2. 数据结构的设计 1.3. 电子存证合约的功能实现 1.4. 合约使用方法 2. 数字资产交易 2.1 边部分是合约验证时的示意图: XuperModel合约验证 2. XuperBridge 2.1. 内核调用设计 XuperBridge为所有合约提供统一的合约接口,从抽象方式上类似于linux内核 对应于应用程序,内核代码是一份,应用程序可以用各种语言实现,比如 go,c。类比到合约上就是各种合约的功能,如KV访问,QueryBlock, QueryTx 等,这些请求都会通过跟xcha 当然,目前插件机制是基于go plugin的实现,限于go plugin本身实现上的一些 局限性,插件机制也具有如下需要改进的地方: 跨平台支持:目前尚不支持Windows系统的插件化,只支持Mac/Linux系 统。 依赖版本限制:插件的依赖库版本和框架的依赖库版本不能有任何的差 别,否则会加载失败。 相信在后续超级链迭代过程中,上述问题也会得到解决。 10. 超级链共识框架 10.1. 区块链共识机制概述
    0 码力 | 316 页 | 24.51 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain 3.9 中文文档

    10.3. 常见问题 11. 可信账本使用文档 11.1. 服务部署 11.2. 可信应用开发 12. 监控使用文档 12.1. 超级链监控项 12.2. 超级链监控系统搭建 13. 下载发行版 13.1. v3.10 开发应用 1. 电子存证合约 1.1. 问题引入 1.2. 数据结构的设计 1.3. 电子存证合约的功能实现 1.4. 合约使用方法 2. 数字资产交易 2.1 边部分是合约验证时的示意图: XuperModel合约验证 2. XuperBridge 2.1. 内核调用设计 XuperBridge为所有合约提供统一的合约接口,从抽象方式上类似于linux内核 对应于应用程序,内核代码是一份,应用程序可以用各种语言实现,比如 go,c。类比到合约上就是各种合约的功能,如KV访问,QueryBlock, QueryTx 等,这些请求都会通过跟xcha 当然,目前插件机制是基于go plugin的实现,限于go plugin本身实现上的一些 局限性,插件机制也具有如下需要改进的地方: 跨平台支持:目前尚不支持Windows系统的插件化,只支持Mac/Linux系 统。 依赖版本限制:插件的依赖库版本和框架的依赖库版本不能有任何的差 别,否则会加载失败。 相信在后续超级链迭代过程中,上述问题也会得到解决。 10. 超级链共识框架 10.1. 区块链共识机制概述
    0 码力 | 317 页 | 27.80 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.1 Documentation

    appropriate startup file, such as your personal ~/.bashrc file if you are using the bash shell under Linux. First, you must set the environment variable GOPATH to point at the Go workspace containing the something like: export GOPATH=$HOME/go Note You must set the GOPATH variable Even though, in Linux, Go’s GOPATH variable can be a colon-separated list of directories, and will use a default value of command search path to include the Go bin directory, such as the following example for bash under Linux: export PATH=$PATH:$GOPATH/bin While this directory may not exist in a new Go workspace installation
    0 码力 | 422 页 | 4.84 MB | 1 年前
    3
  • epub文档 FISCO BCOS 1.3 中文文档

    0b78367649dd0b8b5954ee919bf50c1398a373ca777e6329bd0c4b82e8', lastPing: 0, name: 'eth/v1.0/Linux/g++/Interpreter/RelWithDebInfo/0/', network: { remoteAddress: '127.0.0.1:30403' }, notes: { SDK编译 安装依赖软件 部署web3sdk之前需要安装git, dos2unix依赖软件: git:用于拉取最新代码 dos2unix: 用于处理windows文件上传到linux服务器时,文件格式无法被 linux正确解析的问题; centos: $ sudo yum -y install git dos2unix ubuntu: $ sudo apt install git tofrodos k8-downloads- 2133151.html] 选择jdk-8u181-linux-x64.tar.gz下载. 上传解压. 将下载的jdk-8u181-linux-x64.tar.gz上传至服务器, 放入/usr/local/目录, 然后解压. $ tar -zxvf jdk-8u181-linux-x64.tar.gz $ cd jdk1.8.0_181 && pwd $ /usr/local/jdk1
    0 码力 | 491 页 | 5.72 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 1.1 Documentation

    appropriate startup file, such as your personal ~/.bashrc file if you are using the bash shell under Linux. First, you must set the environment variable GOPATH to point at the Go workspace containing the something like: export GOPATH=$HOME/go Note: You must set the GOPATH variable Even though, in Linux, Go’s GOPATH variable can be a colon-separated list of directories, and will use a default value of command search path to include the Go bin directory, such as the following example for bash under Linux: export PATH=$PATH:$GOPATH/bin While this directory may not exist in a new Go workspace installation
    0 码力 | 277 页 | 3.21 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.2 Documentation

    blockchain platforms. One key point of differentiation is that Hyperledger was established under the Linux Foundation, which itself has a long and very successful history of nurturing open source projects appropriate startup file, such as your personal ~/.bashrc file if you are using the bash shell under Linux. First, you must set the environment variable GOPATH to point at the Go workspace containing the something like: export GOPATH=$HOME/go Note You must set the GOPATH variable Even though, in Linux, Go’s GOPATH variable can be a colon-separated list of directories, and will use a default value of
    0 码力 | 497 页 | 6.59 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 1.2 Documentation

    blockchain platforms. One key point of differentiation is that Hyperledger was established under the Linux Foundation, which itself has a long and very successful history of nurturing open source projects appropriate startup file, such as your personal ~/.bashrc file if you are using the bash shell under Linux. First, you must set the environment variable GOPATH to point at the Go workspace containing the something like: export GOPATH=$HOME/go Note: You must set the GOPATH variable Even though, in Linux, Go’s GOPATH variable can be a colon-separated list of directories, and will use a default value of
    0 码力 | 335 页 | 4.48 MB | 1 年前
    3
共 74 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8
前往
页
相关搜索词
百度超级XuperChaintable中文文文文档中文文档latest3.9masterHyperledgerFabric1.1DocumentationFISCOBCOS1.31.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩