GetProto()->ItemLevel 判断装备等级
HandleBattleFieldPortOpcode 进入战场,。 bool
ChatHandler::HandlegetHitemlvlCommand(const char* args){ Player* target; ...
分类:
其他好文 时间:
2014-05-28 04:11:14
阅读次数:
249
1,内存管理2,多线程3,runtime4,socket网络编程5,音频视频处理6,io操作7,OpenGL8,cocoa2d9,数据结构,数据类型10,算法,11,语法概念,关键字12,语言扩展,c++13,库的构建,14,编译器,调试工具,pod库管理,SVN
使用,,15,库的学习,16,bl...
分类:
其他好文 时间:
2014-05-28 03:22:11
阅读次数:
216
USE [szmj]GO/****** Object: StoredProcedure
[dbo].[Par_ProductDownLoad] Script Date: 05/26/2014 17:46:32 ******/SET
ANSI_NULLS ONGOSET QUOTED_IDEN...
分类:
其他好文 时间:
2014-05-28 03:07:11
阅读次数:
269
1、实现原窗体消失,打开另一个窗体,关闭新窗体时则关闭程序 private void
button5_Click(object sender, EventArgs e) { Form2 form2 = new Form2(); ...
【objc变量的获取】 C++成员变量通过偏移来寻找,速度极快。But
Objc中的变量通过方法调用来寻找,方法首先根据变量名,找到ivar_t,然后在ivar_t对象中取出偏移,再用此偏移来取值(这最后一步和C++一样)。ivar_t类结构如下:
objc-runtime中的object_...
分类:
其他好文 时间:
2014-05-28 02:26:03
阅读次数:
289
DPM(Deformable Parts Model)Reference:Object
detection with discriminatively trained partbased models. IEEE Trans. PAMI,
32(9):1627–1645, 2010."Support...
分类:
其他好文 时间:
2014-05-27 17:37:59
阅读次数:
366
Any View object may have an integer ID associated
with it, to uniquely identify the View within the tree. When the application is
compiled, this ID is...
分类:
移动开发 时间:
2014-05-27 17:10:02
阅读次数:
314
public class BubbleSort{ public static void
main(String[] args){ int score[] = {67, 69, 75, 87, 89, 90, 99, 100}; for (int i
= 0; ...
分类:
其他好文 时间:
2014-05-27 17:09:26
阅读次数:
326
/** * 循环统计数组或集合中的重复元素个数 * @param args */ public
static void main(String[] args) { Map map = new HashMap(); String[] ss = ...
分类:
其他好文 时间:
2014-05-27 16:23:14
阅读次数:
290
起:C++98标准加入auto_ptr,即智能指针,C++11加入shared_ptr和weak_ptr两种智能指针,先从auto_ptr的定义学习一下auto_ptr的用法。template class
auto_ptr { // wrap an object pointer to ensure....
分类:
编程语言 时间:
2014-05-27 16:13:40
阅读次数:
440