Heritage of skywalkert skywalkert, the new legend of Beihang University ACM-ICPC Team, retired this year leaving a group of newbies again. Rumor has i ...
分类:
其他好文 时间:
2018-08-04 20:22:50
阅读次数:
160
这篇随笔是matplotlib画线的补充>>> #nocl参数控制图例中有几列,>>> import numpy as np>>> import matplotlib.pyplot as plt>>> import pandas as pd>>> #nocl参数控制图例中有几列,>>> x = np ...
分类:
其他好文 时间:
2018-07-31 15:28:39
阅读次数:
317
1、添加图例 2、调整位置和名称 如果我们想单独修改之前的 label 信息, 给不同类型的线条设置图例信息. 我们可以在 plt.legend 输入更多参数. 如果以下面这种形式添加 legend, 我们需要确保, 在上面的代码 plt.plot(x, y2, label='linear line ...
分类:
其他好文 时间:
2018-07-29 13:06:39
阅读次数:
605
legend: { type: 'scroll', orient: 'horizontal', bottom:0, left:'center', itemGap: 0, itemWidth: 10, itemHeight: 10, textStyle:{ color: '#11f7f7' }, pa ...
分类:
其他好文 时间:
2018-07-27 17:04:39
阅读次数:
2603
如果大家还记得HTML,那么2009年的时候可能当时还是HTML1.0时代,而国际化的标准才刚刚开始,对于TABLE表格的使用,还有就是一些常用的标签都是及为简单的,因为当时的代码都是接近于短码,所以对于许多的兼容问题都还是有某些存在的,而现在的一些老网站,也还是存在一些这样的问题。 网站的建设可以 ...
分类:
Web程序 时间:
2018-07-24 17:40:39
阅读次数:
189
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>精彩身边-用户统计</title> <script type="text/javascript" src="http://cdn.hcharts.cn/jquery/jquery- ...
分类:
Web程序 时间:
2018-07-19 13:42:57
阅读次数:
306
表单:收集用户的输入 发送到后台 <form action="后台地址" method="提交方式" 提交方式:get(默认) post > 表单元素 </form> <fieldset>表单外边框</fieldset> <legend>表单标题 </legend> 1、表单元素的通用格式 labe ...
分类:
其他好文 时间:
2018-07-09 17:17:00
阅读次数:
160
空间的id属性只是用于js和css使用,在表单提交的时候不起作用。 name属性作为和服务器通信时使用的key 表单提交的方式有post和get两种。 form用于创建一个表单,可以包含input, menus, textarea, fieldset, legend, label元素。 表单用于向服 ...
分类:
Web程序 时间:
2018-07-09 15:17:00
阅读次数:
182
import requestsimport reheaders = { 'User-Agent':'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)'}info_lists = []def judg ...
分类:
编程语言 时间:
2018-07-02 20:17:08
阅读次数:
205