码迷,mamicode.com
首页 >  
搜索关键字:explained    ( 121个结果
Oracle Schema Objects——Tables——TableStorage
Table Storage Oracle数据库如何保存表数据? Oracle Database uses a data segment in a tablespace to hold table data. Oracle 数据库使用表空间中的数据段保存表数据。 As explained in "Us ...
分类:数据库   时间:2017-06-24 15:30:16    阅读次数:239
面向对象设计的五原则-转
如何向妻子解释OOD 发布于2011-06-29 发布于2011-06-29 前言 此文译自CodeProject上<How I explained OOD to my wife>一文,该文章在Top Articles上排名第3,读了之后觉得非常好,就翻译出来,供不想读英文的同学参考学习。 作者(S ...
分类:其他好文   时间:2017-06-18 13:14:02    阅读次数:166
Monad explained in one picture
The whole point of Monad is composability. In the category in green, T -> Monad and U -> Monad ...
分类:其他好文   时间:2017-05-05 14:12:34    阅读次数:97
201704阅读列表
C# - The C# Memory Model in Theory and Practice Volatile keyword in C# – memory model explained https://github.com/gsscoder/commandline What is depend ...
分类:其他好文   时间:2017-04-21 00:30:20    阅读次数:139
Writing a Simple Publisher and Subscriber
Writing the Publisher Node Code Explained You need to import rospy if you are writing a ROS Node. The std_msgs.msg import is so that we can reuse the ...
分类:其他好文   时间:2017-04-01 09:19:40    阅读次数:271
[转]Create Custom Exception Filter in ASP.NET Core
本文转自:http://www.binaryintellect.net/articles/5df6e275-1148-45a1-a8b3-0ba2c7c9cea1.aspx In my previous article I explained how errors in an ASP.NET Cor ...
分类:Web程序   时间:2017-03-06 17:26:49    阅读次数:403
ES设置字段搜索权重——Query-Time Boosting
Query-Time Boosting Query-Time Boosting Query-Time Boosting Query-Time Boosting In Prioritizing Clauses, we explained how you could use the boost para ...
分类:其他好文   时间:2017-02-27 20:39:04    阅读次数:564
编辑距离Edit Distance 非常典型的DP类型题目
https://leetcode.com/problems/edit-distance/?tab=Description 真的非常好,也非常典型。 https://discuss.leetcode.com/topic/17639/20ms-detailed-explained-c-solutions ...
分类:其他好文   时间:2017-02-26 00:09:22    阅读次数:160
软件设计---高层设计(一):共性可变性分析和分析矩阵
Table of Contents共性可变性分析需求矩阵 软件开发中最大的问题之一为:处理问题域中的变化。初次拿到软件需求,看似有一定规律,但也存在各种特殊情况。怎样发现共性,及其变化,Alan在他的书中(design patterns explained)中给出了两种方法:共性可变性分析,和需求知... ...
分类:其他好文   时间:2017-02-22 00:02:20    阅读次数:180
Leetcode: Word Squares && Summary: Another Important Implementation of Trie(Retrieve all the words with a given Prefix)
Backtracking + Trie: referred to https://discuss.leetcode.com/topic/63516/explained-my-java-solution-using-trie-126ms-16-16 A better approach is to ch ...
分类:其他好文   时间:2016-12-20 07:20:32    阅读次数:321
121条   上一页 1 ... 4 5 6 7 8 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!