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 Technique0 码力 | 2 页 | 132.33 KB | 5 月前3《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 年前3Django 官方教程翻译项目
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 年前3Apache 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 release0 码力 | 43 页 | 4.50 MB | 1 年前3Apache 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 compiled0 码力 | 40 页 | 6.27 MB | 1 年前3Cilium 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 年前3Cilium 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 abstention0 码力 | 734 页 | 11.45 MB | 1 年前3百度超级链 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百度超级链 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百度超级链 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