摘要:
https://dev.mysql.com/doc/refman/5.6/en/account-management-sql.html USE mysql; SELECT Host,User FROM user; 【BUG】CREATE USER 'xx'@'%' IDENTIFIED BY 'yy
阅读全文
posted @ 2017-11-07 20:48
papering
阅读(298)
推荐(0)
摘要:
The basic principle of test case evaluation is that output resulting from running a test case is compared to the expected result. https://dev.mysql.co
阅读全文
posted @ 2017-11-07 17:35
papering
阅读(388)
推荐(0)
posted @ 2017-11-07 02:04
papering
阅读(182)
推荐(0)
摘要:
https://redis.io/topics/persistence http://oldblog.antirez.com/post/redis-persistence-demystified.html
阅读全文
posted @ 2017-11-07 01:12
papering
阅读(208)
推荐(0)
摘要:
runtime\error.go // An errorString represents a runtime error described by a single string. type errorString string func (e errorString) RuntimeError(
阅读全文
posted @ 2017-11-07 00:26
papering
阅读(512)
推荐(0)
摘要:
rfc1918 https://datatracker.ietf.org/doc/html/rfc1918 Hosts within enterprises that use IP can be partitioned into three categories: Category 1: hosts
阅读全文
posted @ 2017-11-07 00:05
papering
阅读(48)
推荐(0)
摘要:
https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use
阅读全文
posted @ 2017-11-07 00:01
papering
阅读(338)
推荐(0)
摘要:
https://spring.io/guides/tutorials/bookmarks/
阅读全文
posted @ 2017-11-06 23:42
papering
阅读(182)
推荐(0)
摘要:
A Universally Unique IDentifier (UUID) URN Namespace https://tools.ietf.org/html/rfc4122.html A UUID is 128 bits long, and requires no central registr
阅读全文
posted @ 2017-11-06 08:13
papering
阅读(301)
推荐(0)
摘要:
模型驱动的历史 数据驱动的未来 吴喜之老师
阅读全文
posted @ 2017-11-06 02:51
papering
阅读(167)
推荐(0)
摘要:
Maximum likelihood from incomplete data via the EM algorithm (1977)
阅读全文
posted @ 2017-11-06 02:33
papering
阅读(879)
推荐(0)
摘要:
http://cs229.stanford.edu/ http://cs229.stanford.edu/notes/cs229-notes7b.pdf
阅读全文
posted @ 2017-11-06 02:19
papering
阅读(194)
推荐(0)
摘要:
http://cs229.stanford.edu/syllabus.html
阅读全文
posted @ 2017-11-06 02:14
papering
阅读(330)
推荐(0)
摘要:
https://www.cs.toronto.edu/~hinton/csc2535/notes/lec10new.pdf Distributed hidden state that allows them to store a lot of information about the past e
阅读全文
posted @ 2017-11-06 01:10
papering
阅读(165)
推荐(0)
摘要:
https://github.com/karpathy/char-rnn
阅读全文
posted @ 2017-11-06 00:33
papering
阅读(215)
推荐(0)
posted @ 2017-11-05 20:23
papering
阅读(293)
推荐(0)
摘要:
lab 欧式距离 反映 人类所能感受到的这两种颜色的差异
阅读全文
posted @ 2017-11-05 18:01
papering
阅读(161)
推荐(0)
摘要:
CNN是工具,在图像识别中是发现图像中待识别对象的特征的工具,是剔除对识别结果无用信息的工具。 ImageNet Classification with Deep Convolutional Neural Networks http://papers.nips.cc/paper/4824-image
阅读全文
posted @ 2017-11-05 17:12
papering
阅读(280)
推荐(0)
摘要:
https://arxiv.org/abs/1512.00567 Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks
阅读全文
posted @ 2017-11-05 16:42
papering
阅读(229)
推荐(0)
posted @ 2017-11-05 15:01
papering
阅读(498)
推荐(0)
posted @ 2017-11-05 12:47
papering
阅读(147)
推荐(0)
摘要:
添加隐藏层的作用 异或门函数图形表示 xor
阅读全文
posted @ 2017-11-05 01:46
papering
阅读(237)
推荐(0)
摘要:
impala impalad broadcast join 广播式关联 partitioned hash join 分区后散列关联
阅读全文
posted @ 2017-11-04 22:47
papering
阅读(221)
推荐(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
阅读(246)
推荐(0)
摘要:
行 支持数据追加 列 频繁进行小部分列查询
阅读全文
posted @ 2017-11-04 21:56
papering
阅读(293)
推荐(0)
摘要:
不可 Kimball维度建模 维度建模,而非数据建模 文本型度量是对某些事情的描述。虽然以文本方式度量事实是可行的,但是应将其放入维度表中,除非对事实表的每个行,其文本是唯一的。 数据仓库的好坏直接取决于维度属性的设置:DW/BI环境的分析能力直接取决于维度属性的质量和深度。 【简单:易理解 性能好
阅读全文
posted @ 2017-11-04 21:37
papering
阅读(279)
推荐(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
阅读(369)
推荐(0)
posted @ 2017-11-04 20:30
papering
阅读(272)
推荐(0)
posted @ 2017-11-04 20:29
papering
阅读(166)
推荐(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
阅读(263)
推荐(0)
posted @ 2017-11-04 13:01
papering
阅读(143)
推荐(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
阅读(635)
推荐(0)
摘要:
http://www.math.pitt.edu/~xfc/math2370/chap5.pdf
阅读全文
posted @ 2017-11-04 02:27
papering
阅读(202)
推荐(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
阅读(179)
推荐(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
阅读(467)
推荐(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
阅读(11501)
推荐(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
阅读(562)
推荐(0)
posted @ 2017-11-03 22:25
papering
阅读(199)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/自修改代码 自修改代码(Self-modifying code)是指程序在运行期间(Run time)修改自身指令。可能的用途有:病毒利用此方法逃避杀毒软件的查杀,反静态分析,反盗版[1] ,单片机程序升级。 在暂存存储器中执行代码的计算机
阅读全文
posted @ 2017-11-03 22:02
papering
阅读(979)
推荐(0)
posted @ 2017-11-03 20:11
papering
阅读(478)
推荐(0)