resource.load上来一张贴图就行。 详细可参看:unity圣典 “Resources
资源”、“Resources.Load 加载”相关篇幅介绍。using UnityEngine;using System.Collections;public
class example : MonoB...
分类:
其他好文 时间:
2014-06-29 14:24:46
阅读次数:
261
完全卸载oracle11g步骤:1、 开始->设置->控制面板->管理工具->服务
停止所有Oracle服务。2、 开始->程序->Oracle - OraHome81->Oracle Installation Products->
Universal Installer,单击“卸载产品”-“全部展...
分类:
数据库 时间:
2014-05-30 12:37:14
阅读次数:
255
android中点击缩略图查看大图的方法一般有两种,一种是想新浪微博list页面那样,弹出一个窗口显示大图(原activity为背景)。另一种就是直接打开一个新的activity显示大图。1、第一种方法我们可以使用自定义的AlertDialog来实现,代码如下:ImageView
image=(Im...
分类:
移动开发 时间:
2014-05-30 04:30:08
阅读次数:
256
调用: BLL.Area bll = new BLL.Area();//实例化BLL对象
DataTable dt = null; private void FormArea_Load(object sender, EventArgs e) {...
分类:
其他好文 时间:
2014-05-30 01:52:28
阅读次数:
249
自从有了genymotion,多机联调就解放了,一台电脑运行两个genymotion虚拟机毫无压力,不过也看用的是哪种os
image,之前我以为google自己的Nexus应该最适应,哪知道开起来比sdk里模拟器还慢,后来下载了个小屏幕的motorola4.1,才真正享受了genymotion的飞...
分类:
其他好文 时间:
2014-05-30 00:34:18
阅读次数:
353
大量数据流动是web应用性能问题常见的原因,而缓存被广泛的用于优化数据库应用。cache被设计为通过保存从数据库里load的数据来减少应用和数据库之间的数据流动。数据库访问只有当检索的数据不在cache里可用时才必要。hibernate可以用两种不同的对象缓存:first-level
cache 和...
分类:
编程语言 时间:
2014-05-29 23:12:43
阅读次数:
349
绿茶小编带来了ubuntu 14.04 lts安装教程,下文详细讲解了u盘安装ubuntu
14.04 lts的步骤,很简单,只需要一个工具就能够轻松使用u盘安装ubuntukylin 14.04系统。 第一步、下载安装 U 盘操作系统安装工具“
Universal USB Installer”最....
分类:
其他好文 时间:
2014-05-29 11:07:48
阅读次数:
257
So, how do we capture an image from a WebCam?Once
you download the source code that is attached to the article you should have the
following three pro...
原文:C# 使用摄像头拍照 支持Win7 64位So, how do we capture
an image from a WebCam?Once you download the source code that is attached to the
article you should have...
cmb_State_Send.ItemsSource = null; XmlDocument
doc = new XmlDocument(); doc.Load("D:\\模板\\WorkstationSta...
分类:
其他好文 时间:
2014-05-28 10:56:45
阅读次数:
249