1 import { trigger, state, transition, style, animate, keyframes } from '@angular/animations'; //trigger, state, transition, style, animate 这5个都是动画函数 ...
分类:
其他好文 时间:
2019-01-31 01:25:19
阅读次数:
376
1.ubinize支持哪些选项 Usage: ubinize [options] <ini-file> Generate UBI images. An UBI image may contain one or more UBI volumes whichhave to be defined in t ...
分类:
其他好文 时间:
2019-01-30 19:10:54
阅读次数:
181
实现效果: 知识运用: Environment类的GetFolderPath方法 //获取指向由枚举标识的系统特殊文件夹的路径 public static string GetFolderPath (Environment.SpecialFolder folder) 实现代码: ...
分类:
其他好文 时间:
2019-01-21 13:48:26
阅读次数:
149
~<cyfxml> <hhis> <hhi name="大货系统" isSubItemFolder="True"> <path>C:\dev\立裁原型裙</path> <regex> </regex> <prefix_name>1702</prefix_name> </hhi> </hhis> <p ...
分类:
其他好文 时间:
2019-01-05 19:51:45
阅读次数:
235
包 包是一种通过使用‘.模块名’来组织python模块名称空间的方式。 1. 无论是import形式还是from...import形式,凡是在导入语句中(而不是在使用时)遇到带点的,都要第一时间提高警觉:这是关于包才有的导入语法 2. 包是目录级的(文件夹级),文件夹是用来组成py文件(包的本质就是 ...
分类:
其他好文 时间:
2018-12-30 15:36:22
阅读次数:
214
http://blog.51cto.com/liubin0505star/1717473 windows: wmic bios get serialnumber linux: dmidecode esxi: esxcli hardware platform get ...
文件路径: 滤波算法main.m: 记录:有些忘了,貌似是想对比滤波+插值和插值+滤波? [PSNR_ori, MSE_ori] = psnr(rima, ima_ori);[PSNR_nlm, MSE_nlm] = psnr(fima, ima_ori); 分别计算的是单纯降采样后又插值的psnr ...
分类:
其他好文 时间:
2018-12-20 19:07:40
阅读次数:
236
form里面包含了input:为行内元素: input里面有type为表单的样式 type:样式有:text文本;password暗文本(一般用来加密文本);range滑块;date日期;radio单选(一般用来选择性别);subimt提交数据;rested:数据重置等等 name:数据名称 val ...
分类:
其他好文 时间:
2018-12-07 14:50:27
阅读次数:
216