码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
cocos2D-X源码分析之从cocos2D-X学习OpenGL(3)----BATCH_COMMAND
个人原创,欢迎转载,转载请注明原文地址http://blog.csdn.net/bill_man上一篇介绍了QUAD_COMMAND渲染命令,顺带介绍了VAO和VBO,这一篇介绍批处理渲染命令BatchCommand,批处理命令的处理在Render中比较简单else if(commandType == RenderCommand::Type:: BATCH_COMMAND) { //将之...
分类:其他好文   时间:2014-08-15 21:10:49    阅读次数:236
python中asynchat异步socket命令/响应处理
该模块基于asyncore简化了异步客户端和服务器,并使其更容易元素处理由任意的字符串结束,或者是可变长度的的协议。它提供了抽象类async_chat,提供collect_incoming_data()和found_terminator()方法。循环和asyncore的一样,有2种信道:asyncore.dispatcher和asynchat.async_c..
分类:编程语言   时间:2014-08-15 18:07:39    阅读次数:242
FSG报表打印报错,log文件显示java.sql.SQLException: No corresponding LOB data found
报错信息: +---------------------------------------------------------------------------+ Plsql 程序的日志信息开始 +---------------------------------------------------------------------------+ +-----------------...
分类:数据库   时间:2014-08-15 12:55:58    阅读次数:511
解决The current branch is not configured for pull No value for key branch.master.merge found in config
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:其他好文   时间:2014-08-15 12:15:58    阅读次数:209
mac下截屏快捷键
在Mac OS中,有非常方便的截屏快捷键:? Command-Shift-3: 对整个屏幕截屏,图片会保存的一个文件中(默认保存的桌面上)? Command-Ctrl-Shift-3: 对整个屏幕截屏,图片被保存到剪贴板(夹纸板)中。? Comman...
分类:其他好文   时间:2014-08-15 09:35:48    阅读次数:215
How to extract msu/msp/msi/exe files from the command line
I find these commands quite helpful — maybe you know them already — if not, here you go:Microsoft Hotfix Installer (.exe)setup.exe /t:C: /cMicrosoft U...
分类:其他好文   时间:2014-08-15 04:01:46    阅读次数:388
OCP读书笔记(24) - 题库(ExamD)
301.Which command is used to configure RMAN to perform a compressed backup for every backupexecuted?A. BACKUP AS COMPRESSED BACKUPSET DATABASEB. BACKU...
分类:其他好文   时间:2014-08-14 23:22:36    阅读次数:393
osx and iOS kernel
为每个进程创建page table ,iOS没有Mach API documentation can be found in the osfmk/man directory of the XNU source package.Mach IPC: Ports and Messages
分类:移动开发   时间:2014-08-14 23:12:26    阅读次数:209
FATAL:NO bootable medium found!System halted.
问题描述:致命错误,没有可引导的媒体.系统挂起.以下是在网上查的:1:检查硬盘的类型,ide或sata接口是否在0,0或是在1,0.2:光驱是否选择iso文件.3:iso文件是否损坏4:virtualbox默认是软盘启动,设置成光盘(设置-系统-启动顺序)我今天遇到了这个错误。之前,虚拟机都是可以正...
分类:其他好文   时间:2014-08-14 16:19:28    阅读次数:226
javascript之解决dom中存在的空白节点问题
下面有一段html文档 Introduction to the DOM There are a number of reasons why the DOM is awesome, here are some: It can be found everywhere. It's easy to use. It can...
分类:编程语言   时间:2014-08-14 14:09:48    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!