上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 55 下一页
一、使用 nginx 实现 灰度发布 灰度发布,现在是很多大项目的一个标配运维特性,我们可以将一个“新的版本代码”发布到集群中的少数几台(组)机器上,以便引入线上少量真实用 户进行测试,用于验证产品改进的收益、小规模试错等。nginx提供了“nginx_http_split_clients_modu Read More
posted @ 2017-05-19 10:04 等风来。。 Views(230) Comments(0) Diggs(0)
延迟关联:通过使用覆盖索引查询返回需要的主键,再根据主键关联原表获得需要的数据。 为什innodb的索引叶子节点存的是主键,而不是像myisam一样存数据的物理地址指针? 如果存的是物理地址指针不就不需要二次查找了吗,根据myisam和innodb数据存储方式的差异去想 Imyisam索引文件和数据 Read More
posted @ 2017-05-18 10:37 等风来。。 Views(1087) Comments(0) Diggs(0)
http://xidea.online Read More
posted @ 2017-05-15 15:39 等风来。。 Views(170) Comments(0) Diggs(0)
Do a reduction that simply returns the current value:Stream<T> stream; T last = stream.reduce((a, b) -> b).orElse(null); Read More
posted @ 2017-05-12 11:35 等风来。。 Views(168) Comments(0) Diggs(0)
http://www.matrix67.com/blog/archives/4294 我理想中的微积分课本则应该是先讲定积分,再讲导数,再讲不定积分。先讲定积分,不过千万不能用现在的定积分符号,避免学生误认为 定积分是由不定积分发展而来的。讲自古就有的积分思想,讲分割求和取极限的方法,自创一套定积分 Read More
posted @ 2017-05-09 15:17 等风来。。 Views(511) Comments(0) Diggs(0)
1. nested loop join 分别从两个表读一行数据进行两两对比,复杂度是n^2 2. block nested loop join 分别从两个表读很多行数据,然后进行两两对比,复杂度也是n^2,只是少了些函数调用等overhead 3. index nested loop join 从第 Read More
posted @ 2017-05-09 12:24 等风来。。 Views(530) Comments(0) Diggs(0)
一、Linux版本: linux的文件存放在:~/.pip/pip.conf 二、windows版本: 在用户文件夹下创建pip目录,并在pip目录下创建pip.ini文件(%HOME%\pip\pip.ini) 三、国内可用的pip源: https://pypi.doubanio.com/ 豆瓣  Read More
posted @ 2017-04-30 12:51 等风来。。 Views(364) Comments(0) Diggs(0)
全自动区分计算机和人类的公开图灵测试(Completely Automated Public Turing test to tell Computers and Humans Apart) 简称CAPTCHA, 俗称验证码 windows 1.安装tesseract, 安装路径加入path, 设置T Read More
posted @ 2017-04-30 12:49 等风来。。 Views(401) Comments(0) Diggs(0)
一、查看所有环境变量的名称和值: Linux下:export Windows下:set 二、根据名称查该环境变量的值: Linux下:echo $环境变量名 如:echo $ORACLE_HOME Windows下:set环境变量名 如:set $ORACLE_HOME 三、设置环境变量: Linu Read More
posted @ 2017-04-30 12:28 等风来。。 Views(209) Comments(0) Diggs(0)
作者:折剑头链接:https://www.zhihu.com/question/49214119/answer/115728034来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 一物理学的办法 小学生:已知冰箱的高为10米,底面为边长30米的正方形…… 初中生:大象在 Read More
posted @ 2017-04-26 16:38 等风来。。 Views(4564) Comments(0) Diggs(1)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 55 下一页
------------------------------------------------------------------------------------------------------------ --------------- 欢迎联系 x.guan.ling@gmail.com--------------- ------------------------------------------------------------------------------------------------------------