码迷,mamicode.com
首页 >  
搜索关键字:chan    ( 331个结果
判断滚动事件由下到上触发事件(伪)
.chan-top{top: 416px;} <div class="ans-box chan-top" style="height: 312px; position: fixed;left: 50%;margin-left: -600px;"></div> $(window).scroll(fun ...
分类:其他好文   时间:2018-01-17 20:16:57    阅读次数:119
Unity 头发随动效果
https://www.2cto.com/kf/201712/707981.html 目标 实现角色的衣袖、头发、裙摆、披风、尾巴等,在角色运动时,可以产生随动的效果。类似王者荣耀角色展示界面。 准备 使用Unity-chan模型来测试,下载地址:https://assetstore.unity.c ...
分类:编程语言   时间:2018-01-15 00:29:17    阅读次数:290
unitychan-crs 头发随动脚本
1 // 2 3 //SpringCollider for unity-chan! 4 5 // 6 7 //Original Script is here: 8 9 //ricopin / SpringCollider.cs 10 11 //Rocket Jump : http://rocketj ...
分类:编程语言   时间:2018-01-15 00:22:59    阅读次数:566
Go语言如何判断一个chan被关闭
当一个chanel被关闭后,再取出不会阻塞,而是返回零值 输出 判断的方法是否关闭方法就是接收第二个参数,如下 输出 ...
分类:编程语言   时间:2018-01-12 22:33:55    阅读次数:440
点击上下箭头,页码发生改变
还是看图,channel的length为总页数,向上取整,点击上下箭头,分别向上下滚动,拒绝疯狂点击多次加载事件,细节看代码 var clickLock = false; function calculateScrollTop (symbol) { var limit = 8; //一页8个chan ...
分类:其他好文   时间:2018-01-11 22:33:38    阅读次数:243
辅导员辅助系统测试
By: Ziyang Chan 1 GitHub地址 https://github.com/ZiyChan/ASOC 2 Quick Start 我设计的项目比较人性化,用户非常容易上手。因此,暂时不需要Quick Start。不信你可以往下看软件测试嘛~ 3 代码目录结构 3.1 数据库设计 表: ...
分类:其他好文   时间:2017-12-17 23:50:05    阅读次数:191
C - The Intriguing Obsession /* Codeforces Round #439 */ (dp )
— This is not playing but duty as allies of justice, Nii-chan! — Not allies but justice itself, Onii-chan! With hands joined, go everywhere at a speed ...
分类:其他好文   时间:2017-12-06 17:54:31    阅读次数:164
辅导员辅助系统设计
——有点小长,慢慢品尝。 By: Ziyang Chan & Kaiwen Huang 0 前言 如果您想获得更好的观看体验,请前往PDF版本(强力推荐),链接如下: https://files.cnblogs.com/files/CZiyang/辅导员辅助系统设计.pdf 1 设计模式 本项目主要 ...
分类:其他好文   时间:2017-11-26 22:53:08    阅读次数:182
go语言:一个简单的goroutine同步(synchronize)
我们可以使用channels在多个goroutine之间进行同步(synchronize), 下面直接看例子。 例子 1, 使用chan等待一个goroutine结束。 package main import "fmt" import "time" //在这定义一个函数,以goroutine的方式运 ...
分类:编程语言   时间:2017-11-21 01:20:27    阅读次数:235
A Bite Of React(1)
react: component and views : produce html abd add them on a page( in the dom) ES6 const: ES6 syntax, declare a variable. And which means it won't chan ...
分类:其他好文   时间:2017-11-16 00:52:16    阅读次数:198
331条   上一页 1 ... 13 14 15 16 17 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!