// Upgrade NOTE: replaced 'PositionFog()' with multiply of UNITY_MATRIX_MVP by position// Upgrade NOTE: replaced 'V2F_POS_FOG' with 'float4 pos : SV_P...
分类:
其他好文 时间:
2014-11-11 20:45:16
阅读次数:
494
/// /// Auto-upgrade. /// protected override void OnInit () { Debug.Log("Chu SHiHua"); if (!mFillCenter) { ...
分类:
其他好文 时间:
2014-11-11 18:35:22
阅读次数:
222
转自什么是MantisMantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, M...
分类:
其他好文 时间:
2014-11-11 18:06:27
阅读次数:
306
Volley主页https://android.googlesource.com/platform/frameworks/volleyhttp://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded1. 什么是Volley在这之前,...
分类:
移动开发 时间:
2014-11-11 14:00:17
阅读次数:
285
在android中去掉标题栏有三种方法,它们也有各自的特点。
1.在代码里实现
[java]
view plaincopyprint?
this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏
this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去...
分类:
移动开发 时间:
2014-11-11 09:25:47
阅读次数:
173
xml1Susake2游戏核心代码CCDictionary *strings = CCDictionary::createWithContentsOfFile("feature.xml");std::string str = ((CCString*)strings->objectForKey("1"...
分类:
其他好文 时间:
2014-11-11 02:02:30
阅读次数:
216
discuz论坛2.5升级X3时候,在线升级一半提示:文件 static/image/postbg/3.jpg 下载出现问题,请查看您的服务器网络以及data目录是否有写权限,请确认无误后点击确定出现这个问题请找到 source/admincp/admincp_upgrade.php 这个文件将文件...
分类:
Web程序 时间:
2014-11-10 19:41:57
阅读次数:
192
In the last post we created aScrollViewer Thumbnailfeature using a just a bit of Xaml and databinding magic.Since it's a pretty useful feature, it mak...
分类:
其他好文 时间:
2014-11-10 17:13:42
阅读次数:
274
先介绍去掉标题栏的方法:第一种:也一般入门的时候经常使用的一种方法requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏注意这句一定要写在setContentView()方法的前面,不然会报错的第二种:在AndroidManifest.xml文件中...
分类:
移动开发 时间:
2014-11-10 11:53:14
阅读次数:
241
// 去掉窗口标题requestWindowFeature(Window.FEATURE_NO_TITLE);// 全屏显示getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutPar...
分类:
移动开发 时间:
2014-11-08 23:24:47
阅读次数:
291