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

无数据

分类

全部后端开发(232)综合其他(224)Weblate(222)Java(68)Python(57)Django(54)云计算&大数据(48)区块链(47)Apache Kyuubi(44)UML(40)

语言

全部英语(449)中文(简体)(70)法语(7)德语(6)日语(6)韩语(6)西班牙语(5)俄语(5)英语(1)

格式

全部PDF文档 PDF(342)其他文档 其他(214)
 
本次搜索耗时 0.075 秒,为您找到相关结果约 556 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Java
  • Python
  • Django
  • 云计算&大数据
  • 区块链
  • Apache Kyuubi
  • UML
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 德语
  • 日语
  • 韩语
  • 西班牙语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Topic Throwback Vote Tally

    Date Speaker Topic Nov 2015 Vote Tally Mike Ballou Agile Principles 0 Nick Tuck XP Prctices 1 Shawn Stumme Continuous Delivery 4 Josh Wade Cyber Security through Agile 2 Nick Tuck Maximizing Retrospectives 2014 Jun 2014 Jul 2014 Aug 2014 Sep 2014 Oct 2014 Nov 2014 Dec 2014Speaker Topic Nov 2015 Vote Tally Darin Plum Agile Coaching 5 Shawn Stumme Continuous Delivery 4 Mike Ballou Pomodoro Technique
    0 码力 | 2 页 | 132.33 KB | 5 月前
    3
  • pdf文档 《Redis使用手册》(试读版)

    使⽤集合实现的投票程序,⽤户可以选择⽀持或者反对⼀项内容:/set/vote.py def vote_up_key(vote_target): return vote_target + "::vote_up" def vote_down_key(vote_target): return vote_target + "::vote_down" class Vote: def __init__(self __init__(self, client, vote_target): self.client = client self.vote_up_set = vote_up_key(vote_target) self.vote_down_set = vote_down_key(vote_target) def is_voted(self, user): """ return self.client.sismember(self.vote_up_set, user) or \ self.client.sismember(self.vote_down_set, user) def vote_up(self, user): """ 让⽤户投赞成票,并在投票成功时返回
    0 码力 | 352 页 | 6.57 MB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    at the results of question %s." 8. return HttpResponse(response % question_id) 9. 10. def vote(request, question_id): 11. return HttpResponse("You're voting on question %s." % question_id) /$', views.results, name='results'), 14. # ex: /polls/5/vote/ 15. url(r'^(?P[0-9]+)/vote/$', views.vote, name='vote'), 16. ] 然后在你的浏览器里转到 “/polls/34/”,Django 将会运行 detail() 方法并展示你在 方法并展示你在 URL 里提供的问题 ID。再试试 “/polls/34/results” 和 “/polls/34/vote/” —— 你将会看到暂 时用于占位的结果和投票页。 当某人请求你网站的某一页面时——比如说,“/polls/34/”,Django 将会载入 mysite.urls 模 块,因为配置项 ROOT_URLCONF 说要载入它。然后 Django 寻找名为 urlpatterns
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Apache Explained

    “Does NOT need to work” “Does need proper licensing” Authorized by the Project Management Committee Vote required Digital Signature(s) required Distributed via extensive mirror system Releases Releases proposal of your project Finding a Champion and Mentors Proposal discussion in IPMC Starting a vote of your proposal Creating a podling project inside of Apache Incubator SGA, CLA, iCLA Signing Podling Release Voting Rules of Release Vote in the open on mailing list, open for 72 hours Release needs to comply with ASF policy Needs 3 +1 votes and more +1’s than -1’s A -1 vote (a veto) doesn’t block the release
    0 码力 | 43 页 | 4.50 MB | 1 年前
    3
  • pdf文档 Apache Explained

    need to work” ◆ “Does need proper licensing” ➔ Authorized by the Project Management Committee ◆ Vote required ◆ Digital Signature(s) required ➔ Distributed via extensive mirror system Release distributions compiled code Releases ➔ Vote in the open on mailing list ➔ Vote open for 72 hours ➔ Release needs to comply with ASF policy ➔ Needs 3 +1 votes and more +1’s than -1’s ➔ A -1 vote (a veto) doesn’t block have a reason to be valid ➔ Can change your vote ➔ If vote passes then the IPMC votes on the release ➔ If vote fails then create new release candidate and vote again Voting on Releases ➔ Unexpected compiled
    0 码力 | 40 页 | 6.27 MB | 1 年前
    3
  • epub文档 Cilium v1.5 Documentation

    Revoking Commit Access Changing the Policy Template Emails Nomina�on to Grant Commit Access Vote to Grant Commit Access Vote Results for Grant of Commit Access Invita�on to Accepted Commi�er Proposal to Remove Commit Removal for Inac�vity Proposal to Revoke Commit Access for Detrimental Behavior Vote to Revoke Commit Access Vote Results for Revoca�on of Commit Access No�fica�on of Commit Revoca�on for Detrimental calls for a final decision on the candidate with a followup email to the thread. Each commi�er may vote yes, no, or abstain by replying to the email thread. A failure to reply is an implicit absten�on.
    0 码力 | 740 页 | 12.52 MB | 1 年前
    3
  • epub文档 Cilium v1.6 Documentation

    Commit Access Changing the Policy Template Emails Nomination to Grant Commit Access Vote to Grant Commit Access Vote Results for Grant of Commit Access Invitation to Accepted Committer Proposal to Remove Commit Removal for Inactivity Proposal to Revoke Commit Access for Detrimental Behavior Vote to Revoke Commit Access Vote Results for Revocation of Commit Access Notification of Commit Revocation for Detrimental calls for a final decision on the candidate with a followup email to the thread. Each committer may vote yes, no, or abstain by replying to the email thread. A failure to reply is an implicit abstention
    0 码力 | 734 页 | 11.45 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain 3.7 中文文档

    // 签名率策略 SIGN_SUM = 4; // 签名个数策略 CA_SERVER = 5; // CA服务器鉴权 COMMUNITY_VOTE = 6; // 社区治理 } message PermissionModel { PermissionRule rule = 1; double acceptValue = "module": "proposal", "method": "Propose", "args" : { "min_vote_percent": 51, # 当投票者冻结的资产占全链的51% 以上时生效提案 "stop_vote_height": 120 # 停止计票的高度是:120 }, "trigger": { "height": "3000", "term_interval": "6000", "block_num":"10", "vote_unit_price":"1", "init_proposer": { "1": ["dpzuVdosQrF2kmzumhVeFQZa1aYcdgFpN"
    0 码力 | 270 页 | 24.86 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain latest 中文文档

    // 签名率策略 SIGN_SUM = 4; // 签名个数策略 CA_SERVER = 5; // CA服务器鉴权 COMMUNITY_VOTE = 6; // 社区治理 } message PermissionModel { PermissionRule rule = 1; double acceptValue = "module": "proposal", "method": "Propose", "args" : { "min_vote_percent": 51, # 当投票者冻结的资产占全链的 51%以上时生效提案 "stop_vote_height": 120 # 停止计票的高度是:120 }, "trigger": { "height": "3000", "term_interval": "6000", "block_num":"10", "vote_unit_price":"1", "init_proposer": { "1": ["dpzuVdosQrF2kmzumhVeFQZa1aYcdgFpN"
    0 码力 | 316 页 | 24.51 MB | 1 年前
    3
  • epub文档 百度超级链 XuperChain 3.9-e 中文文档

    // 签名率策略 SIGN_SUM = 4; // 签名个数策略 CA_SERVER = 5; // CA服务器鉴权 COMMUNITY_VOTE = 6; // 社区治理 } message PermissionModel { PermissionRule rule = 1; double acceptValue = "module": "proposal", "method": "Propose", "args" : { "min_vote_percent": 51, # 当投票者冻结的资产占全链的 51%以上时生效提案 "stop_vote_height": 120 # 停止计票的高度是:120 }, "trigger": { "height": "3000", "term_interval": "6000", "block_num":"10", "vote_unit_price":"1", "init_proposer": { "1": ["dpzuVdosQrF2kmzumhVeFQZa1aYcdgFpN"
    0 码力 | 317 页 | 27.80 MB | 1 年前
    3
共 556 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 56
前往
页
相关搜索词
TopicThrowbackVoteTallyRedis使用手册使用手册试读Django官方教程翻译项目ApacheExplainedCiliumv1Documentation百度超级XuperChain3.7中文文文文档中文文档latest3.9
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩