码迷,mamicode.com
首页 >  
搜索关键字:command line tools    ( 47766个结果
错误提示:Apple Mach-O Linker Error
错误提示:Apple Mach-O Linker Error 红色提示: Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1 这种提示往往让我们不知道哪儿出错了,给出的提示不是很明显。 发生这种错误的原因通常是因为两个子工程中存在同名类造...
分类:移动开发   时间:2014-07-22 23:05:33    阅读次数:469
异常/usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h'
出现下列异常:  /usr/bin/install -c -m 644 jconfig.h /usr/local/jpeg6/include/jconfig.h /usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h': No such file or directory ...
分类:其他好文   时间:2014-07-22 22:59:55    阅读次数:893
VC++的菜单控制和自绘菜单
菜单控制为什么即使调用EnableMenuItem菜单项后,菜单项还处于禁止状态需要将CFrameWnd:: m_bAutomenuEnable设置为FALSE,如果该数据成员为TRUE(缺省值),工作框将自动地禁止没有ON_UPDATE_COMMAND_UI或者ON_COMMAND的菜单项。//D...
分类:编程语言   时间:2014-05-02 01:11:58    阅读次数:418
C++ 控制台代码输出控制
在C++控制台应用程序中可以控制控制台输出的字体颜色和 接受任意按键退出#ifndef CONSOLE_UTILS_H#define CONSOLE_UTILS_H#include #include #include //default text colors can be found in win...
分类:编程语言   时间:2014-05-02 00:23:19    阅读次数:450
GPL、LGPL、MIT、BSD、Apache,这些开源协议,你都注意过吗?
本人在开发iOS应用的过程中,经常会使用到别人撰写的类库,不仅因为能够节省下大量的开发和调试的时间,还因此获得了更多完善且强大的功能和效果。在使用别人撰写的类库的时候,必须当心该类库所涉及的授权问题,如果使用不慎,很可能引发不必要的麻烦,甚至可能导致法律纠纷。同样使用过外部类库的开发者们,你们是否注...
分类:其他好文   时间:2014-05-01 22:21:36    阅读次数:1763
ADO.NET——Command(执行SQL) & DataReader(读取数据库)
Command对象主要用于对数据源执行SQL命令并返回结果。      ADO.NET提供了Connection来连接数据库,同时也提供了Command对象来查询数据库。同Connection对象一样,Command也有两种:OleDbCommand和SqlCommand.其区别同Connection对象。      Command对象有一个属性:CommandType(sql...
分类:数据库   时间:2014-05-01 18:27:35    阅读次数:287
Eclipse中使用Ant打Android包报错解决方案 – Perhaps JAVA_HOME does not point to the JDK
问题描述: 在Eclipse中运行ant批量打包工具出错,日志信息如下: D:\Android\android-sdk-windows\tools\ant\build.xml:601: The following error occurred while executing this line: D:\Android\android-sdk-windows\tools\ant\bui...
分类:移动开发   时间:2014-04-30 22:48:39    阅读次数:359
Xcode 5.1安装插件:规范注释生成器VVDocumenter
类似java的多行注释! 安装过程: 1.前往GitHub下载工程文件:VVDocumenter-Xcode 2.用Xcode打开工程,Command + B Build成功后,可以在~/Library/Application Support/Developer/Shared/Xcode/Plug-ins目录下看到生成的xcplugin文件: ...
分类:其他好文   时间:2014-04-30 22:46:38    阅读次数:304
Visual Studio Tools for Office (VSTO) 简介及资源整理
VSTO(Visual Studio Tools for Office) 简介与部分资源整理...
分类:其他好文   时间:2014-04-30 22:14:39    阅读次数:264
Teradata Express for VMware
1,按照vmware,导入系统(注意td提供的版本是64位的) 2,linux系统:root/root 3,配置ip: Enter a cop entry in the linux hosts file (/etc/hosts accessible from the linux command line in the VMware console, ie. c:>vi /etc/host...
分类:其他好文   时间:2014-04-30 22:13:39    阅读次数:503
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!