Hyperledger Fabric 1.2 Documentation
43:de:cb:ad:3a:79:ec:cc:2a:bc:d7:93:68:ae:92: 1c:4b:d8:32:47:d6:3d:72:32:f1:f1:fb:26:e4:69: c2:eb:c9:45:69:99:78:d7:68:a9:77:09:88:c6:53: 01:2a:c1:f8:c0 reads: Needs Verified. Reply: Click on this button after reviewing to add a final review message and a score, -1, 0 or +1. Patch Sets: If multiple revisions of a patch exist, this button enables navigation among write some final comments, and submit your score for the patch set. Click Post to submit the review of each reviewed file, as well as your final comment and score. Gerrit sends an email to the change-submitter0 码力 | 497 页 | 6.59 MB | 1 年前3Hyperledger Fabric 1.3 Documentation
43:de:cb:ad:3a:79:ec:cc:2a:bc:d7:93:68:ae:92: 1c:4b:d8:32:47:d6:3d:72:32:f1:f1:fb:26:e4:69: c2:eb:c9:45:69:99:78:d7:68:a9:77:09:88:c6:53: 01:2a:c1:f8:c0 reads: Needs Verified. Reply: Click on this button after reviewing to add a final review message and a score, -1, 0 or +1. Patch Sets: If multiple revisions of a patch exist, this button enables navigation among write some final comments, and submit your score for the patch set. Click Post to submit the review of each reviewed file, as well as your final comment and score. Gerrit sends an email to the change-submitter0 码力 | 528 页 | 6.85 MB | 1 年前3Hyperledger Fabric 1.4 Documentation
43:de:cb:ad:3a:79:ec:cc:2a:bc:d7:93:68:ae:92: 1c:4b:d8:32:47:d6:3d:72:32:f1:f1:fb:26:e4:69: c2:eb:c9:45:69:99:78:d7:68:a9:77:09:88:c6:53: 01:2a:c1:f8:c0 reads: Needs Verified. Reply: Click on this button after reviewing to add a final review message and a score, -1, 0 or +1. Patch Sets: If multiple revisions of a patch exist, this button enables navigation among write some final comments, and submit your score for the patch set. Click Post to submit the review of each reviewed file, as well as your final comment and score. Gerrit sends an email to the change-submitter0 码力 | 678 页 | 10.02 MB | 1 年前3peewee Documentation Release 3.0.0
print('Result: %s' % result.title) Parameters: classmethod search(term[, weights=None[, with_score=False[, score_alias='score'[, explicit_ordering=False]]]]) term (str) – Search term to use. weights – A list of name and mapped to a value. with_score – Whether the score should be returned as part of the SELECT statement. score_alias (str) – Alias to use for the calculated rank score. This is the attribute you will will use to access the score if with_score=True. explicit_ordering (bool) – Order using full SQL function to calculate rank, as opposed to simply referencing the score alias in the ORDER BY clause. Shorthand0 码力 | 319 页 | 361.50 KB | 1 年前3peewee Documentation Release 3.5.0
print('Result: %s' % result.title) classmethod search(term[, weights=None[, with_score=False[, score_alias='score'[, explicit_ordering=False]]]]) Parameters: term (str) – Search term to use. weights name and mapped to a value. with_score – Whether the score should be returned as part of the SELECT statement. score_alias (str) – Alias to use for the calculated rank score. This is the attribute you will will use to access the score if with_score=True. explicit_ordering (bool) – Order using full SQL function to calculate rank, as opposed to simply referencing the score alias in the ORDER BY clause. Shorthand0 码力 | 347 页 | 380.80 KB | 1 年前3peewee Documentation Release 3.4.0
print('Result: %s' % result.title) classmethod search(term[, weights=None[, with_score=False[, score_alias='score'[, explicit_ordering=False]]]]) Parameters: term (str) – Search term to use. weights name and mapped to a value. with_score – Whether the score should be returned as part of the SELECT statement. score_alias (str) – Alias to use for the calculated rank score. This is the attribute you will will use to access the score if with_score=True. explicit_ordering (bool) – Order using full SQL function to calculate rank, as opposed to simply referencing the score alias in the ORDER BY clause. Shorthand0 码力 | 349 页 | 382.34 KB | 1 年前3peewee Documentation Release 3.1.0
print('Result: %s' % result.title) Parameters: classmethod search(term[, weights=None[, with_score=False[, score_alias='score'[, explicit_ordering=False]]]]) term (str) – Search term to use. weights – A list of name and mapped to a value. with_score – Whether the score should be returned as part of the SELECT statement. score_alias (str) – Alias to use for the calculated rank score. This is the attribute you will will use to access the score if with_score=True. explicit_ordering (bool) – Order using full SQL function to calculate rank, as opposed to simply referencing the score alias in the ORDER BY clause. Shorthand0 码力 | 332 页 | 370.77 KB | 1 年前3peewee Documentation Release 2.10.2
finalize(self): return self.product # To use this aggregate: product = (Score .select(fn.product(Score.value)) .scalar()) unregister_aggregate(name): Unregister the given query: print 'match: ', doc.title classmethod search(term[, weights=None[, with_score=False[, score_alias='score']]]) Shorthand way of searching for a term and sorting results by the quality of the name and mapped to a value. with_score – Whether the score should be returned as part of the SELECT statement. score_alias (str) – Alias to use for the calculated rank score. This is the attribute you will0 码力 | 275 页 | 276.96 KB | 1 年前3peewee Documentation Release 3.6.0
print('Result: %s' % result.title) classmethod search(term[, weights=None[, with_score=False[, score_alias='score'[, explicit_ordering=False]]]]) term (str) – Search term to use. weights – A list of name and mapped to a value. with_score – Whether the score should be returned as part of the SELECT statement. score_alias (str) – Alias to use for the calculated rank score. This is the attribute you will will use to access the score if with_score=True. explicit_ordering (bool) – Order using full SQL function to calculate rank, as opposed to simply referencing the score alias in the ORDER BY clause. Shorthand0 码力 | 377 页 | 399.12 KB | 1 年前3Go 101 (Golang 101) v1.21.0
Book{pages: 123}, the subsequent modification of value b has no effects on this copy. That is why the call f1() prints 123. the method value expression p.Pages is normalized as (*p).Pages at compile time. At run var b = Book{pages: 123} var p = &b var f1 = b.Pages var f2 = p.Pages var g1 = p.Pages2 var g2 = b.Pages2 b.pages = 789 fmt.Println(f1()) // 123 fmt.Println(f2()) // 123 fmt.Println(g1()) v1.x. The same situation is for the selectors v1.A.y and v1.B.y. var v1 struct { A B } func f1() { _ = v1.x // error: ambiguous selector v1.x _ = v1.y // error: ambiguous selector v1.y }0 码力 | 610 页 | 945.17 KB | 1 年前3
共 273 条
- 1
- 2
- 3
- 4
- 5
- 6
- 28