上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 189 下一页
摘要: INFORMATION_SCHEMA MySQL :: MySQL 5.5 Reference Manual :: 21 INFORMATION_SCHEMA Tables https://dev.mysql.com/doc/refman/5.5/en/information-schema.html 阅读全文
posted @ 2017-01-20 10:29 papering 阅读(860) 评论(0) 推荐(0)
摘要: case: 1、 囚徒困境博弈 A╲B 坦白 抵赖 坦白 -8,-8 0,-10 抵赖 -10,0 -1,-1 2、 你\朋友 朋友出正面 朋友出反面 你出正面 +3,-3 -2,+2 你出反面 -2,+2 +1,-1 假设我们出正面的概率是x,反面的概率是1-x,朋友出正面的概率是y,反面的概率是 阅读全文
posted @ 2017-01-19 17:10 papering 阅读(261) 评论(0) 推荐(0)
摘要: https://www.w3.org/TR/css-transforms-1/ 阅读全文
posted @ 2017-01-19 17:07 papering 阅读(128) 评论(0) 推荐(0)
摘要: w取和集,避免循环中循环,先将行冗余,再删除行,即做加减运算而不是乘法运算。 w问题:怎么在声量声明中引入变量?即实现下中将wa,wb,we不作为参数传入? id wint wchar wa 1 101 101wa2 102 102wa3 103 103wa4 104 104wa5 105 105w 阅读全文
posted @ 2017-01-19 16:26 papering 阅读(268) 评论(0) 推荐(0)
摘要: w取最大db_id。 Returns an associative array that corresponds to the fetched row or NULL if there are no more rows. string(2) "16" NULL object(mysqli_resul 阅读全文
posted @ 2017-01-19 14:55 papering 阅读(342) 评论(0) 推荐(0)
摘要: w字符串处理 阅读全文
posted @ 2017-01-18 10:43 papering 阅读(266) 评论(0) 推荐(0)
摘要: w41字节的数据包只有1字节的可用信息。以减少数据包发送量来提高TCP/IP网络性能。 https://en.wikipedia.org/wiki/Nagle's_algorithm https://zh.wikipedia.org/wiki/纳格算法 http://www.ietf.org/rfc 阅读全文
posted @ 2017-01-17 09:41 papering 阅读(788) 评论(0) 推荐(0)
摘要: 环比 与前期相比 SPLY (Same Period Last Year) 同比 与去年同期相比 LP (Last Period) compare with the performance/figure/statistics last year, year-on-year ratio increas 阅读全文
posted @ 2017-01-16 12:16 papering 阅读(327) 评论(0) 推荐(0)
摘要: w几乎所有的HTTP通信都由TCP/IP承载。 HTTP The Definitive Guide Just about all of the world's HTTP communication is carried over TCP/IP, a popular layered set of pa 阅读全文
posted @ 2017-01-15 00:04 papering 阅读(208) 评论(0) 推荐(0)
摘要: w语音识别、噪音、方言,算法迭代。 https://arxiv.org/abs/1512.02595 We show that an end-to-end deep learning approach can be used to recognize either English or Mandar 阅读全文
posted @ 2017-01-14 20:44 papering 阅读(328) 评论(0) 推荐(0)
摘要: w从2次丢下一个球,要求距离和固定来解释褶积 http://colah.github.io/posts/2014-07-Understanding-Convolutions/ Understanding Convolutions Posted on July 13, 2014 neural netw 阅读全文
posted @ 2017-01-14 20:20 papering 阅读(258) 评论(0) 推荐(0)
摘要: w测试最优化算法性能可通过其。 https://en.wikipedia.org/wiki/Rosenbrock_function https://zh.wikipedia.org/wiki/Rosenbrock函数 In mathematical optimization, the Rosenbr 阅读全文
posted @ 2017-01-14 19:53 papering 阅读(1718) 评论(0) 推荐(0)
摘要: IA-32 浮点处理架构 单精度 双精度 小结: 1、为什么有补码:解决 正负相加为0。 3+(-3)=0 x+(-x)=0 对x各位取反,之后和原x且运算 则,各位均为1,此时不为0, 此时再+1,则为0。 补码:无论x正负、0,各位取反,再加1,即得到补码。 计算机系统基础(一):程序的表示、转 阅读全文
posted @ 2017-01-14 17:46 papering 阅读(521) 评论(0) 推荐(0)
摘要: 0.1用24位定点小数、float、32位定点小数 计算机系统基础(一):程序的表示、转换与链接-模块四 第3讲 浮点数运算(3)-网易公开课 https://open.163.com/newview/movie/free?pid=WFVPGEQSL&mid=HFVPGF3LO 用32位定点小数表示 阅读全文
posted @ 2017-01-14 17:44 papering 阅读(293) 评论(0) 推荐(0)
摘要: 1.0 ,4 f"%.{point}f".format(point=point) % val --》1.0000round(val, point) --》1.0 def f(i, n=2): def f(i, n=2): return float(("{:." + str(n) + "f}").fo 阅读全文
posted @ 2017-01-14 11:20 papering 阅读(301) 评论(0) 推荐(0)
摘要: Clean Code A Handbook of Agile Software Craftsmanship 阅读全文
posted @ 2017-01-13 20:02 papering 阅读(213) 评论(0) 推荐(0)
摘要: w褶积矩阵、二值化旧图经核矩阵得到新图。 https://docs.gimp.org/en/plug-in-convmatrix.html 8.2. Convolution Matrix 8.2. Convolution Matrix 8.2. Convolution Matrix 8.2. Con 阅读全文
posted @ 2017-01-13 15:18 papering 阅读(360) 评论(0) 推荐(0)
摘要: 小结: 1、卷积广泛存在与物理设备、计算机程序的smoothing平滑、sharpening锐化过程; 空间卷积可应用在图像处理中:函数f(原图像)经过滤器函数g形成新函数f-g(平滑化或锐利化的新图像)。 卷积可应用在物理设备、计算程序,对数据进行平滑化或锐利化。 空间卷积也应用于图像处理中的边缘 阅读全文
posted @ 2017-01-13 14:27 papering 阅读(536) 评论(0) 推荐(0)
摘要: http://www.mathjax.org/ 阅读全文
posted @ 2017-01-13 13:02 papering 阅读(144) 评论(0) 推荐(0)
摘要: http://club.alibabatech.org/salon_detail.htm?salonId=67 阅读全文
posted @ 2017-01-13 11:52 papering 阅读(314) 评论(0) 推荐(0)
摘要: w 24-1缓存旁置-2断路器模式 https://msdn.microsoft.com/en-us/library/dn568099.aspx Figure 1 - Using the Cache-Aside pattern to store data in the cache Figure 1 阅读全文
posted @ 2017-01-13 10:53 papering 阅读(167) 评论(0) 推荐(0)
摘要: myisamchk 阅读全文
posted @ 2017-01-12 23:24 papering 阅读(129) 评论(0) 推荐(0)
摘要: 字符串和整数一一映射的算法 公司每人的英文名不同,现在给每个英文名一个不同的数字编号,怎么设计? 走ipv4/6 2/32 2/128就够了,把“网段”概念对应到“表或库”,ip有a_e5类,这概念都可以引过来 和 时间 年月日 店铺 sellid marketplaceid amazon 平台参数 阅读全文
posted @ 2017-01-12 19:55 papering 阅读(394) 评论(0) 推荐(0)
摘要: w公共查询表复制至每一个碎片 http://www.agildata.com/database-sharding/ In the Bookstore example, the Primary Shard Table is the ‘customer’ entity. This is the tabl 阅读全文
posted @ 2017-01-12 18:49 papering 阅读(264) 评论(0) 推荐(0)
摘要: w横切 http://www.agildata.com/database-sharding/ When Database Sharding is Appropriate Database Sharding is an excellent fit for many types of business 阅读全文
posted @ 2017-01-12 18:48 papering 阅读(205) 评论(0) 推荐(0)
摘要: w分布式查询、数据聚合、跨碎片join是可且应避免的、自增主键管理、基于-会话/事务/语句-选择碎片、通过-主键/模块/碎片索引-碎片化数据 http://www.agildata.com/database-sharding/ Database Sharding Challenges Due to 阅读全文
posted @ 2017-01-12 18:47 papering 阅读(230) 评论(0) 推荐(0)
摘要: w将单个服务器上的单个数据库打碎为多个服务器上的单个数据库 http://www.agildata.com/database-sharding/ Database Sharding provides a method for scalability across independent server 阅读全文
posted @ 2017-01-12 17:51 papering 阅读(231) 评论(0) 推荐(0)
摘要: w主写从读、集群节点间时时内存复制、单表横切纵切、分析报表系统通过服务器联表 http://www.agildata.com/database-sharding/ Database Partitioning Options It has long been known that database p 阅读全文
posted @ 2017-01-12 17:08 papering 阅读(261) 评论(0) 推荐(0)
摘要: wIO瓶颈 http://www.agildata.com/database-sharding/ What Drives the Need for Database Sharding? Database Sharding is a highly scalable approach for impro 阅读全文
posted @ 2017-01-12 17:06 papering 阅读(206) 评论(0) 推荐(0)
摘要: w玻璃碎片、0共享 http://www.agildata.com/database-sharding/ The Rise of Database Sharding The concept of Database Sharding has been gaining popularity over t 阅读全文
posted @ 2017-01-12 17:05 papering 阅读(186) 评论(0) 推荐(0)
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=425373 教科书书常用“定义—定理”的体系,先给出数学定义,然后给出若干性质, 从公式 到 公式,逐步推导。有的教科书采用用信号“反褶、平移、相乘、积分”给出几何 阅读全文
posted @ 2017-01-12 14:46 papering 阅读(207) 评论(0) 推荐(0)
摘要: https://www.sccs.swarthmore.edu/users/02/jill/graphics/hw3/hw3.html http://web.cs.ucdavis.edu/~ma/ECS175_S00/Notes/0411_b.pdf 阅读全文
posted @ 2017-01-12 13:55 papering 阅读(290) 评论(0) 推荐(0)
摘要: http://openinx.github.io/2013/01/01/plane-sweep-thinking/ 平面直角坐标系中有N个点,给出N个点的坐标,请设计一个高效算法计算最近点对距离。 阅读全文
posted @ 2017-01-12 13:46 papering 阅读(210) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/question/22625187 https://www.zybuluo.com/yulin718/note/93148 概况:2014年微信红包使用数据库硬抗整个流量,2015年使用cache抗流量。 微信的金额什么时候算? 答:微信金额是拆的时候实时 阅读全文
posted @ 2017-01-12 09:18 papering 阅读(377) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/19668212?columnSlug=WebNotes 微信红包是一次病毒营销的经典案例,其实也可以从传染病学的估算模型来判断究竟有多少用户会被「感染」。 阅读全文
posted @ 2017-01-12 09:06 papering 阅读(214) 评论(0) 推荐(0)
摘要: Monte Carlo methods https://zh.wikipedia.org/wiki/蒙地卡羅方法 通常蒙地卡羅方法可以粗略地分成两类:一类是所求解的问题本身具有内在的随机性,借助计算机的运算能力可以直接模拟这种随机的过程。例如在核物理研究中,分析中子在反应堆中的传输过程。中子与原子核 阅读全文
posted @ 2017-01-11 22:13 papering 阅读(217) 评论(0) 推荐(0)
摘要: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html The TE request-header field indicates what extension transfer-codings it is willing to accept 阅读全文
posted @ 2017-01-11 22:05 papering 阅读(480) 评论(0) 推荐(0)
摘要: //array(2) { ["shopasin"]=> string(3) "www" ["whelp2017"]=> string(9) "whelp2017" } //array(1) { ["shopasin"]=> string(4) "w123" } 阅读全文
posted @ 2017-01-11 16:58 papering 阅读(248) 评论(0) 推荐(0)
摘要: https://www.mathworks.com/help/matlab/ref/conv.html?s_tid=gn_loc_drop conv Convolution and polynomial multiplication Convolution and polynomial multip 阅读全文
posted @ 2017-01-11 11:22 papering 阅读(539) 评论(0) 推荐(0)
摘要: https://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/token_based_authentication/ 阅读全文
posted @ 2017-01-11 01:18 papering 阅读(204) 评论(0) 推荐(0)
上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 189 下一页