批处理修改“网络”设置
#1 设置指定的IP,DNS信息 批处理的文件内容如下,有注释所以很容易看懂。可以把里面的Addr、Mask、 […]...
[Repaste] how to read / write a file
There are two directories where you can store your data […]...
[翻译]A*寻路初探 GameDev.net
A*寻路初探 GameDev.net 作者: Patrick Lester 译者:Panic 2005年3月1 […]...
example of virtual function in unity3d with C#
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 […]...
[Repaste] C#中override重写与new隐藏的区别
在C#中: override重写,是指对父类中的虚方法(标记为override)或抽象方法(标记为abstra […]...
Sorting a JavaScript array using array.sort()
Sorting arrays in JavaScript is done via the method arr […]...