Let's say the message list can Input (messages) from parent component, and what we want to do is when there are new message, we will scroll message li ...
分类:
其他好文 时间:
2017-01-26 19:04:26
阅读次数:
263
这个小游戏源自这里。这几天闲暇时随意看了点 Unity(很久没有摸它了),顺手将这个小游戏移植到了 Unity 5.5.0,除了 Parallax Scrolling 还有点小问题外,其它功能全部完整。部分代码等有优化及改进之处,不过为保持原版特点,我也没作过多改动,除了: 1) Mouse 有 3 ...
分类:
编程语言 时间:
2017-01-25 01:04:00
阅读次数:
231
Add macros in header files: Add following lines to makefile: ...
分类:
其他好文 时间:
2017-01-18 16:12:58
阅读次数:
328
<div class="dataTables_wrapper" style="-webkit-overflow-scrolling:touch;overflow:auto!important;height: 300px"> <iframe data-ng-src="{{formData.path}} ...
分类:
其他好文 时间:
2017-01-13 15:57:07
阅读次数:
285
一、获取父级元素 1、 parent([expr]): 获取指定元素的所有父级元素 <div id="par_div"><a id="href_fir" href="#">href_fir</a><a id="href_sec" href="#">href_sec</a><a id="href_th ...
分类:
Web程序 时间:
2017-01-11 14:36:13
阅读次数:
243
I passionately enjoy working with commands as they offer more control over a Linux system than GUIs(Graphical User Interfaces) applications, therefore ...
<iframe src="http://caiyanli.top/" height="500" width="500" frameborder="0" marginheight="2" marginwidth="0" scrolling="yes"></iframe> 注:iframe h5 新增标 ...
分类:
其他好文 时间:
2017-01-07 00:40:39
阅读次数:
264
In this post you will learn how to specify any condition in enter query mode of Oracle Forms. Whenever Enter_Query command executes Oracle Forms comes... ...
分类:
数据库 时间:
2016-12-25 01:49:03
阅读次数:
327
如何在一个div标签里显示出另一个网页? 用在div里用iframe,就像下面的代码 <iframe src=" http://www.baidu.com " width="800px" height="200px" scrolling="no" frameborder="0"> </iframe> ...
分类:
Web程序 时间:
2016-12-24 16:20:08
阅读次数:
436
一、笑脸猫动画 实现效果如下: 这个实现起来确实比较麻烦,很多地方需要花时间,有耐心地调整。 1.先看下页面结构: <body> <div class="container"> <!-- 脸 --> <div class="face"> <!-- 头发 --> <div class="hair"> ...
分类:
Web程序 时间:
2016-12-23 01:48:02
阅读次数:
322