app.title = '多 X 轴示例'; var colors = ['#5793f3', '#d14a61', '#675bba']; option = { color: colors, tooltip: { trigger: 'title', axisPointer: { type: 'cr ...
分类:
其他好文 时间:
2017-06-11 23:36:25
阅读次数:
441
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect. ...
分类:
编程语言 时间:
2017-06-11 22:13:51
阅读次数:
296
Above Average It is said that 90% of frosh expect to be above average in their class. You are to provide a reality check. The first line of standard i ...
分类:
其他好文 时间:
2017-06-11 14:20:19
阅读次数:
117
找到相应的 res 资源, 改动其 styles.xml <style name="WorkspaceIcon.Portrait"> <item name="android:drawablePadding">0dp</item> <item name="android:paddingLeft">4d ...
分类:
移动开发 时间:
2017-06-11 13:40:49
阅读次数:
257
1 filename='demo.py' 2 with open(filename,'r')as fp: 3 lines=fp.readlines() #读取所有行 4 maxLength=max(map(len,lines)) #最长行的长度 5 for index,line in enumera... ...
分类:
编程语言 时间:
2017-06-10 18:15:21
阅读次数:
267
<!DOCTYPE HTML><html><head></head><body> <table id="targetTable"> <tbody> <tr align="center"> <th>标识</th> <th>内容</th> <th>创建时间</th> </tr> <tr align="c ...
分类:
Web程序 时间:
2017-06-10 17:14:48
阅读次数:
142
这个结构图是网上收集的图片。基结构明晰简洁。易于后期维护。本文会继续收集很多其他其他优秀的结构图,望有图的朋友推荐~ $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().spl ...
分类:
移动开发 时间:
2017-06-10 15:29:09
阅读次数:
132
事实上嘞,这个线能够仅仅延伸一端 然后嘞,爆搜一次就能够 最后嘞,600-800ms过 本弱就是弱啊。你来打我呀…… #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> using namespace s ...
分类:
其他好文 时间:
2017-06-10 13:50:33
阅读次数:
168
我经常用grep找东西,比如用户名和密码。大部分站点和用户名和密码都是在一样的,方便grep查找。有时,为了文本好看,我会放在多行。比如 wikipedia多个语言版本上有多个账号,就放在wikipedia总栏目下。这时,光 grep wikipedia 密码文件.txt 就不行了。因为实际的用户名 ...
分类:
其他好文 时间:
2017-06-10 10:35:32
阅读次数:
176
1 ''' 2 检查Python程序的一些基本规范,例如,运算符两测是否有空格,是否每次只导入一个模块,在不同的功能模块之间是否有空行,注释是否够多,等等 3 ''' 4 import sys 5 import re 6 7 def checkFormats(lines,desFileName): ... ...
分类:
编程语言 时间:
2017-06-09 20:17:47
阅读次数:
259