The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the "root." Besides the root, each hou ...
分类:
其他好文 时间:
2016-05-19 13:08:56
阅读次数:
173
http://acm.tzc.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=3709 You are playing one game called "Number Maze". The map of an example is show ...
分类:
编程语言 时间:
2016-05-19 01:27:49
阅读次数:
273
the methon of automatically(自动) executing(执行) in class instance(类实例化) is called the construction method its name is the same as the name of class publ ...
分类:
其他好文 时间:
2016-05-18 21:43:51
阅读次数:
159
题目信息1100. Mars Numbers (20)时间限制400 ms
内存限制65536 kB
代码长度限制16000 B
People on Mars count their numbers with base 13:Zero on Earth is called “tret” on Mars.
The numbers 1 to 12 on Earch is called “jan,...
分类:
其他好文 时间:
2016-05-18 19:28:45
阅读次数:
239
RabbitMQ学习和使用RabbitMQ介绍MQ全称Message Queue 消息队列,RabbitMQ是基于AMQP(高级消息队列协议)实现的。消息队列通常用以应用之间相互通信,解决同步问题。MQ是典型的生产者消费者模型,RabbitMQ最常用的三种模式是点对点模式、发布订阅模式、广播模式。RabbitMQ is a message-queueing software called a mes...
分类:
其他好文 时间:
2016-05-18 19:28:41
阅读次数:
234
Mecanim动画系统 Mecanim Animation System
Date:2013-05-16 07:48
Unity has a rich and sophisticated animation system called Mecanim. Mecanim provides:
Unity有一个丰富并且精密的动画系统叫做Mecanim。Mecanim提供了:
...
分类:
编程语言 时间:
2016-05-18 19:24:24
阅读次数:
286
错误:requestFeature() must be called before adding content 原因: Android去掉标题栏点菜单键程序崩溃 在安卓以前的版本中,我们会使用以下两种方式来去掉顶部自带的标题栏: 1、在代码中实现: this.requestWindowFeatur ...
分类:
其他好文 时间:
2016-05-18 12:31:43
阅读次数:
128
接android游戏sdk中,经常会遇到Looper报错,此时需要在主线程中调用sdk函数。将sdk的函数放到UI线程中执行。如:activity.runOnUiThread(newRunnable(){@Overridepublicvoidrun(){}});
分类:
移动开发 时间:
2016-05-17 11:50:47
阅读次数:
193
先贴上一个很清晰的分步学帖子 第一步:最简单的函数,准备附加额外功能 1 2 3 4 5 6 7 8 # -*- coding:gbk -*- '''示例1: 最简单的函数,表示调用了两次''' def myfunc(): print("myfunc() called.") myfunc() myf ...
分类:
编程语言 时间:
2016-05-15 16:41:28
阅读次数:
227
内存管理器–谈论如何自定义内存分配机制
Memory pools, also called fixed-size blocks allocation, is the use of pools for memory management that allows dynamic memory allocation comparable to malloc or C++’s operator new....
分类:
编程语言 时间:
2016-05-14 12:49:17
阅读次数:
273