Til the Cows Come Home Bessie is out in the field and wants to get back to the barn to get as much sleep as possible before Farmer John wakes her for ...
分类:
其他好文 时间:
2017-07-31 20:44:34
阅读次数:
178
传送门: http://blog.csdn.net/shirdrn/article/details/7183503 ...
分类:
其他好文 时间:
2017-07-31 20:11:59
阅读次数:
78
stack: 先进后出 pop(); push(); top(); size(); empty() queue: 先进先出 pop(); push(); front(); back(); size(); empty() 使用队列实现栈: 最重要的是考虑pop函数,因为要pop 最后进入的: ...
分类:
其他好文 时间:
2017-07-31 18:55:26
阅读次数:
143
支持嵌套子报表直接编辑保存,多个子报表同一时候存储在一个报表格式文件中,设计更简便,避免了嵌套报表的多个报表格式载入。<!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:prefer ...
分类:
其他好文 时间:
2017-07-31 17:51:33
阅读次数:
227
(一)制作静态类库 ? ? 为方便讲解,更方便与初期代码测试,新建一个项目,StaticLibraryExample? ? 新建Target。 假设我们需要制作的静态类库名为 IMIBase. 右击Targets,添加新Target。选择Static Library, 名字为IMIBase? ? 添 ...
分类:
其他好文 时间:
2017-07-31 17:27:01
阅读次数:
201
上个礼拜学长讲了优先队列的说.... emmmmmm.... 看着题解敲了一题...先m下。 rua~ ...
分类:
其他好文 时间:
2017-07-31 15:51:43
阅读次数:
110
pendingIntent字面意义:等待的。未决定的Intent。 要得到一个pendingIntent对象,用法类的静态方法 getActivity(Context, int, Intent, int),getBroadcast(Context, int, Intent, int),getServ ...
分类:
移动开发 时间:
2017-07-31 12:39:23
阅读次数:
167
1、绝对定位+负边距 解决垂直居中的问题 1方法: a:父容器加相对定位 b:给字元素加绝对定位 c:top left:50% d:margintop(height),marginleft(width)取子元素的一半 2.代码举例 2、双飞翼布局 ...
分类:
其他好文 时间:
2017-07-31 10:14:39
阅读次数:
158
LP Wizard 10.5 根据标准,输入datasheet的尺寸,可以计算出推荐的焊盘和封装。 封装必须画的层: 1、引脚 2、pakage-> 2.1、assembly_top,add线(不是shape),宽度0,大小是元件的外框。 shape和line的区别,1、shape是填充的 2.2、 ...
分类:
其他好文 时间:
2017-07-31 01:11:09
阅读次数:
269
作为前端刚入门的小菜鸟,只想记录一下每天的小收获 对于animation动画 1.实现动画效果的组成: (1)通过类似Flash的关键帧来声明一个动画 (2)在animation属性中调用关键帧声明的动画 2.animation是一个复合属性包括很多的子属性: animation-name:用来指定 ...
分类:
Web程序 时间:
2017-07-31 01:08:15
阅读次数:
1054