最近的一些小的update:
1.normal map VS bump map
2.material LOD 细节更新
3.UV坐标系
分类:
其他好文 时间:
2014-12-16 13:10:45
阅读次数:
281
下载 http://pan.baidu.com/s/1c0o1HKW解压到eclipse的dropins下安装 http://eclipse-color-theme.github.com/update插件,在 window -> general -> appearance 中设置 Theme在 wi...
分类:
系统相关 时间:
2014-12-16 13:10:35
阅读次数:
163
#ifndef __LINUX_KVM_H#define __LINUX_KVM_H/** Userspace interface for /dev/kvm - kernel based virtual machine** Note: you must update KVM_API_VERSION ...
The way to solve this problem have two methods:1.Through command lineRunning this command will update the repo to use HTTP rather than HTTPS:sudo sed ...
分类:
Web程序 时间:
2014-12-16 13:04:44
阅读次数:
214
先卸载ibussudo apt-get remove ibus (也可尝试不卸载ibus,直接安装fcitx)添加源sudo add-apt-repository ppa:fcitx-team/nightly进行更新sudo apt-get update安装fcitx输入法sudo apt-get ...
分类:
系统相关 时间:
2014-12-16 11:37:23
阅读次数:
300
我们操作数据库的时候,有时候会遇到insertOrUpdate这种需求。如果数据库中存在数据就update,如果不存在就insert。以前的时候,需要额外select查询一下,如果有数据就update,如果没有数据就insert。而现在Orcale数据库都提供了 MERGE 方法来处理这种需求。ME...
分类:
数据库 时间:
2014-12-16 11:29:46
阅读次数:
215
This Android SDK requires Android Developer Toolkit version23.0.0or above. Current version is 12.0.0.v201106281929-138431.Please update ADT to the lat...
分类:
移动开发 时间:
2014-12-16 11:18:23
阅读次数:
145
magento order number长度(修改)设置2013年3月15日星期五 Asia/Shanghai上午10时22分02秒1-进入要修改的该网站的数据库;2-找到表名:eav_entity_type3-在sql上输入:update `eav_entity_type` set `increm...
分类:
其他好文 时间:
2014-12-16 11:17:58
阅读次数:
165
首先更新一下源:sudo apt-get update如果你不知道Postgresql具体的包的名称,可以使用一下语句进行查找:apt-cache search ^Postgresql使用上述搜索,可以查到当前可安装的Postgresql版本,使用apt-get进行安装:sudo apt-get i...
分类:
数据库 时间:
2014-12-15 23:27:13
阅读次数:
245
到目前为止,我们学到了将如何把资料由表格中取出。但是这些资料是如果进入这些表格的呢? 这就是这一页 (INSERT INTO) 和下一页 (UPDATE)
要讨论的。
基本上,我们有两种作法可以将资料输入表格中内。一种是一次输入一笔,另一种是一次输入好几笔。我们先来看一次输入一笔的方式。
依照惯例,我们先介绍语法。一次输入一笔资料的语法如下:
INSERT INTO "表格名" ...
分类:
数据库 时间:
2014-12-15 21:54:23
阅读次数:
260