码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
Nightmare
DescriptionIgnatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should ge...
分类:Web程序   时间:2014-12-16 06:28:33    阅读次数:271
Tempter of the Bone
Tempter of the BoneTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe doggie found a bone in an ancient maze...
分类:其他好文   时间:2014-12-16 00:56:05    阅读次数:142
CentOS 中无法使用make,make install 命令 make: command not
##CentOS 中无法使用make,make install 命令 make: command not found## **1、安装make** ============ yum -y install gcc automake autoconf libtool make **2、安装gcc** =========== yum install gcc gcc-c++...
分类:其他好文   时间:2014-12-15 23:45:24    阅读次数:394
MySQL5.6 Using a password on the command line interface can be insecure
最近把MySQL从5.5升到5.6以后,mysqldump居然不好用了,提示:代码如下复制代码[root@qttc ~]# /usr/local/mysql/bin/mysqldump -uroot -proot db > bak.sqlWarning: Using a passwordon the...
分类:数据库   时间:2014-12-15 23:15:07    阅读次数:411
Handler、Thread和Runnable简单分析
Handler、Thread和Runnable在开发中频繁使用,很多新手都因为概念不清而头绪全无,在这我来简单得缕缕这三者的联系与区别。 Runnable是最简单的,它并没有什么包装,Android源码如下: 1 /** 2 * Represents a command that can b...
分类:其他好文   时间:2014-12-15 16:57:31    阅读次数:405
Linux 使用unzip解压时报错End-of-central-directory signature not found
Linux 使用unzip解压时报错End-of-central-directory signature not found...
分类:系统相关   时间:2014-12-15 15:30:24    阅读次数:2174
mysql slave 错误解决
执行CHANGE MASTER TO master_host............后报错ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the M...
分类:数据库   时间:2014-12-15 15:00:12    阅读次数:250
关于mysql数据库在输入密码后,滴的一声直接退出界面的解决办法(详细办法)
前一阵子,由于写程序要用到数据库,便在本子上下载了一个,却出现很多小问题(自己的台式机却没有该问题,可能是本人的本子太渣了吧),纠结了好一阵,回头想想,发现问题,分析问题,解决问题,不就是我们的软件管理的思想嘛,只有经历过问题,才能深刻理解。废话不多说了,直接上题。 下载好mysql后,当你打开mysql的字符界面时(MySQL 5.5 Command Line Client),输入密码(在安装...
分类:数据库   时间:2014-12-15 13:49:51    阅读次数:240
Python version 2.7 required, which was not found i
解决方法: 新建一个register.py 文件,把一下代码贴进去,保存(G盘),然后在命令行下执行? python register.py 即可 # # script to register Python 2.0 or later for use with win32all # and other extension...
分类:编程语言   时间:2014-12-15 12:20:29    阅读次数:172
Android studio 1.x 使用问题汇总
使用问题汇总 1、在国内如何更新android sdk? 2、解决Fetching android sdk component information加载问题 3、Gradle DSL method not found: runProguard()...
分类:移动开发   时间:2014-12-15 12:17:11    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!