resource.load上来一张贴图就行。 详细可参看:unity圣典 “Resources
资源”、“Resources.Load 加载”相关篇幅介绍。using UnityEngine;using System.Collections;public
class example : MonoB...
分类:
其他好文 时间:
2014-06-29 14:24:46
阅读次数:
261
1 //生成一个连接 2
$db_connect=mysql_connect($dbhost,$username,$userpass) or die("Unable to connect
to the MySQL!"); 3 4 //选择一个需要操作的数据库 5 mysql_select_db($....
分类:
数据库 时间:
2014-06-29 14:11:36
阅读次数:
288
1 设置path, 在windwos 7下要重启2 重启后,cmd----ant -version
Unable to locate tools.jar. Expected to find it in C:\Program
Files\Java\jre6\lib原来是只安装了jre, 没有安装jdk...
分类:
其他好文 时间:
2014-06-07 04:37:11
阅读次数:
209
vc和vs有什么区别?搜idndd3级被浏览128次2013.09.02我有一个dsw文件,vc下可以正常运行,但用vs打开后无法运行,每次运行时就会显示“unable
to start program......系统找不到指定文件”。wcun520采纳率:50%3级2013.09.02dsw就是D...
分类:
其他好文 时间:
2014-05-30 09:53:23
阅读次数:
223
这篇文章http://ayende.com/blog/3988/nhibernate-the-difference-between-get-load-and-querying-by-idOne
of the more common mistakes that I see people doing w...
分类:
系统相关 时间:
2014-05-29 02:45:27
阅读次数:
362
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:
编程语言 时间:
2014-05-28 18:39:06
阅读次数:
298
Jquery对Ajax做了大量的封装,我们使用起来比较方便,不需要去考虑浏览器兼容性的问题,对于封装的方式,JQuery采用了三层封装:
最低层的封装方法为:$.ajax(), 第二层有三种方法(通过最低层封装的):.load(),$.get()和$.post()
最高层是$.getScrip...
分类:
其他好文 时间:
2014-05-28 17:07:15
阅读次数:
242
1.64bit模拟器不能正常工作解决:请将Xcode5 的 Project -> Edit
Active Target -> Build Settings -> Linking -> Other Linker
Flags中的"-ObjC"修改为"-all_load"2.程序死在_mapView = ...
分类:
移动开发 时间:
2014-05-28 13:39:24
阅读次数:
254
cmb_State_Send.ItemsSource = null; XmlDocument
doc = new XmlDocument(); doc.Load("D:\\模板\\WorkstationSta...
分类:
其他好文 时间:
2014-05-28 10:56:45
阅读次数:
249
Situations in Which Direct Path Load Is Not UsedIf
any of the following conditions exist for a table, then Data Pump uses external
tables rather than ...
分类:
数据库 时间:
2014-05-28 03:03:56
阅读次数:
361