步骤太多太细只记录关键地方 1 下载Mac OS系统安装包 ?*.dmg 然后用 UltraISO 这个软件转成*.iso 镜像文件 工具-->格式转换 2 下载vbox 和extension都要安装: 3 下载这个东西 HackBoot_Mav.iso , 配在vbox的sto...
分类:
数据库 时间:
2015-04-11 14:58:49
阅读次数:
222
扩展方法的条件:必须声明为静态类必须声明为静态方法方法的第一个参数为this首先来扩展Unity中的协程Coroutine,using UnityEngine;
using System.Collections;
using System;
///
/// a set of extension methods meant help with common coroutine cases. Ex...
分类:
编程语言 时间:
2015-04-11 13:15:52
阅读次数:
167
//src 图片完整路径 //$direction 1顺时针90 2 逆时针90 function imgturn($src,$direction=1) { $ext = pathinfo($src)['extension']; switch (...
分类:
Web程序 时间:
2015-04-11 10:11:15
阅读次数:
201
SQLServer2014新功能--缓冲池扩展(BufferPoolExtension)支持版本缓冲池扩展(BufferPoolExtension)此功能仅可用于64位SQLServer2014Enterprise/BusinessIntelligence/Standard版本。术语解释缓冲区在SQLServer中,一个缓冲区就是一个8KB大小的内存页,其大小与一个数据页或..
分类:
数据库 时间:
2015-04-10 20:22:58
阅读次数:
182
当JVM(Java虚拟机)启动时,会形成由三个类加载器组成的初始类加载器层次结构: bootstrap classloader | extension classloader | system classloaderbootstrap classloader -引导(...
分类:
其他好文 时间:
2015-04-09 19:14:14
阅读次数:
197
首先大家要简单了解了何谓webservice,接下来就做两个非常简单的例子,webservice还是逃不开server端与client端。我测试的环境为:apache2.2.11 php5.2.10做这个测试之前,要确认你的php配置文件中已经将soap扩展打开,即extension=php_soa...
分类:
Web程序 时间:
2015-04-08 12:36:24
阅读次数:
126
PHP Native Interface (PNI) is a PHP extension that enables PHP code to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.....
分类:
Web程序 时间:
2015-04-07 13:53:51
阅读次数:
161
PHP Native Interface (PNI) is a PHP extension that enables PHP code to call and be called by native applications (programs specific to a hardware and ...
分类:
Web程序 时间:
2015-04-07 13:33:58
阅读次数:
141
一、Action访问路径 Action的访问路径是由struts.xml文件中配置的Action所在包的命名空间,Action的名字和常struts.action.extension共同决定的 例如:Xml代码 /1.jsp /2.jsp ...
分类:
其他好文 时间:
2015-04-07 11:23:04
阅读次数:
132
开闭原则(OCP)是面向对象设计中“可复用设计”的基石,是面向对象设计中最重要的原则之一,其它很多的设计原则都是实现开闭原则的一种手段。遵循开闭原则设计出的模块具有两个主要特征:(1)对于扩展是开放的(Open for extension)。这意味着模块的行为是可以扩展的。当应用的需求改变时,我们可...
分类:
其他好文 时间:
2015-04-06 21:45:12
阅读次数:
181