码迷,mamicode.com
首页 >  
搜索关键字:a stone removing gam    ( 709个结果
How to fix yum errors on CentOS, RHEL or Fedora
Yum is a package management tool for installing, updating and removing rpm packages on RedHat-based systems. When you try to install a package withyum ...
分类:其他好文   时间:2017-05-20 21:11:30    阅读次数:268
leetcode_019 Remove Nth Node From End of List
Given a linked list, remove the nth node from the end of list and return its head. For example, ...
分类:其他好文   时间:2017-05-17 17:22:17    阅读次数:161
模拟题1
NOIP2016提高组模拟赛 ——By wangyurzee7 中文题目名称 迷妹 膜拜 换数游戏 英文题目与子目录名 fans mod game 可执行文件名 fans mod game 输入文件名 fans.in mod.in game.in 输出文件名 fans.out mod.out gam ...
分类:其他好文   时间:2017-05-16 09:56:46    阅读次数:206
Unity对象查找
1. GameObject.Find 全局摄像机 全局画布 全局灯光 无法查找隐藏对象 ,效率低下,要用完全的路径来提升查找效率 2. transform.Find UI中全部使用此方法 可以查找隐藏对象 ,前提是transform所在的根节点必须可见,即active=true,效率高 3. Gam ...
分类:编程语言   时间:2017-05-11 11:34:42    阅读次数:168
Java 实现模板方法(TemplateMethod)模式
类图 /** * 业务流程模板。提供基本框架 * @author stone * */ public abstract class BaseTemplate { public abstract void part1(); public abstract void part2(); public ab ...
分类:编程语言   时间:2017-05-04 11:02:31    阅读次数:168
Docker 镜像制作 CentOS+JDK+Tomcat
[root@localhost createImages]# ls apache-tomcat-8.5.14.tar.gz server-jre-8u121-linux-x64.tar.gz [root@localhost createImages]# vim Dockerfile FROM cen... ...
分类:其他好文   时间:2017-05-03 14:29:22    阅读次数:250
ural 2021 Scarily interesting!
2021. Scarily interesting! Time limit: 1.0 secondMemory limit: 64 MB This year at Monsters University it is decided to arrange Scare Games. At the Gam ...
分类:其他好文   时间:2017-04-30 22:52:37    阅读次数:253
Android BaseAdapter和ViewHolder 优化 解决ListView的item抢焦点问题和item错乱问题
首先赞下hyman大神 曾经仅仅是简单的重写个BaseAdapter,将getView方法保持抽象。而ViewHolder没有抽象过。。。 ViewHolder (用了一个集合+泛型管理存取view) /** * author : stone * email : aa86799@163.com * ...
分类:移动开发   时间:2017-04-29 20:58:43    阅读次数:463
Net操作Excel(终极方法NPOI)
http://www.cnblogs.com/stone_w/archive/2012/08/02/2620528.html Net操作Excel(终极方法NPOI) 前言 Asp.net/C#操作Excel已经是老生长谈的事情了,可下面我说的这个NPOI操作Excel,应该是最好的方案了,没有之一 ...
分类:Web程序   时间:2017-04-28 10:25:09    阅读次数:202
Again Stone Game
Alice and Bob are playing a stone game. Initially there are n piles of stones and each pile contains some stone. Alice stars the game and they alterna ...
分类:其他好文   时间:2017-04-26 22:56:20    阅读次数:170
709条   上一页 1 ... 30 31 32 33 34 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!