码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
Git 学习小结
(自己小项目的版本控制需求,选择使用Git(主要是GitHub的强力输出))开始个人尝试后的常用命令小结:常用Git Command:首先设置用户名邮箱作为提交到Git的用户索引:git config --global user.name "Your name"git config --global...
分类:其他好文   时间:2014-08-27 20:25:58    阅读次数:150
[计算机故障]笔记本无法启动,开机启动出现“Operating System Not Found”无法进系统
背景介绍:同事的一台索尼的笔记本,安装XP。开机启动出现“Operating System Not Found”无法进系统诊断:初步判断硬盘故障。但听声音,没有异响。开机按F2进入BIOS设置。发现没有认到硬盘。于是判断硬盘没有接好。关机,取掉笔记本电池,拆开索尼笔记本后盖,拿掉硬盘接线。更换一块硬...
分类:其他好文   时间:2014-08-27 18:39:48    阅读次数:278
/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh: line 19: mysql: command not found
[root@test ~]# tail -f /tmp/zabbix_agentd.log/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh: line 19: mysql: command not foundvi/var/lib/z...
分类:移动开发   时间:2014-08-27 18:32:38    阅读次数:439
sublime自动对齐Alignment插件快捷键
[ { "keys": ["ctrl+alt+f"], "command": "alignment" }]
分类:其他好文   时间:2014-08-27 18:16:48    阅读次数:172
上下文菜单与TrackPopupMenu
这算是一个演示程序吧,想不到上下文菜单也是採用ON_COMMAND宏来进行消息映射,在这里,我发现一个问题:从CWnd派生的类ON_UPDATE_COMMAND_UI_RANGE似乎没有效果,不知道应该再加点什么,可是从CFrameWnd派生出来问题就不会发生,真是奇怪……看看从CWnd派生出来的效...
分类:其他好文   时间:2014-08-27 17:58:48    阅读次数:234
android.content.ActivityNotFoundException: No Activity found to handle Intent
代码如下: public void sendMessage(String number) { if (TextUtils.isEmpty(number)) { return; } Intent intent = new Inten...
分类:移动开发   时间:2014-08-27 16:03:27    阅读次数:950
vim中的缩进
# 缩进 # 缩进的设置 1. autoindent (ai) > Copy indent from current line when starting a new line (typing in Insert mode or when using the "o" or "O" command). If you do not type anything on the new...
分类:其他好文   时间:2014-08-27 13:16:38    阅读次数:213
linux 基础
文件系统 a.目录结构 ls?/ bin?dev?home?lib?lost+found?mnt?proc?run?selinux?sys?usr?vmlinuz boot?etc?initrd.img?lib64?media?opt?root?sbin?srv?tmp?var b.常用目录介绍 /bin?所有用...
分类:系统相关   时间:2014-08-27 13:14:18    阅读次数:453
LeetCode 34 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-08-27 13:05:17    阅读次数:226
龙芯2f笔记本安装debian错误--bzcat
在正常安装龙芯2f的debian系统时出现如下错误:requires the bzcat command which is not available 说明,原有的安装镜像中没有将bzip2这个包打入到系统中,所以需要自己手动将其安装.先将其下载到根目录 / .wget http://ftp.us.debian.org/debian/pool/main/b/bzip2/[libbz2-1.0_1....
分类:其他好文   时间:2014-08-27 11:00:17    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!