上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 41 下一页
摘要: 在终端里输入defaults write com.apple.finder AllowCutForItems 1如果要改回来,把1改成0就可以了. 阅读全文
posted @ 2013-09-12 13:40 Clotho_Lee 阅读(405) 评论(0) 推荐(0)
摘要: 1.下载glut的运行库(两个版本二选一) http://www.opengl.org/resources/libraries/glut/ Pre-compiled Win32 for Intel GLUT 3.7 DLLs for Windows 95 & NT Pre-compiled Win32 for Alpha GLUT 3.6 DLLs for Windows NT 阅读全文
posted @ 2013-05-28 11:19 Clotho_Lee 阅读(1159) 评论(1) 推荐(0)
摘要: 激活版都点击不了"在电脑设置中更改我的账户信息"(更改不了登录界面和用户头像) 1.win键 + X 2.命令提示符(管理员) 3.输入"sfc /scannow" 4.等待完成,重启 5.重新激活一次系统 阅读全文
posted @ 2013-05-24 12:57 Clotho_Lee 阅读(254) 评论(0) 推荐(0)
摘要: 1.随便弄个快捷方式到桌面,改名为显示桌面 2.修改快捷方式的图标为"显示桌面"的图标 右键 -> 属性 -> 更改图标 -> 删除路径输入框的文本 -> 回车 -> 选择"显示桌面"图标 * 也可以在路径输入框输入%SystemRoot%\System32\SHELL32.dll,然后按回车 3. 阅读全文
posted @ 2013-05-23 14:31 Clotho_Lee 阅读(3069) 评论(0) 推荐(0)
摘要: 1.新建两个.reg文件 2.分别输入以下文本 3.保存文件,双击执行 阅读全文
posted @ 2013-05-23 10:28 Clotho_Lee 阅读(1143) 评论(0) 推荐(0)
摘要: 初始化Direct3D 要载入Direct3D,要完成以下4步: 1.定义设备类型和特征级别. 2.创建Direct3D设备,渲染上下文和交换链 3.创建渲染目标 4.设置视口(viewport) 阅读全文
posted @ 2013-05-21 15:05 Clotho_Lee 阅读(562) 评论(0) 推荐(0)
摘要: 国外的引擎 CryEngine 3 http://www.crydev.net/ Unreal 3 http://www.unrealengine.com/ Unity3D http://unity3d.com/ Torque 3D http://www.garagegames.com/ 阅读全文
posted @ 2013-05-11 00:13 Clotho_Lee 阅读(380) 评论(0) 推荐(0)
摘要: http://www.easyicon.net/ http://www.findicons.com/ http://www.iconfinder.com/ http://www.iconarchive.com/ http://www.iconpng.com/ http://ico.ooopic.com/ 阅读全文
posted @ 2013-05-10 16:44 Clotho_Lee 阅读(362) 评论(0) 推荐(0)
摘要: 基于Debian ▪ Debian ▪ Ubuntu ▪ Linux Mint ▪ Knoppix ▪ MEPIS ▪ sidux ▪ CrunchBang Linux ▪ Chromium OS ▪ Google Chrome OS 基于Red Hat ▪ Red Hat Enterprise Linux ▪ Fedora ▪ CentOS ▪ Scientific Linux ▪ Oracle Linux 基于Mandriva ▪ Mandriva Linux ▪ PCLinuxOS ▪ Unity Linux ▪ Mageia 基于Gentoo ▪ Gentoo Linux ▪ Sabayon Linux ▪ Calculate Linux ▪ Funtoo Linux 基于Slackware ▪ S 阅读全文
posted @ 2013-05-10 11:47 Clotho_Lee 阅读(249) 评论(0) 推荐(1)
摘要: Configuration Properties -> VC++ Directories -> Include Directories 把$(DXSDK_DIR)Include;$(IncludePath)改成$(IncludePath);$(DXSDK_DIR)Include 就是把默认的Include目录放到DirectX的Include目录前面. 阅读全文
posted @ 2013-05-06 18:50 Clotho_Lee 阅读(300) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 41 下一页