上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 187 下一页
摘要: 可积性 阅读全文
posted @ 2017-11-05 15:01 papering 阅读(494) 评论(0) 推荐(0)
摘要: 卷积 图像降维 阅读全文
posted @ 2017-11-05 12:47 papering 阅读(143) 评论(0) 推荐(0)
摘要: 添加隐藏层的作用 异或门函数图形表示 xor 阅读全文
posted @ 2017-11-05 01:46 papering 阅读(234) 评论(0) 推荐(0)
摘要: impala impalad broadcast join 广播式关联 partitioned hash join 分区后散列关联 阅读全文
posted @ 2017-11-04 22:47 papering 阅读(213) 评论(0) 推荐(0)
摘要: https://docs.oracle.com/javadb/10.8.3.0/ref/rrefsqlj18922.html INNER JOIN operation Specifies a join between two tables with an explicit join clause. 阅读全文
posted @ 2017-11-04 22:28 papering 阅读(230) 评论(0) 推荐(0)
摘要: 行 支持数据追加 列 频繁进行小部分列查询 阅读全文
posted @ 2017-11-04 21:56 papering 阅读(290) 评论(0) 推荐(0)
摘要: 不可 Kimball维度建模 维度建模,而非数据建模 文本型度量是对某些事情的描述。虽然以文本方式度量事实是可行的,但是应将其放入维度表中,除非对事实表的每个行,其文本是唯一的。 数据仓库的好坏直接取决于维度属性的设置:DW/BI环境的分析能力直接取决于维度属性的质量和深度。 【简单:易理解 性能好 阅读全文
posted @ 2017-11-04 21:37 papering 阅读(268) 评论(0) 推荐(0)
摘要: 全依赖 Designs that Violate 1NF CustomerCustomer ID First Name Surname Telephone Number123 Pooja Singh 555-861-2025, 192-122-1111456 San Zhang (555) 403- 阅读全文
posted @ 2017-11-04 21:22 papering 阅读(358) 评论(0) 推荐(0)
摘要: cache 阅读全文
posted @ 2017-11-04 20:30 papering 阅读(268) 评论(0) 推荐(0)
摘要: blockcache 阅读全文
posted @ 2017-11-04 20:29 papering 阅读(161) 评论(0) 推荐(0)
摘要: http://storm.apache.org/ 【doing for realtime processing what Hadoop did for batch processing 】 Apache Storm is a free and open source distributed real 阅读全文
posted @ 2017-11-04 16:28 papering 阅读(248) 评论(0) 推荐(0)
摘要: streaming 阅读全文
posted @ 2017-11-04 13:01 papering 阅读(139) 评论(0) 推荐(0)
摘要: 设函数f在U(a,n)有定义,在a点可导,则根据无穷小增量公式,存在一次多项式 A0+A1(x-a) (A0=f(a), A1=f'(a)) 使得 f(x)=A0+A1(x-a)+o(x-a) 如果f在a点n次可导,那么: 0-能否有n次多项式 P(x)= 1-这样的n次多项式能有几个 张筑生老师 阅读全文
posted @ 2017-11-04 12:12 papering 阅读(624) 评论(0) 推荐(0)
摘要: http://www.math.pitt.edu/~xfc/math2370/chap5.pdf 阅读全文
posted @ 2017-11-04 02:27 papering 阅读(158) 评论(0) 推荐(0)
摘要: http://math.wallawalla.edu/~duncjo/courses/math113/winter08/notes/9-1_math113.pdf Name What Changes What Doesn’t Translation Position Size, Shape, Ori 阅读全文
posted @ 2017-11-04 02:22 papering 阅读(174) 评论(0) 推荐(0)
摘要: http://mathworld.wolfram.com/CongruentMatrices.html Two square matrices and are called congruent if there exists a nonsingular matrix such that where 阅读全文
posted @ 2017-11-04 02:06 papering 阅读(459) 评论(0) 推荐(0)
摘要: http://www.oracle.com/technetwork/java/javase/memleaks-137499.html 3.1 Meaning of OutOfMemoryError One common indication of a memory leak is the java. 阅读全文
posted @ 2017-11-03 23:11 papering 阅读(11470) 评论(0) 推荐(0)
摘要: https://docs.python.org/zh-cn/dev/c-api/intro.html 概述 Python 的应用编程接口(API)使得 C 和 C++ 程序员可以在多个层级上访问 Python 解释器。该 API 在 C++ 中同样可用,但为简化描述,通常将其称为 Python/C 阅读全文
posted @ 2017-11-03 23:03 papering 阅读(543) 评论(0) 推荐(0)
摘要: 遗漏 阅读全文
posted @ 2017-11-03 22:25 papering 阅读(195) 评论(0) 推荐(0)
摘要: https://zh.wikipedia.org/wiki/自修改代码 自修改代码(Self-modifying code)是指程序在运行期间(Run time)修改自身指令。可能的用途有:病毒利用此方法逃避杀毒软件的查杀,反静态分析,反盗版[1] ,单片机程序升级。 在暂存存储器中执行代码的计算机 阅读全文
posted @ 2017-11-03 22:02 papering 阅读(918) 评论(0) 推荐(0)
摘要: a 搜索 复制 阅读全文
posted @ 2017-11-03 20:11 papering 阅读(475) 评论(0) 推荐(0)
摘要: https://docs.oracle.com/javase/9/docs/api/java/util/SortedMap.html A Map that further provides a total ordering on its keys. The map is ordered accord 阅读全文
posted @ 2017-11-03 20:00 papering 阅读(209) 评论(0) 推荐(0)
摘要: http://stevekrenzel.com/finding-friends-with-mapreduce 阅读全文
posted @ 2017-11-03 18:58 papering 阅读(162) 评论(0) 推荐(0)
摘要: en.wikipedia.org/wiki/Möbius_strip http://mechproto.olin.edu/final_projects/average_jo.html Fabrication The first element of the system we created was 阅读全文
posted @ 2017-11-03 16:20 papering 阅读(249) 评论(0) 推荐(0)
摘要: http://thrift.apache.org/ The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a cod 阅读全文
posted @ 2017-11-03 10:25 papering 阅读(248) 评论(0) 推荐(0)
摘要: https://www.elastic.co/guide/en/elasticsearch/guide/current/getting-started.html Elasticsearch is a real-time distributed search and analytics engine. 阅读全文
posted @ 2017-11-03 08:54 papering 阅读(423) 评论(0) 推荐(0)
摘要: 多维数据 阅读全文
posted @ 2017-11-03 00:40 papering 阅读(188) 评论(0) 推荐(0)
摘要: https://cloudxlab.com/blog/real-time-analytics-dashboard-with-apache-spark-kafka/ 阅读全文
posted @ 2017-11-02 22:27 papering 阅读(189) 评论(0) 推荐(0)
摘要: go 阅读全文
posted @ 2017-11-02 22:13 papering 阅读(674) 评论(0) 推荐(0)
摘要: RAID 6 阅读全文
posted @ 2017-11-02 19:59 papering 阅读(130) 评论(0) 推荐(0)
摘要: x=y x_+_y=0 The bit in any position is the modulo-2 sum of all the bits in the corresponding positions of all other disks. 阅读全文
posted @ 2017-11-02 19:42 papering 阅读(190) 评论(0) 推荐(0)
摘要: u 阅读全文
posted @ 2017-11-02 17:54 papering 阅读(182) 评论(0) 推荐(0)
摘要: dd 阅读全文
posted @ 2017-11-02 17:46 papering 阅读(144) 评论(0) 推荐(0)
摘要: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ Why do I need Kubernetes and what can it do? At a minimum, Kubernetes can schedule an 阅读全文
posted @ 2017-11-02 16:37 papering 阅读(486) 评论(0) 推荐(0)
摘要: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ The Old Way to deploy applications was to install the applications on a host using th 阅读全文
posted @ 2017-11-02 16:33 papering 阅读(290) 评论(0) 推荐(0)
摘要: selection problem 阅读全文
posted @ 2017-11-02 15:19 papering 阅读(160) 评论(0) 推荐(0)
摘要: 真实世界的并发编程 https://jyywiki.cn/OS/2022/slides/7.slides#/2/3 高性能计算程序:特点 “A technology that harnesses the power of supercomputers or computer clusters to 阅读全文
posted @ 2017-11-02 14:53 papering 阅读(592) 评论(0) 推荐(0)
摘要: 编译器的实现 常用C++编译器推荐_w3cschool https://www.w3cschool.cn/cpp/cpp-zxm72ps8.html 常用C++编译器推荐 由 Alma 创建, 最后一次修改 2018-05-15 常用C++编译器推荐 常用C++编译器推荐 由 Alma 创建, 最后 阅读全文
posted @ 2017-11-02 14:18 papering 阅读(446) 评论(0) 推荐(0)
摘要: onError: function(e) { let msg = e.toString(); // ReferenceError - JavaScript | MDN https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/ 阅读全文
posted @ 2017-11-02 11:09 papering 阅读(208) 评论(0) 推荐(0)
摘要: “统计的思维方式是归纳(induction),也就是从数据所反映的现实得到比较一般的模型,希望以此解释数据所代表的那部分世界。这和以演绎(deduction)问哦主的数学思维方式相反,演绎是在一些人为的假定(或者在一个公理系统)之下,推导出各种结论。” 阅读全文
posted @ 2017-11-02 10:29 papering 阅读(485) 评论(0) 推荐(0)
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 187 下一页