码迷,mamicode.com
首页 >  
搜索关键字:tran    ( 4370个结果
Bus System 【dijkstra算法】
Because of the huge population of China, public transportation is very important. Bus is an important transportation method in traditional public tran ...
分类:编程语言   时间:2017-03-27 23:54:39    阅读次数:396
HTML5 Canvas ( 线性渐变, 升级版的星空 ) createLinearGradient, addColorStop
canvas canvas ...
分类:Web程序   时间:2017-03-27 17:49:15    阅读次数:342
NineOldAndroids 基本用法
ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", /*Red*/0xFFFF8080, /*Blue*/0xFF8080FF); colorAnim.setDuration(3000); colorAnim... ...
分类:移动开发   时间:2017-03-27 16:34:39    阅读次数:273
判断一个物体在前后左右?
上下的话再用up就好了。这个是根据猪脚的前方向来的 ...
分类:其他好文   时间:2017-03-27 14:39:51    阅读次数:183
CSS段落
常用小知识点 1?文字显示第N行之后变成…显示,只适合谷歌浏览器 text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-cl ...
分类:Web程序   时间:2017-03-27 14:15:40    阅读次数:945
【Unity编程】Unity中关于四元数的API详解
Unity中关于四元数的API详解Quaternion类Quaternion(四元数)用于计算Unity旋转。它们计算紧凑高效,不受万向节锁的困扰,并且可以很方便快速地进行球面插值。 Unity内部使...
分类:编程语言   时间:2017-03-27 11:52:11    阅读次数:362
stats.js随时查看fps
源码: /** * @author mrdoob / http://mrdoob.com/ */ var Stats = function () { var startTime = Date.now(), prevTime = startTime; var ms = 0, msMin = Infin ...
分类:Web程序   时间:2017-03-26 22:10:27    阅读次数:433
yii2发送邮件(配置QQ版本)
1:首先在配置文件main-local.php components=>[]里面配置 'mailer' => [ 'class' => 'yii\swiftmailer\Mailer', 'useFileTransport' =>false,//这句一定有,false发送邮件,true只是生成邮件在 ...
分类:其他好文   时间:2017-03-26 20:30:20    阅读次数:950
FJNU-1159 Fat Brother’s new way
Description I bet, except Fat Brothers, all of you don’t like strange way to show integers , he is really like this way to showing integers: 1 -> ‘A’ ...
分类:其他好文   时间:2017-03-26 20:05:22    阅读次数:216
[Python] numpy.nonzero
numpy.nonzero(a) Return the indices of the elements that are non-zero. Returns a tuple of arrays, one for each dimension of a, containing the indices ...
分类:编程语言   时间:2017-03-26 11:49:44    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!