所以对于没有被任何东西引用,只靠在游戏运行时使用Shader.Find换上去的shader,为了双保险,可以首先放到resources文件夹里,另外,再在ProjectSettings->Graphics里的always included shaders添加此shader。 放在resources文 ...
分类:
编程语言 时间:
2016-12-20 20:33:08
阅读次数:
419
1.命名规范,都是采用struts-xxx.xml文件,即以struts开头 2.file的路径不要以/开头,在其他版本是以/开头的 <include file="/com/bjsxt/struts2/ognl/ognl.xml"/>这一行报错,提示错误Included file cannot be ...
分类:
其他好文 时间:
2016-12-16 22:29:20
阅读次数:
275
最近在开发强一致性的分布式算法,因此需要深入理解下Raft算法,这里对Raft论文进行了翻译,留以备用 - Sunface. 英文版论文:https://ramcloud.atlassian.net/...
分类:
编程语言 时间:
2016-12-15 21:18:36
阅读次数:
282
版权声明:本文出自阿钟的博客,转载请注明出处:http://blog.csdn.net/a_zhon/。 版权声明:本文出自阿钟的博客,转载请注明出处:http://blog.csdn.net/a_zhon/。 目录(?)[+] 目录(?)[+] 1.简单介绍一下NDK和JNI NDK:NDK是Na ...
分类:
移动开发 时间:
2016-12-13 13:52:43
阅读次数:
282
IEnvelope Interface Provides access to methods and properties of envelopes. Note: the IEnvelope interface has been superseded byIEnvelope2. Please con ...
分类:
其他好文 时间:
2016-12-01 02:28:36
阅读次数:
192
(1)#cd/usr/local/src/(2)#wgethttp://syslab.comsenz.com/downloads/linux/httpd-2.2.16.tar.gz(3)解压:#tarzxvfhttpd-2.2.16.tar.gz(4)配置编译参数:#cdhttpd-2.2.16
#./configure --prefix=/usr/local/apache2 --with-included-apr --enable-so --enable..
分类:
Web程序 时间:
2016-11-30 17:43:01
阅读次数:
171
intellij idea中文资料网上比较少,对于eclipse的项目如何导入intellij idea也没有完整的说明,本人在这里整理下,方便更多人加入到intellij idea的阵容里。 直接上干货! 一、导入Eclipse项目至idea File – New – Module from Ex ...
分类:
系统相关 时间:
2016-11-27 07:21:17
阅读次数:
326
结论:对于const类型常量,需要申明和定义都加上extern。而,普通全局变量,只需要在头文件申明时加extern ...
分类:
其他好文 时间:
2016-11-26 20:53:58
阅读次数:
179
wx.Window is the base class for all windows and represents any visible object on screen. All controls, top level windows and so on are windows. Sizers ...
分类:
编程语言 时间:
2016-11-26 14:45:08
阅读次数:
410
安装Python的psutil模块:tarzxvfpsutil-2.0.0.tar.gz
cdpsutil-2.0.0
pythonsetup.pyinstall报错:runninginstall
runningbdist_egg
......
psutil/_psutil_linux.c:12:20:error:Python.h:Nosuchfileordirectory
Infileincludedfrompsutil/_psutil_linux.c:23:
psutil/_psutil..
分类:
编程语言 时间:
2016-11-17 21:22:23
阅读次数:
4110