上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 40 下一页
摘要: 3D图形的概念和渲染管线(5回完) 渲染的流程 看 “知乎用户” 的回答。 其他人的不要看。 下面拿我计算机图形学的一个例子来说吧,当时学得很渣所以如果有错请指出。 https://www.zhihu.com/question/31971846 超算中心的解释: 图形渲染是什么 http://www 阅读全文
posted @ 2017-06-10 21:25 lvmxh 阅读(301) 评论(0) 推荐(0)
摘要: http://www.jianshu.com/p/107c6b045245 阅读全文
posted @ 2017-06-10 20:41 lvmxh 阅读(109) 评论(0) 推荐(0)
摘要: 还有一些git的指令没有用过,记录在这里. 1. 设置远程branch的指令 There is no tracking information for the current branch.Please specify which branch you want to merge with.See 阅读全文
posted @ 2017-05-31 19:10 lvmxh 阅读(145) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-05-01 23:49 lvmxh 阅读(7) 评论(0) 推荐(0)
摘要: 1. openstack https://wiki.openstack.org/wiki/VolumeEncryption https://bugs.launchpad.net/nova/+bug/1511255 阅读全文
posted @ 2017-04-08 09:19 lvmxh 阅读(183) 评论(0) 推荐(0)
摘要: 首先 spec, 从671页看起 https://software.intel.com/sites/default/files/managed/a4/60/325384-sdm-vol-3abcd.pdf 1. CAT https://software.intel.com/en-us/article 阅读全文
posted @ 2017-03-28 19:43 lvmxh 阅读(1146) 评论(0) 推荐(0)
摘要: 除了automake/autoconfig 之外,还有其他的替换方式。 参看vdsm https://github.com/oVirt/vdsm/blob/master/Makefile.am http://www.cs.colby.edu/maxwell/courses/tutorials/mak 阅读全文
posted @ 2017-03-08 11:27 lvmxh 阅读(272) 评论(0) 推荐(0)
摘要: 1. debug by gdb: office doc download the runtime-gdb file. $ wget -q -O - https://golang.org/src/runtime/runtime-gdb.py |grep '<span id="L' > runtime- 阅读全文
posted @ 2017-03-07 19:42 lvmxh 阅读(13293) 评论(0) 推荐(2)
摘要: Ubuntu Linux系统环境变量配置文件: /etc/profile : 在登录时,操作系统定制用户环境时使用的第一个文件 ,此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行。/etc /environment : 在登录时操作系统使用的第二个文件, 系统在读取你自己的pro 阅读全文
posted @ 2017-02-13 18:16 lvmxh 阅读(7173) 评论(0) 推荐(0)
摘要: go web server 1. 在ubuntu上安装go. 在ubuntu14.04上目前,最高的版本是golang-1.6 $ sudo apt-get install golang-1.6 $ sudo apt-get install golang-go 然后参考http://tecadmin 阅读全文
posted @ 2017-02-13 18:15 lvmxh 阅读(1685) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 40 下一页