码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
Android基础TOP6_2:Gallery +Image完成画廊
Activity: JAVA: MinActivity: ImagrAdapter: 效果图: ...
分类:移动开发   时间:2017-04-09 18:23:53    阅读次数:211
linux 实时同步inotify
#实时同步inotify 1、inotify简介inotify是一种强大的,细腻度的,异步的文件系统事件监控机制,linux内核从2.6.13起,加入了inotify支持,通过INOTIFY可以监控文件系统中添加、删除、修改、移动等各种事件,利用这个内核接口,第三方软件就可以监控文件系统下文件的各种 ...
分类:系统相关   时间:2017-04-05 10:02:36    阅读次数:250
LayerMask
layer表示0-31的数字,是层。 而如果定义了layermask,layermask多了everything和nothing layer的数值,参考右上叫的layer,打开add layer来看. 判断一个物体的在不在layermask中。 如果raycast用layermask,选中的表示都要 ...
分类:其他好文   时间:2017-03-27 14:17:44    阅读次数:321
January 19 2017 Week 3 Thursday
What a man needs most is appreciated. 人性最深切的需求就是渴望别人的赞赏。 Being appreciated by others is very important, and that may be the power to motivate us. Some ...
分类:其他好文   时间:2017-03-25 18:55:13    阅读次数:133
hdu2174 kiki's game 博弈
Recently kiki has nothing to do. While she is bored, an idea appears in his mind, she just playes the checkerboard game.The size of the chesserboard i ...
分类:其他好文   时间:2017-03-21 00:01:19    阅读次数:182
pychallenge(4)-follow the chain
pychallenge之四 <!-- urllib may help. DON'T TRY ALL NOTHINGS, since it will never end. 400 times is more than enough. --> 点图片跳出了:and the next nothing is ...
分类:其他好文   时间:2017-03-17 23:40:39    阅读次数:243
【大数据技术干货】阿里云伏羲(fuxi)调度器FuxiMaster功能简介(三) 针对在线服务的资源强稳定
转载自xingbao各位好,这是介绍阿里云伏羲(fuxi)调度器系列文章的第三篇,今天主要介绍针对在线服务的资源强稳定 一、FuxiMaster简介 FuxiMaster和Yarn非常相似,定位于分布式系统中资源管理与分配的角色:一个典型的资源分配流程图如下所示: 作为调度器,目前FuxiMas ...
分类:其他好文   时间:2017-03-17 10:57:25    阅读次数:337
转:【Scala】单例对象与伴生对象
转自:http://blog.csdn.net/jasonding1354/article/details/46507595 Scala的单例对象 Scala不能定义静态成员,而是代之定义单例对象(singleton object)。以object关键字定义。 对象定义了某个类的单个实例,包含了你想 ...
分类:其他好文   时间:2017-03-10 12:31:01    阅读次数:196
设计模式之单例模式
/** * 贪婪模式(EAGER) */public class Singleton { private static final Singleton INSTANCE = new Singleton(); private Singleton() { // DO NOTHING } public s ...
分类:其他好文   时间:2017-03-08 13:49:01    阅读次数:122
AC日记——[USACO08DEC]干草出售Hay For Sale 洛谷 P2925
题目描述 Farmer John suffered a terrible loss when giant Australian cockroaches ate the entirety of his hay inventory, leaving him with nothing to feed th ...
分类:其他好文   时间:2017-03-01 21:17:53    阅读次数:170
658条   上一页 1 ... 34 35 36 37 38 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!