游戏是一种很耗费资源的应用,特别是在移动设备中的游戏,性能优化是非常重要的纹理图集(Texture Atlas)也称为精灵表(Sprite
Sheet),它是把许多小的精灵图片组合到一张大图里面。使用纹理图集(或精灵表)有如下主要优点:减少文件读取次数,读取一张图片比读取一堆小文件要快。减少Open...
分类:
其他好文 时间:
2014-05-24 04:49:46
阅读次数:
346
1.被客户不断变化的需求 “折磨”第一次需求 class Printer{ void Open(){
System.out.println("Open"); } void Close(){ System.out.println("Close");...
分类:
其他好文 时间:
2014-05-24 01:28:44
阅读次数:
252
首先用session将随机生成的验证码的值传到页面,然后获取当前文本框中输入的值
进行对比;代码如下:生成的随机数,把它传到session里面然后写Ajax代码如下:function checkYZM(){ getXmlhttp();
xmlHttp.open("GET","chekYZ...
分类:
Web程序 时间:
2014-05-24 00:32:19
阅读次数:
358
为什么要使用抽象类 ? 父类是打印机, 子类是 喷墨打印机 和 针式打印机 父类的 print
函数, 由于 喷墨打印机 和 针式打印机 原理不同而无法编写, 故应使用抽象函数 下面演示一种抽象类的价值.abstract class Printer{
void Open(){ ...
分类:
其他好文 时间:
2014-05-23 22:02:30
阅读次数:
382
zTree实现获取一级节点数据
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open:true...
分类:
其他好文 时间:
2014-05-23 08:20:00
阅读次数:
378
zTree实现删除树子节点
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open:true},...
分类:
其他好文 时间:
2014-05-23 08:08:12
阅读次数:
214
Create a Project with Eclipse
Click New in the toolbar.In the window that appears, open the Android folder, select Android Application Project, and click Next.
Figure 1. The New Android A...
分类:
系统相关 时间:
2014-05-22 11:55:51
阅读次数:
418
Gallery和swithcer联合使用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian...
分类:
其他好文 时间:
2014-05-22 11:19:05
阅读次数:
288
zTree实现单独选中根节点中第一个节点
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open...
分类:
其他好文 时间:
2014-05-22 08:54:06
阅读次数:
309
两种方法:
一、File→ArcGIS Online→影像图→Open。
二、
效果:...
分类:
其他好文 时间:
2014-05-20 14:33:54
阅读次数:
310