一、核心思想,aterial design的核心思想,就是把物理世界的体验带进屏幕。去掉现实中的杂质和随机性,保留其最原始纯净的形态、空间关系、变化与过渡,配合虚拟世界的灵活特性,还原最贴近真实的体验,达到简洁与直观的效果。Material design是最重视跨平台体验的一套设计语言。由于规范严格...
分类:
其他好文 时间:
2015-02-25 11:29:31
阅读次数:
306
1.工具栏的打开与关闭 View/toolbars2.窗口显示设置 全部在window菜单里面,在每个打开的文件标签处右击,可以选择多个窗口的显示方式3.工作面板 1.view/ workspace panels 或者是右下角的面板标签 2.(1)design compiler . diff...
分类:
其他好文 时间:
2015-02-25 11:27:26
阅读次数:
265
1.工作区右下角的面板标签可以用来激活其中的面板,比如file面板2.关于图纸的设置在Design/document options里面,其中还有关于图纸栅格化和自动捕捉电气节点的设置3.比较常用的栅格化和电气节点的捕捉,可以通过在图纸上右击,Grids里面就行设置,Cycle snap grid ...
分类:
其他好文 时间:
2015-02-24 18:39:57
阅读次数:
125
Dalvik指令介绍请参考官方文档:General design 如果读者对X86或者ARM指令集有一定的
了解,学习Dalvik指令还是很容易的。如果您掌握了Dalvik指令集,就能将dex文件转换为smali
代码,这也是很多android安全研发人员的基本功。
下面从实例讲解Dalvik指令集:
实例1:将如下十六进制指令翻译为davik字节码,从高字节到低字节为:00 02 2C...
分类:
其他好文 时间:
2015-02-23 20:08:37
阅读次数:
282
地址:http://18236887539.github.io/hankiya...
分类:
其他好文 时间:
2015-02-23 16:45:07
阅读次数:
96
Say you have an array for which the ithi^{th} element is the price of a given stock on day ii.Design an algorithm to find the maximum profit. You may complete at most k transactions.Note:
You may not...
分类:
其他好文 时间:
2015-02-23 00:16:37
阅读次数:
174
Say you have an array for which the ithi^{th} element is the price of a given stock on day ii.Design an algorithm to find the maximum profit. You may complete at most two transactions.Note:
You may no...
分类:
其他好文 时间:
2015-02-22 18:31:15
阅读次数:
181
Description描述Dominoes – game played with small, rectangular blocks of wood or other material, each identified by a number of dots, or pips, on its fac...
分类:
其他好文 时间:
2015-02-22 15:46:50
阅读次数:
172
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw material. To simpli...
分类:
系统相关 时间:
2015-02-22 15:45:36
阅读次数:
240
http://acm.hdu.edu.cn/showproblem.php?pid=1007给出n个玩具(抽象为点)的坐标 求套圈的半径 要求最多只能套到一个玩具实际就是要求最近的两个坐标的距离典型的最近点对问题最近点对详解http://blog.csdn.net/lonelycatcher/art...
分类:
其他好文 时间:
2015-02-21 16:34:58
阅读次数:
178