CSS3 -webkit-transform(元素变换) -webkit-transform:none | 类型 类型:scale:缩放,1为原始大小。scale(x)。正数放大,负数缩小。属性值为一个时,x/y轴同时缩放;属性值为两个值时,分别控制x、y轴的缩放。 rotate:水平旋转,属性值格 ...
分类:
Web程序 时间:
2017-12-30 12:36:12
阅读次数:
197
安装Android studio出现'tools.jar' seems to be not in Android Studio classpath......的解决方法 原创 2015年07月31日 10:45:36 标签: android studio / 安装问题 5874 原创 2015年07 ...
分类:
移动开发 时间:
2017-12-29 22:38:04
阅读次数:
237
1.dev time:1226 1个跑批 db_file_multiblock_read_count =128 60.05 (mins) 26-Dec-17 16:00:20 ~ 26-Dec-17 17:00:20 每秒81个IO 读,26个IO 写。 Statistic Total per Se ...
分类:
数据库 时间:
2017-12-28 19:50:30
阅读次数:
316
实参(argument): 全称为"实际参数"是在调用时传递给函数的参数. 实参可以是常量、变量、表达式、函数等, 无论实参是何种类型的量,在进行函数调用时,它们都必须具有确定的值, 以便把这些值传送给形参。 因此应预先用赋值,输入等办法使实参获得确定值。 形参(parameter): 全称为"形式 ...
分类:
其他好文 时间:
2017-12-27 20:26:49
阅读次数:
86
转载:http://blog.sina.com.cn/s/blog_4a46812b0102x694.html 以前安装过Matlab2013a等高版本,发现自己win7 系统每次重启后,Matlab可以用但就是xlswrite不能写成excel文件,只能写csv文件,好麻烦!! 只好安装Matla ...
分类:
其他好文 时间:
2017-12-27 18:49:07
阅读次数:
206
python:用setup.py安装第三方包packages 原创 2016年12月10日 15:17:56 标签: python 8531 原创 2016年12月10日 15:17:56 标签: python 8531 这次来介绍下python第三方包的安装,前面介绍了3种方式,我们这次再介绍一种 ...
分类:
编程语言 时间:
2017-12-25 16:05:29
阅读次数:
159
看了些文章,实现模式窗口有两种方式。window.showModalDialog以及window.open。 一、方式介绍 window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ showModalDialog() (IE 4 ...
03-树2 List Leaves(25 分) Given a tree, you are supposed to list all the leaves in the order of top down, and left to right. Input Specification: Each i ...
分类:
其他好文 时间:
2017-12-18 12:22:19
阅读次数:
159
1005. 继续(3n+1)猜想 (25) 卡拉兹(Callatz)猜想已经在1001中给出了描述。在这个题目里,情况稍微有些复杂。 当我们验证卡拉兹猜想的时候,为了避免重复计算,可以记录下递推过程中遇到的每一个数。例如对n=3进行验证的时候,我们需要计算3、5、8、4、2、1,则当我们对n=5、8 ...
分类:
其他好文 时间:
2017-12-18 12:18:51
阅读次数:
116
1 import os 2 import easygui as g 3 4 def StatisticeCodeLine(dir_name): 5 file_dict = {".py":[0,0],".c":[0,0],".cpp":[0,0],".pas":[0,0],".asm":[0,0]} ... ...
分类:
编程语言 时间:
2017-12-17 22:23:16
阅读次数:
167