GLUT Trackball Demo eryar@163.com 1.Introduction 在三维场景中建立模型后,为了方便用户从各个角度观察模型,从而需要对三维视图进行控制。常见的视图交互控制方式有:Trackball控制器、飞行控制器,还有三维游戏常用的第一人称控制器。这些视图控制器的根本 ...
分类:
其他好文 时间:
2017-06-08 00:17:36
阅读次数:
344
ALTER proc [dbo].[mp_w_RechargePortalPayPal_All] ( @PayPalOrderNo nvarchar(50), --订单号 @nAccountIDFrom int, --充值帐号 @nAccountIDTo int, --充入帐号 @cTotalMon ...
分类:
Web程序 时间:
2017-05-27 17:08:04
阅读次数:
285
水题。 代码: //poj 2683 //sep9 #include <iostream> using namespace std; int main() { int cases; scanf("%d",&cases); while(cases--){ int fund,year,op,ans=-1 ...
分类:
其他好文 时间:
2017-05-24 10:08:11
阅读次数:
123
首先根据我有限的知识判断,回滚之后进行写表,该写表动作只能使用listener来进行。 考虑使用的listener有:ItemWriteListener StepExecutionListener ChunkListener 我首先使用了ItemWriteListener,在 onWriteErro ...
分类:
其他好文 时间:
2017-05-21 17:47:01
阅读次数:
290
It's almost summer time, and that means that it's almost summer construction time! This year, the good people who are in charge of the roads on the tr ...
分类:
其他好文 时间:
2017-05-20 22:34:40
阅读次数:
237
增加暗码命令切换开关机logo功能u-boot logo显示原理:1.————Little Kernel会在platform_early_init阶段首先会获取lcm params,其工作流程就是透过读id找到现在插入的LCM,根据LCM的分辨率申请相应大小的frame buffer并确定frame ...
分类:
其他好文 时间:
2017-05-16 19:16:20
阅读次数:
230
【git查看某个文件修改历史】 1、使用git命令 git whatchanged charge.lua 显示某个文件的每个版本提交信息:提交日期,提交人员,版本号,提交备注(没有修改细节) git show 7aee80cd2afe3202143f379ec671917bc86f9771 显示某个 ...
分类:
其他好文 时间:
2017-05-14 21:40:02
阅读次数:
168
这些事实上就是优化rom 的一些实用小技巧. 认为非常多还是实用的. Build.prop (编辑 /system/build.prop 文件(须要root, 能够用文件管理器或者其它root explorer) 假设build.prop里面有这些參数,仅仅须要把数值更改 1. 强制把Home程序驻 ...
分类:
移动开发 时间:
2017-05-13 14:26:55
阅读次数:
286
Problem You are in charge of setting up the press room for the inaugural meeting of the United Nations Internet eXecutive (UNIX), which has an interna ...
分类:
其他好文 时间:
2017-04-20 22:57:08
阅读次数:
257