1.设置图形要素的颜色 Plot函数中,使用col=参数来决定要素的颜色 如果不指定plot type,颜色加在散点上,如果指定了plot type,例如line,则颜色加在线上 其它函数,例如barplot()和histogram()也使用col=参数影响颜色 2.颜色的表示 ①颜色名 ②数值 ③ ...
分类:
编程语言 时间:
2018-11-30 13:55:29
阅读次数:
914
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
分类:
其他好文 时间:
2018-11-25 14:34:43
阅读次数:
155
1. "http://www.cnblogs.com/skyfsm/p/7411961.html" ,给出了很好地拼接算法实现 2.由于不是Python的,所以简单做了一些翻译转成Python+opencv的实现 3.修改了原来的特征点检测算法为ORB(由于sift和surf的专利问题) 4.结果 ...
分类:
编程语言 时间:
2018-11-21 15:40:02
阅读次数:
273
"https://github.com/gothinkster/golang gin realworld example app/tree/master/users" 路由定义 ...
分类:
移动开发 时间:
2018-11-18 11:33:50
阅读次数:
294
看我上面写的内容就知道,除了一些规范外,还有很多实用的小技巧,这些对我们开发是有帮助的。我这个阶段也有一些没怎么接触过的("日志","设计","二方库"),这些都需要我在成长中不断的回看才行。
分类:
编程语言 时间:
2018-11-16 21:34:13
阅读次数:
245
1 package main 2 3 import ( 4 "crypto" 5 "crypto/rand" 6 "crypto/rsa" 7 "crypto/sha256" 8 "crypto/x509" 9 "encoding/pem" 10 "fmt" 11 ) 12 13 //openssl... ...
分类:
其他好文 时间:
2018-11-16 15:53:11
阅读次数:
325
WOYO PDR 007 is a dent repair tool for auto maintence. WOYO PDR007 Auto Body Paintless Dent Repair Kit Tool is the first dent fix device which is from ...
分类:
其他好文 时间:
2018-11-02 20:20:26
阅读次数:
152
//POST请求//参数1是请求的url//参数2是发送的数据的数组//参数3是其他POST选项public static function POST($url, array $post = array(), array $options = array(), $timeout = 10){ $de ...
分类:
Web程序 时间:
2018-10-30 17:34:41
阅读次数:
242
随着即将发布的10.3版本,RAD Studio R&D和PM团队正在制作Delphi在内存管理方面的新方向。 几年前,当Embarcadero开始为Windows以外的平台构建新的Delphi编译器时,就核心语言功能和语言的整体感知而言,有很多讨论新Delphi与当前语言的兼容性。最终出现的决定是 ...
最近,阿音在为接下来的一场面试做准备,其中的内容包括redis,而且redis是重点内容。 Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。它支持存储的类型包括string(字符串)、list(链表)、set( ...
分类:
其他好文 时间:
2018-10-25 14:20:11
阅读次数:
180