码迷,mamicode.com
首页 >  
搜索关键字:similar    ( 531个结果
[React] Use the React Effect Hook in Function Components
Similar to the State Hook, the Effect Hook is “first-class” in React and handy for performing side effects in function components. The Effect Hook is ...
分类:其他好文   时间:2019-10-31 21:33:09    阅读次数:120
Collecting Bugs(概率dp)
http://poj.org/problem?id=2096 Description Ivan is fond of collecting. Unlike other people who collect post stamps, coins or other material stuff, he ...
分类:其他好文   时间:2019-10-29 21:48:10    阅读次数:113
Network Lock Manager Protocol (NLM)
资料来源 https://wiki.wireshark.org/Network_Lock_Manager 目的 The purpose of the NLM protocol is to provide something similar to POSIX advisory file locking ...
分类:Web程序   时间:2019-10-25 10:02:18    阅读次数:120
Oracle参数之cursor_sharing
一、Cursor_sharing简介:这个参数是用来告诉Oracle在什么情况下可以共享游标,即SQL重用。Cursor_sharing参数有3个值可以设置:1)、EXACT:通常来说,exact值是Oracle推荐的,也是默认的,它要求SQL语句在完全相同时才会重用,否则会被重新执行硬解析操作。2)、SIMILAR:similar是在Oracle认为某条SQL语句的谓词条件可能会影响到它的执行计
分类:数据库   时间:2019-10-15 09:26:08    阅读次数:139
[Flutter] Create a Customer widget
For example, we want to have to button, looks similar to FloatingActionButton: But in the doc, it says to it is recommend to have only one floatingAct ...
分类:其他好文   时间:2019-10-13 20:51:44    阅读次数:101
Analysis of sort() in STL
"1. Introduction" "2. Preparations" "2.1. Inline functions" "2.2. Templates" "2.3. RandomAccessIterator" "3. Explore sort() in STL" "3.1. Introduction ...
分类:其他好文   时间:2019-10-06 20:27:44    阅读次数:75
COMP6203-2019/20 Intelligent Agents
COMP6203-2019/20 Intelligent Agents CourseworkSpecificationDeliverable Deadline Feedback Marking Scheme WeightNegotiationAgentDec 10,4pmJan 7 The scor ...
分类:其他好文   时间:2019-10-04 19:08:57    阅读次数:59
C-formatting in Swift
C formatting in Swift is similar to that in C: create a String type variable or constant with a c formatting string, and display the variable or const ...
分类:编程语言   时间:2019-10-01 22:51:54    阅读次数:121
相似图片搜索的原理
原文转自 http://www.ruanyifeng.com/blog/2011/07/principle_of_similar_image_search.html 作者: 阮一峰 看到一个相似图片原理的对比,记录于此‘ 上个月,Google把"相似图片搜索"正式放上了首页。 你可以用一张图片,搜索 ...
分类:其他好文   时间:2019-10-01 18:33:27    阅读次数:96
summary 16--27
1. Paper Reading $ \lfloor ab/p \rfloor p$ 我是根据 "ICSE2019" schedule上的不同方向的论文来读的,打算一个主题读一篇来确定方向。 目前读的是 Automated Program Repair 方向的 Learning to Spot an ...
分类:其他好文   时间:2019-09-27 16:27:36    阅读次数:85
531条   上一页 1 ... 5 6 7 8 9 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!