博客也开了挺长时间了,一直都没有来写博客,主要原因是自己懒~~~此篇博客算是给2017年一个好的开始,同时也给2016年画上一个句点,不留遗憾。 那就让我们正式进入今天的主题:贝塞尔曲线。 首先,让我们来了解下什么是贝塞尔曲线。 贝塞尔曲线(Bézier curve),又称贝兹曲线或贝济埃曲线,是应 ...
分类:
移动开发 时间:
2017-01-20 16:03:45
阅读次数:
292
public class EmailConfig { public static readonly string ServerAddress = ConfigurationManager.AppSettings["ServerAddress"]; public static readonly str ...
分类:
其他好文 时间:
2017-01-20 11:07:19
阅读次数:
155
一、前言 在使用python+webdriver做web自动化时,遇到上传本地文件时,无法通过webdriver进行处理。这是需要借助于第三方工具来解决此问题。下面就将介绍这个工具(AutoIt)的使用方法。 二、AutoIt的使用 2.1、AutoIt的下载与安装 下载地址:https://www ...
分类:
编程语言 时间:
2017-01-18 00:46:07
阅读次数:
283
原文地址:http://kipirvine.com/asm/gettingStartedVS2015/index.htm#CreatingProject Updated 10/3/2016 This tutorial assumes that you are using the Seventh Ed ...
分类:
其他好文 时间:
2016-12-27 07:31:24
阅读次数:
4613
1.Kipf, Thomas N., and Max Welling. "Semi-supervised classification with graph convolutional networks." arXiv preprint arXiv:1609.02907 (2016). 2.Deff ...
分类:
其他好文 时间:
2016-12-24 17:25:40
阅读次数:
226
var myChart = echarts.init(document.getElementById('sitesChar')); var option = { title : { text: 'Nodejs站点服务器分布', subtext: '平台组', x:'center' }, toolti... ...
分类:
其他好文 时间:
2016-12-23 16:45:39
阅读次数:
245
1.安装pie插件官网:https://grafana.net/plugins/grafana-piechart-panelgrafana-clipluginsinstallgrafana-piechart-panel2.重启grafana-server3.添加饼图到这里饼图的应用就结束了。官网还有很多插件,可以根据自己的需求来使用!欢迎批评指正
分类:
其他好文 时间:
2016-12-23 10:08:38
阅读次数:
924
使用JavaMail发送电子邮件(案例) 需求: 使用JavaMail技术,实现从A账户给B账户发送一封电子邮件,标题为“会议通知”,邮件内容为“XX你好!请于明天下午16:00 准时到B01会议室召开技术讨论会。”通过Outlook 客户端查看邮件程序发送的邮件是否发送成功 关键代码: 创建一个类 ...
分类:
编程语言 时间:
2016-12-17 19:46:01
阅读次数:
288
本文介绍了CSS中的clip-path clip 和 shape-outside等知识 ...
分类:
Web程序 时间:
2016-12-17 01:59:49
阅读次数:
271