码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
android开发 eclipse 里面编写xml无提示
刚开始在网上看别人说的adt版本太高了我的adt是23,我就按他的方法下载了一个22的adt结果集成不了,这种方式果断放弃!! 然后我就注意到了新建项目的时候控制台有这个日志输出 AppWidget declare-styleable AppWidgetProviderInfo not found in file /Users/liping/Desktop/adt-bundle-mac-x...
分类:移动开发   时间:2014-12-07 16:28:09    阅读次数:204
bash shell简介及变量
一、简介Bash(GNUBourne-AgainShell);是shell的一种;是一个命令语言解释器(command-languageinterpreter);可以兼容大多数其他shell的语言;其历史及详细介绍请点击:(https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29#Brace_expansion)二、bash变量2.1变量命名法则(..
分类:系统相关   时间:2014-12-07 15:11:33    阅读次数:380
symbol(s) not found for architecture x86_64
项目报错如下:ld: warning: ignoring file /xxxx/xxxx/ZBarSDK/libzbar.a ld: symbol(s) not found for architecture x86_64项目设置支持64位,如下图:原因:ZBarSDK不支持64位所致。支持64位.....
分类:其他好文   时间:2014-12-07 12:28:07    阅读次数:1348
让ADS与KEIL共存 Warning: L6373W: libattrs.map file not found in System Library directory
keil链接时出现这样的问题,电脑中有同时安装ADS与Keil,那应该是他们冲突了。linking....\Obj\Hello.axf: Warning: L6373W: libattrs.map file not found in System Library directory C:\Progr...
分类:其他好文   时间:2014-12-07 11:14:49    阅读次数:587
mysql数据库备份及恢复命令mysqldump,source的用法
还原一个数据库:mysql -h localhost -u root -p123456 www d:/www2008-2-26.sql//以下是在程序中进行测试//$command = "mysqldump --opt -h $dbhost -u $dbuser -p $dbpass $dbname...
分类:数据库   时间:2014-12-07 10:08:46    阅读次数:296
unzip解压3G或者4G以上文件失败的解决方法
Linux下,使用unzip解压时,报错:End-of-central-directory signature not found. Either this file is nota zipfile, or it constitutes one disk of a multi-part archiv...
分类:其他好文   时间:2014-12-06 20:16:37    阅读次数:417
启动eclipse是报 no java virtual machine was found after searching the following location
博文地址:http://blog.csdn.net/liuhui_8989/article/details/19414187复制去Google翻译翻译结果http://blog.csdn.net/liuhui_8989/article/details/19414187
分类:编程语言   时间:2014-12-06 18:02:45    阅读次数:193
系统性能辅助监控工具 - watch
实时监测命令,watch是一个非常实用的命令,可以帮你实时监测一个命令的运行结果,省得一遍又一遍的手动运行。该命令最为常用的两个选项是-d和-n,其中-n表示间隔多少秒执行次"command",-d表示高亮发生变化的位置。用法举例:1)每隔一秒执行一次who命令,以监视服务器当前用户登录的状况wat...
分类:其他好文   时间:2014-12-06 12:48:29    阅读次数:170
LeetCode[Array]: Search for a Range
Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found in t...
分类:其他好文   时间:2014-12-06 08:53:46    阅读次数:155
Command模式(C++命令模式)
重新温习GOF23到第19个命令模式了,写下来方便自己理解 用经理,秘书,邮局来理解这个模式还是比较好的。 经理:喂,小丽呀,这儿有封信,请帮我尽快寄出去… 秘书:好的,经理,我马上去办! 秘书拿着这封信,到一家邮局将信寄了出去。邮局最终也将信投递到了收件人手中。 这是一个很常见的生活工作场景,不过这里面:经理、秘书和邮局,三者在不知不觉间,演绎了一出面向对象设计模式:Command模式...
分类:编程语言   时间:2014-12-06 08:53:39    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!