码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
03_03 bash特性详解(下)
命令别名aliasCOMALIAS=‘COMMAND[options][arguments]‘在shell中定义的别名仅在当前shell生命周期中有效:别名的有效范围仅为当前shell进程:ualiasCOMALIAS删除别名aliascp=‘cp-i‘命令替换$(COMMAND)反引号`COMMAND`把命令中某个子命令替换为其执行结果的过程echo"thecurrentd..
分类:其他好文   时间:2014-12-06 06:44:04    阅读次数:143
[android] No resource found that matches the given name 'Theme.AppCompat.Light'
在整合android过程中导入别人的项目出现下面的错误:                  error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.     通过stackoverflow查到其解决方法,如下:...
分类:移动开发   时间:2014-12-06 06:34:11    阅读次数:199
武汉科技大学ACM :1001: A+B for Input-Output Practice (I)
Problem DescriptionYour task is to Calculate a + b.Too easy?! Of course! I specially designed the problem for acm beginners.You must have found that s...
分类:其他好文   时间:2014-12-05 21:10:20    阅读次数:237
虚拟目录下apache点击报The requested URL* was not found on this server.
首先,我yum的httpd,把备份好的文件会存到/data/backup,并且在http.conf中配置虚拟目录alias/mogodb/"/data/backup" <Directory"/data/backup"> OptionsIndexesFollowSymLinks AllowOverrideAll Orderallow,deny Allowfromall </Directory>当我访问http://host/m..
分类:Web程序   时间:2014-12-05 19:30:39    阅读次数:185
Mac技巧
////////////////////////////////////////////////////////////////////////////////PC键盘在Mac上的映射Ctrl = Control Win Key = Command(俗称“花键”)Alt = Option Shift...
分类:系统相关   时间:2014-12-05 19:18:08    阅读次数:216
hadoop运行mahout问题解决方法
问题1:java.lang.IncompatibleClassChangeError:Found interface org.apache.hadoop.mapreduce.JobContext, but class was expectedat org.apache.mahout.common.H...
分类:其他好文   时间:2014-12-05 19:14:19    阅读次数:1053
if the parser found inconsistent certificates on the files in the .apk.104
当静默安装提示104时,是说升级的APK 和本地已经安装的APK 签名不一致,所以无法升级。经百度,找到知乎同学@陈子腾的回答,找到了问题所在。可以比对apk签名的fingerprint。假定安装了JDK,如果想查HelloWorld.apk所使用的签名的fingerprint,可以这样做:1. 查...
分类:其他好文   时间:2014-12-05 18:50:14    阅读次数:190
Git常用命令
查看、添加、提交、删除、找回,重置修改文件 git help <command> # 显示command的help git show # 显示某次提交的内容 git show $id git co -- <file> # 抛弃工作区修改 git co . # 抛弃工作区修改 git add <fil...
分类:其他好文   时间:2014-12-05 17:39:00    阅读次数:236
[CentOS]Centos设置网卡
IP设定查看Command# ifconfig -a# netstat -nr给eth0设定值# vi /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0 #设备名ONBOOT=yes ...
分类:其他好文   时间:2014-12-05 16:49:21    阅读次数:183
2 MySQL安装
目录:1. mysql安装简介2. 下载AppServ3. 安装AppServ4. 使用phpmyadmin连接MySQL5. 使用MySQL Command Line Client 连接MySQL1. mysql安装简介 简单查看了win7下MySQL的安装教程,单独安装配置都显得比较麻烦。而安....
分类:数据库   时间:2014-12-05 12:30:16    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!