每次玩dota,都有一种感觉,想开发一个引导玩家更有爱的游戏,不只是竞技,杀人,更多的救人,配合,沟通,关爱他人,等我以后有能力了,一定要开发一个工作:这周我一直在弄抠图,要给美工的人物模型设定,怪物设定第二周项目进度,策划这边,重点在粒子特效,人物帧动画方面,想办法增加2D回合游戏的画面感,打击感...
分类:
其他 时间:
2014-11-23 14:20:01
收藏:
0 评论:
0 赞:
0 阅读:
304
DescriptionInputOutputSample Input6 4 1 2 2 3 2 4 4 5 5 6 4 5 6 6 3 1 2 4 4 6 6 6 Sample Output 5 2 2 5 4 1 6 0 HINT社会实践完滚回来想刷水结果被水题虐了先算出两两的lca,一定有两个l...
分类:
其他 时间:
2014-11-23 14:19:51
收藏:
0 评论:
0 赞:
0 阅读:
228
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他 时间:
2014-11-23 14:19:42
收藏:
0 评论:
0 赞:
0 阅读:
287
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他 时间:
2014-11-23 14:19:32
收藏:
0 评论:
0 赞:
0 阅读:
189
这篇文章因为是台湾人写的,语言风格很别致。本文在原文的基础上做了一些微调(主要是繁体字的问题)。今年(2014) 的 google i/o 发表令多数人为之一亮的 material design,而 google 也从「google i/o 2014」 开始,大家也陆陆续续地看到其更新的 andro...
分类:
移动平台 时间:
2014-11-23 14:19:21
收藏:
0 评论:
0 赞:
0 阅读:
297
这篇文章主要介绍XMPP与SIP,很多人容易混淆这两个概念,转载请说明出处, cnblogs_RTC.Blacker.简介:XMPP和SIP都是应用层协议,主要用于互联网上发送语音和即时通讯. SIP在RFC 3621中定义,XMPP在RFC 3920中定义,XMPP是从即时通讯中演变而来,SIP是...
分类:
移动平台 时间:
2014-11-23 14:19:11
收藏:
0 评论:
0 赞:
0 阅读:
325
【题目描述】给定n(N12#include13#include14#include15#include16#include17#include18usingnamespacestd;19inlinevoidgetd(int&x){20charc=getchar();21boolminus=0;22w...
分类:
其他 时间:
2014-11-23 14:18:42
收藏:
0 评论:
0 赞:
0 阅读:
422
原文链接http://research.swtch.com/interfacesGo's interfaces—static, checked at compile time, dynamic when asked for—are, for me, the most exciting part of...
分类:
其他 时间:
2014-11-23 14:18:31
收藏:
0 评论:
0 赞:
0 阅读:
374
import java.util.Arrays;import java.util.HashSet;import java.util.Set;class A{ private String s1 = "A1" ; public String s2 = "A2" ; public String get(...
分类:
编程语言 时间:
2014-11-23 14:18:21
收藏:
0 评论:
0 赞:
0 阅读:
248
每次在写移入移出事件的时候,就会出现bug,在IE下会闪,感觉像是在多次执行。解决的方案:写一个移入demo:oBox.onmouseover=function(ev){ var oEvent=ev||event; var oFrom=oEvent.fromElement||oEvent.rel.....
分类:
其他 时间:
2014-11-23 14:18:11
收藏:
0 评论:
0 赞:
0 阅读:
343
NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff解决方法 asp.net 中会遇到一个@font-face问题: NetworkError: 404 Not Found - http://xxxxxxxx/xx-font.woff修...
分类:
Web开发 时间:
2014-11-23 14:18:01
收藏:
0 评论:
0 赞:
0 阅读:
688
this关键字调用构造方法的原则:(1)在构造方法中使用this关键字时,必须作为构造方法的第一条语句。(2)只能在构造方法中使用this关键字来调用所在类中的其它构造方法。(3)只能使用this关键字调用其它构造方法,而不能使用方法名直接调用构造方法。this两种用法:1. 区分同名变量示例代码:...
分类:
其他 时间:
2014-11-23 14:17:41
收藏:
0 评论:
0 赞:
0 阅读:
268
客官,您来一注呗!一注就两块钱儿。
分类:
其他 时间:
2014-11-23 14:17:21
收藏:
0 评论:
0 赞:
0 阅读:
286
目录设置再谈设置创建项目检查状态做更改暂存更改暂存与提交提交更改更改而非文件历史别名获得旧版本给版本打标签撤销本地更改撤销暂存的更改撤销提交的更改从分支移除提交移除 oops 标签修正提交移动文件再谈结构Git 内幕:.git 目录Git 内幕:直接处理 Git 对象创建分支导航分支在 master...
分类:
其他 时间:
2014-11-23 14:17:02
收藏:
0 评论:
0 赞:
0 阅读:
402
下面是排序的代码:package com.study;import java.util.ArrayList;import java.util.Collections;import java.util.Comparator;import java.util.HashMap;import java.ut...
分类:
编程语言 时间:
2014-11-23 14:16:51
收藏:
0 评论:
0 赞:
0 阅读:
291
class C { public static void main(String[] args) { int i = 10; //int型变量i = 10 System.out.println(i 3)?23:45;因为boolean表达式2>3为false,所以k的值是45。上述都是关于条件运.....
分类:
其他 时间:
2014-11-23 14:16:31
收藏:
0 评论:
0 赞:
0 阅读:
201
Description Source: Beijing2006 [BJOI2006]八中OJ上本题链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1001 现在小朋友们最喜欢的"喜羊羊与灰太狼",话说灰太狼抓羊不到,但抓兔子还是比较在行的,而且....
分类:
其他 时间:
2014-11-23 14:16:21
收藏:
0 评论:
0 赞:
0 阅读:
315
JobTracker的作业调度给我感觉就是比较宏观意义上的操作。倘若你只了解了MapReduce的工作原理是远远不够的,这时去学习一下他在宏观层面的原理实现也是对我们非常有帮助的。首先我们又得从上次分析的任务提交之后的操作说起,Job作业通过RPC通信提交到JobTracker端之后,接下来会触发到下面的方法;
/**
* 初始化作业操作
*/
public void initJ...
分类:
其他 时间:
2014-11-23 13:14:10
收藏:
0 评论:
0 赞:
0 阅读:
324
本文使用oracle数据库。...
分类:
编程语言 时间:
2014-11-23 13:14:01
收藏:
0 评论:
0 赞:
0 阅读:
394
linux的root是超级用户,一旦root密码忘记或者被盗,是一件非常头痛的事情,也会有很大的危险性那么怎么样才能找回root的密码呢?
总结如下:
(一)Linux 系统密码破解
1.在grub选项菜单按e进入编辑模式
2.(按e)编辑kernel那行 添加 /init 1 (或/single)
3.按B重启
4.进入后执行下列命令 #vi /etc/passwd 进入pas...
分类:
系统服务 时间:
2014-11-23 13:13:50
收藏:
0 评论:
0 赞:
0 阅读:
314