作者:Grey 原文地址: http://www.cnblogs.com/greyzeng/p/5524614.html 需求: 将Oracle数据库中某张表历史数据导入MySQL的一张表里面。 源表(Oracle):table1 目标表(MySQL):table2 数据量:20,000,000 思 ...
分类:
其他好文 时间:
2018-09-01 17:29:37
阅读次数:
695
34 <!-- <dd class="vtop" style="width: 100px;"> <div class="text-grey" style="font-size: 9px; margin-top: 4px;"> 注册:2013-10 <br> 帖子:2013 <br> 精华:<span ...
分类:
其他好文 时间:
2018-07-31 22:06:10
阅读次数:
187
记一次返工 作者: "Grey" 时间:2018 05 12 原文地址: http://www.cnblogs.com/greyzeng/p/9029530.html 说明 本周我经历了参加工作以来,最大的一次返工,这一周都是茶饭不思的感觉,特此记录一下,防止后续犯同样的错误。 需求 有一个Web系 ...
分类:
其他好文 时间:
2018-05-12 20:26:16
阅读次数:
189
binary to gray grey to binary 。 ...
分类:
其他好文 时间:
2018-05-09 10:11:40
阅读次数:
157
import turtle angles=(0,30,60,90,120,150,180,210,240,270,300,330) colors=("blue","green","pink","purple","black","red","yellow","grey","white","beige" ...
分类:
其他好文 时间:
2018-04-11 23:03:50
阅读次数:
204
This is a boy. His name is Tom. His T-shirt is blue. His shorts are black.短裤 His trainers are white.运动鞋 His socks are grey.袜子 He has a ball. The ball ... ...
分类:
其他好文 时间:
2018-02-26 11:39:02
阅读次数:
169
The new version goes even darker than the original, removing the hint of dark grey Flyknit is releasing this year . Today we are talking about it . it ...
分类:
其他好文 时间:
2018-01-23 20:24:21
阅读次数:
168
for(var i=0;i<as.length;i++){ as[i].onmouseover=function(){this.style.backgroundColor='grey';} as[i].onmouseout=function(){this.style.backgroundColor= ...
分类:
其他好文 时间:
2017-12-23 14:10:01
阅读次数:
136
注意事项: 1.关于输入图像格式的问题 使用io.imread()的时,根据输入图像确定as_grey的参数值。 转化为字符串之后(image.tostring) ,最后输出看下image_raw的长度。因为不同的图像编码格式,存储方式不同。 我读入的灰度图jpeg格式,类型是int64,image ...
分类:
其他好文 时间:
2017-12-19 00:58:05
阅读次数:
142
1.行的起始和结束 ^行的起始 $行的结束 如 ^per$ 意思是本行只有 per ^$本行是空行 2.字符组 结构体[……],用来匹配若干个字符组之一。例如 gr[ae]y 就是 grey gray 在字符组内部用元字符‘-’(连字符)表示一个范围 如 h[123456] 等同于 h[1-6] 多 ...
分类:
其他好文 时间:
2017-11-14 11:15:07
阅读次数:
141