通过声明gameobject对象,实现较通用脚本#pragma strict
//code:myhaspl@myhaspl.com
//date:2014-08-12
var rotate_object:GameObject;
var translate_object:GameObject;
var fuhao:int;
fuhao=-1;
function Update () {
if (...
分类:
移动开发 时间:
2014-08-12 17:22:34
阅读次数:
188
This chapter explains how to use the FileChooser class to enable users to navigate the file system. The samples provided in this chapter explain how to open one or several files, configure a file
ch...
分类:
编程语言 时间:
2014-08-12 10:25:23
阅读次数:
491
conceptC++http://www.generic-programming.org/faq/?category=conceptcxxChecking Concept Without Concepts in C++ByAnthony Williams, September 22, 20101Co...
分类:
其他好文 时间:
2014-08-12 10:09:14
阅读次数:
274
1.下载,解压并安装zabbixtar zxvf zabbix-2.0.12.tar.gzcd zabbix-2.0.12./configure --prefix=/usr/local/zabbix --enable-agentmake&&make install2.配置zabbix_agentd....
分类:
其他好文 时间:
2014-08-11 11:33:32
阅读次数:
311
一、httpd-2.4的新特性1)MPM支持在运行时装载;--enable-mpms-shared=all--with-mpm={prefork|worker|event}2)支持eventmpm3)异步读写4)在每模块及每目录分别使用不同的日志级别5)每请求的配置;<If>,<Elseif>6)增强版的表达式分析器7)毫秒级的keepalive的t..
分类:
其他好文 时间:
2014-08-11 03:02:02
阅读次数:
274
实验1:交换机的工作模式命令实验目标使用CiscoPacketTracer构建交换机和主机的网络拓扑,三台主机和一台交换机相连,使主机之间能相互ping通并掌握交换机的常用命令的配置实验环境实验步骤1、让三台主机分别使用直连线连接交换机2、为主机配置IP地址,使主机之间能ping通,三..
分类:
其他好文 时间:
2014-08-10 18:53:40
阅读次数:
340
1.安装交叉编译工具arm-linux-gcc2.下载net-snmp源码安装包3.解压安装包4../configure --build=i686-linux --host=arm-linux CC=arm-linux-gcc --with-endianness=little --enable-mi...
分类:
Web程序 时间:
2014-08-10 12:34:50
阅读次数:
388
nagios借助check_hpasm插件监控惠普服务器硬件信息:http://labs.consol.de/wp-content/uploads/2011/10/check_hpasm-4.3.tar.gz被监控端:$sudotarzxfvcheck_hpasm-4.3.tar.gz$cdcheck_hpasm$./configure--enable-hpacucli--enable-perfdata--enable-extendedinfo$sudomake$su..
分类:
移动开发 时间:
2014-08-09 02:50:08
阅读次数:
346
在NAT转发那里设置,只需要把NATreflection设置为enable即可!
分类:
其他好文 时间:
2014-08-07 13:28:50
阅读次数:
967
下载、编译安装wgethttp://cn2.php.net/distributions/php-5.4.7.tar.gz
tarzvxfphp-5.4.7.tar.gz
cdphp-5.4.7
./configure--prefix=/usr/local/php--enable-fpm--with-mcrypt--enable-mbstring--disable-pdo--with-curl--disable-debug--disable-rpath--enable-inline-opt..
分类:
Web程序 时间:
2014-08-07 07:34:00
阅读次数:
271