码迷,mamicode.com
首页 >  
搜索关键字:ngui tween    ( 1968个结果
TDD、BDD、DDD
TDDTest-Driven DevelopmentTest-Driven Development (TDD) is a software development technique where automated tests are written before the code. Develop ...
分类:其他好文   时间:2018-10-08 11:18:01    阅读次数:199
836. Rectangle Overlap
A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bottom left corner, and (x2, y2) are the coordinates ...
分类:其他好文   时间:2018-10-06 14:31:18    阅读次数:118
小程序自定义组件的制作的使用(文字流动效果示例)
组件wxml代码 组件wxss代码 组件js代码 系统创建JS的时候是没有attached的,可以自行创建,把直接需要运行的js代码写进去 ; 而properties和data在运行的时候是合并起来的,不管是用this.data.xxx或者this.properties.xxx都能调用,但是往js里 ...
分类:微信   时间:2018-10-06 00:55:55    阅读次数:235
python使用@property @x.setter @x.deleter
@property可以将python定义的函数“当做”属性访问,从而提供更加友好访问方式,但是有时候setter/deleter也是需要的。 1》只有@property表示只读。 2》同时有@property和@x.setter表示可读可写。 3》同时有@property和@x.setter和@x. ...
分类:编程语言   时间:2018-10-04 23:57:34    阅读次数:328
[转] 英语论文写作技巧-3
英语论文写作技巧 3(字的使用中特别注意事项) 觉得有用的话,欢迎一起讨论相互学习~ "Follow Me" 参考文献 http://muchong.com/html/200906/1393920.html 用字要准确 每个科学术语都有其特定的含义, 使用要准确. 推理用语的使用 从实验观察和数据到 ...
分类:其他好文   时间:2018-10-04 10:09:59    阅读次数:223
TCP Connection Management(3)
When initialized, TCP starts in the CLOSED state. Usually an imme- diate transition takes it to either the SYN_SENT or LISTEN state, depending on whet ...
分类:其他好文   时间:2018-10-02 17:17:37    阅读次数:140
[LeetCode] 243. Shortest Word Distance 最短单词距离
Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list. For example,Assume that words = ...
分类:其他好文   时间:2018-10-02 14:00:51    阅读次数:174
闪回版本查询
1)要点: 闪回查询仅仅能够得到过去某个时间点的上的数据,但是无法反映出一段时间内数据表中数据的变化,闪回版本查询可以对时间段内数据表的不同版本进行查询,可以看到不同时间点对表的具体操作。 语法: select ...from ...versions between 其中,select 后面可以选择 ...
分类:其他好文   时间:2018-09-30 18:23:27    阅读次数:159
NGUI中 鼠标划出屏幕后,停止对 UIDragScrollView 的 press
using UnityEngine; /// /// NGUI中 鼠标划出屏幕后,停止对 UIDragScrollView 的 press /// public class CheckIsDragOverUI : MonoBehaviour { UIDragScrollView dragSV = n... ...
分类:其他好文   时间:2018-09-29 13:05:23    阅读次数:446
LeetCode403. Frog Jump
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:其他好文   时间:2018-09-28 22:04:37    阅读次数:177
1968条   上一页 1 ... 41 42 43 44 45 ... 197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!