http://blog.csdn.net/sunshine_1984/article/details/12943979今天研究了下Unity3d音效播放相关内容,整理下实现细节。1,添加音效文件到Assets/Resources目录,我这里添加到Assets/Resources/audio目录了。2...
分类:
移动开发 时间:
2014-08-15 12:01:18
阅读次数:
215
<!DOCTYPEhtml><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metacharset="utf-8"/><title></title><linkrel="stylesheet"href="sdk-touch/resources/css/sencha-touch.css"/><linkrel="stylesheet"href="resources/css/ap..
分类:
其他好文 时间:
2014-08-15 10:54:09
阅读次数:
262
R.drawable.***中的文件是我们常用到的,不过有时候又没有直接的方法通过R文件获得图片,这时候就需要我们直接来转换一下了
下面提供四种方法给大家参考:
1、
Resources resources = mContext.getResources();
Drawable drawable = resources.getDrawable(R.drawable.***...
分类:
移动开发 时间:
2014-08-14 14:05:48
阅读次数:
192
上一篇写了关于Unity中的世界坐标转换为NGUI中的坐标,这篇来写一下关于NGUI中的坐标转换为Unity中的世界坐标,代码如下: 1 GameObject targetObject = (GameObject)Instantiate(Resources.Load("Model/"+n...
分类:
其他好文 时间:
2014-08-14 10:21:58
阅读次数:
260
安装phpcms后却不知道怎么进入后台,实际上输入如下地址即可进入后台登陆界面:http://你的域名/admin.php如果出现No permission resources.错误,可能是之前修改过后台访问域名,只需要把修改的清空即可:打开网站目录下面的:\caches\configs\syste...
分类:
Web程序 时间:
2014-08-13 12:46:26
阅读次数:
266
Windows Forms Leaks1.http://blogs.msdn.com/b/tess/archive/2008/02/04/net-debugging-demos-information-and-setup-instructions.aspx2.http://www.codeproje...
分类:
移动开发 时间:
2014-08-13 12:36:56
阅读次数:
260
本文转载自:http://blog.csdn.net/meizhiyun/article/details/86390021、获取本地程序图片方法一pictureBox1.BackgroundImage = Image.FromFile(@"Resources\bg.gif");或是pictureBo...
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state informa...
分类:
移动开发 时间:
2014-08-13 01:19:44
阅读次数:
179
Xamarin.Forms 在启动的时候相当慢,必须添加一个启动界面,步骤如下:
1.将启动画面的图片命名为:splash_screen.png,并拷贝到 Resources 文件夹下的相应 Drawable 文件夹中;
2.在其中的 Drawable 文件夹下创建 splashscreen.xml ,内容为:
<bitmap xmlns:android="http://sch...
分类:
移动开发 时间:
2014-08-11 17:47:32
阅读次数:
231
try { Sitecore.Resources.Media.MediaCreatorOptions options = new Sitecore.Resources.Media.MediaCreatorOptions();...
分类:
其他好文 时间:
2014-08-11 14:30:22
阅读次数:
232