resource.load上来一张贴图就行。 详细可参看:unity圣典 “Resources
资源”、“Resources.Load 加载”相关篇幅介绍。using UnityEngine;using System.Collections;public
class example : MonoB...
分类:
其他好文 时间:
2014-06-29 14:24:46
阅读次数:
261
Given a 2D board and a word, find if the word
exists in the grid.The word can be constructed from letters of sequentially
adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-06-04 20:56:34
阅读次数:
343
1)定义: URI: Uniform Resource Identifier,通用资源标识符
---是一个用于标识某一互联网资源名称的字符串(by 维基百科) URL:Uniform Resource Locato,统一资源定位符
从关系上来看,URI属于父类,URL属于URI的子类。U...
分类:
其他好文 时间:
2014-05-30 12:48:10
阅读次数:
328
错误提示:E: Could not get lock /var/lib/dpkg/lock -
open (11: Resource temporarily unavailable) E: Unable to lock the administration
directory (/var/lib/d...
分类:
其他好文 时间:
2014-05-30 03:01:41
阅读次数:
234
參照
http://blog.csdn.net/dengroj2009/article/details/4636456
中方案二,問題解決。不過,感覺博主記錄問題方式很規範,記錄下。記錄整個筆記的流程:事件/錯誤/解決方案/步驟/原因總結
分类:
系统相关 时间:
2014-05-29 22:20:13
阅读次数:
436
Original link: How to check if Directory
already Exists in MFC(VC++)?MSDN Links:CreateDirectory functionGetFileAttributes
functionGetLastError functio...
分类:
其他好文 时间:
2014-05-29 17:49:25
阅读次数:
371
WiFi万能钥匙编辑WiFi万能钥匙是一款自动获取周边免费Wi-Fi热点信息并建立连接的android手机必备工具。目录1软件简介2软件简介3软件功能4常见问题5更新日志1软件简介编辑[1]软件名称:WiFi万能钥匙[2]软件大小:2.04MB[3]软件类别:网络通讯运行环境:Android
2.1...
分类:
其他好文 时间:
2014-05-29 13:49:16
阅读次数:
365
void CWnd::SetWindowText(LPCTSTR
lpszString)ASSERT(::IsWindow(m_hWnd)); Debug Assertion
Failed原因:ID和Resource中的控件没有关联起来,导致运行的时候,发现hWnd没有相应的对象,没有实例化,hWn...
1. URLURL(Uniform Resource Locator)
相当于一个文件名在网络范围的扩展。1.1
格式schema://host[:port#]/path/.../[?query-string][#anchor]scheme
指定低层使用的协议(例如:http, https, ftp...
分类:
其他好文 时间:
2014-05-28 21:38:30
阅读次数:
409
@Resource注解被用来激活一个命名资源(named
resource)的依赖注入,在JavaEE应用程序中,该注解被典型地转换为绑定于JNDI context中的一个对象。
Spring确实支持使用@Resource通过JNDI lookup来解析对象,默认地,拥有与@Resource注解所提...
分类:
编程语言 时间:
2014-05-28 09:27:18
阅读次数:
379