1、打开指定NPC对话功能
DWORD GetNpcObjForName(char* szpNpcName);
DWORD OpenNpcTalkForName(char* szpNpcName);
//获取指定NPC对象
push 0
push 0
push 0x401
mov ecx,2DF25598 //NPC对象地址
mov eax,[ecx]
...
分类:
其他好文 时间:
2015-02-02 18:08:54
阅读次数:
125
本文是在学习中的总结,欢迎转载但请注明出处:
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/43404205
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at a...
分类:
其他好文 时间:
2015-02-02 09:37:48
阅读次数:
177
srvctl命令是RAC维护中最常用到的命令,也最为复杂,使用这个命令可以操作CRS上的Database,Instance,ASM,Service、Listener和Node Application资源,其中Node Application资源又包括了GSD、ONS、VIP。这些资源还有独立的管理工...
分类:
数据库 时间:
2015-02-01 15:58:42
阅读次数:
269
思路:1.记录ACTION_DOWN的aX, aY坐标;2.在ACTION_MOVE判断是否移动,移动则取消记录时间,没移动就记录;3.记录时间,按下坐标,移动坐标分别显示在TextView aa, bb, cc;//声明1 public class MainActivity extends Act...
分类:
移动开发 时间:
2015-01-31 11:50:54
阅读次数:
214
Error:Could not find adb, please install Android SDK and set path to adb
环境: win7 64bit
eclipse 1.4.1
android-sdk_r21-windows
问题描述:将asm.jar放在C盘的用户目录下,执行java -jar asm.jar后,跳出如上提示
原因分...
分类:
移动开发 时间:
2015-01-30 17:43:48
阅读次数:
255
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to reach th...
分类:
编程语言 时间:
2015-01-30 16:05:00
阅读次数:
257
http://stackoverflow.com/questions/19241208/duplicate-the-uibutton-and-move-it/26438692#264386921down votefavoriteI have one UIButton(lets say instanc...
分类:
其他好文 时间:
2015-01-30 15:42:42
阅读次数:
198
有时候需要用css设定cursor,一般而言用的比较多的是pointer或是move这类,殊不知其实cursor可以设置一个url,指向一个.cur文件,实现自定义光标。需要注意的是在IE浏览器上需要将url设定为绝对路径。比如:cursor: url(http://localhost:63342/...
分类:
Web程序 时间:
2015-01-30 15:25:13
阅读次数:
236
函数的可选性自变量
C语言允许定义自变量数量可变的函数,称为variadic函数。variadic函数需要固定数目的强制性自变量,后面是数量可变的可选性自变量。
也就是说必须至少有一个强制性自变量。
...
分类:
编程语言 时间:
2015-01-29 23:58:48
阅读次数:
403
https://oj.leetcode.com/problems/triangle/Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers o...
分类:
其他好文 时间:
2015-01-29 22:27:51
阅读次数:
189