码迷,mamicode.com
首页 >  
搜索关键字:actually    ( 350个结果
Unity3d 模拟视锥的实现
一个独立游戏 Teleglitch 使用了一种欺骗手法来模拟视锥,效果如下: 博主看了看了看提示 Actually, the line of sight shadows aren’t done with perspective. They are just black polygons extruded from the walls away from the player. ...
分类:编程语言   时间:2016-04-16 12:36:42    阅读次数:215
Unity3d 模拟视锥的实现
一个独立游戏 Teleglitch 使用了一种欺骗手法来模拟视锥,效果如下: 博主看了看了看提示 Actually, the line of sight shadows aren’t done with perspective. They are just black polygons extrud ...
分类:编程语言   时间:2016-04-16 12:17:59    阅读次数:192
高性能MySQL笔记-第5章Indexing for High Performance-005聚集索引
一、聚集索引介绍 1.什么是聚集索引? InnoDB’s clustered indexes actually store a B-Tree index and the rows together in the same structure. 2.为什么一张表只能一个聚集索引? When a tab ...
分类:数据库   时间:2016-04-12 19:20:08    阅读次数:259
Sphinx
Welcome What users say: “Cheers for a great tool that actually makes programmers want to write documentation!” What users say: “Cheers for a great too ...
分类:其他好文   时间:2016-04-06 00:27:54    阅读次数:155
[RxJS] Getting Input Text with Map
By default, Inputs will push input events into the stream. This lesson shows you how to use map to convert the input event into the text you actually
分类:Web程序   时间:2016-03-11 06:27:19    阅读次数:241
[RxJS] Reactive Programming - Sharing network requests with shareReplay()
Currently we show three users in the list, it actually do three time network request, we can verfiy this by console out each network request: var resp
分类:Web程序   时间:2016-03-09 06:56:33    阅读次数:185
Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!
执行Maven Install打包的时候,提示以下警告信息: [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent! 需要在<proj
分类:其他好文   时间:2016-03-05 21:42:20    阅读次数:170
[Hapi.js] Using the response object
When you use reply method: let resp = reply('hello world') It actually return an response object. By using response object, you can modiy the response
分类:Windows程序   时间:2016-02-28 21:26:02    阅读次数:328
lightoj 1102 - Problem Makes Problem
1102 - Problem Makes Problem As I am fond of making easier problems, I discovered a problem. Actually, the problem is 'how can you make n by adding k 
分类:其他好文   时间:2016-02-27 16:27:48    阅读次数:233
ssm操作控制台输出sql语句 log4j.properties
# Configures Log4j for Tomcat and Sakai # use "A" for log in with catalina.out (actually standard output) log4j.rootLogger=WARN, Sakai # Configuration
分类:数据库   时间:2016-02-01 18:10:34    阅读次数:196
350条   上一页 1 ... 20 21 22 23 24 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!