码迷,mamicode.com
首页 >  
搜索关键字:command-t    ( 10518个结果
powershell.exe直接运行命令
powershell.exe -Command "& { ('time={0},user={1}' -f (get-date),(whoami)) | Out-File "d:\user.log" -Append }"给.exe文件添加参数,参数是 array 格式$argus = "$env:wi...
分类:其他好文   时间:2014-08-28 14:39:59    阅读次数:220
SD卡的控制方法(指令集和控制时序)
1.SD卡的命令格式:SD卡的指令由6字节(Byte)组成,如下:Byte1:0 1 x x x x x x(命令号,由指令标志定义,如CMD39为100111即16进制0x27,那么完整的CMD39第一字节为01100111,即0x27+0x40) Byte2-5:Command Argument...
分类:其他好文   时间:2014-08-28 11:10:39    阅读次数:219
OCP试题解析之053-17 CONFIGURE CONTROLFILE AUTOBACKUP ON
17.You configure AUTOBACKUP to ON in an RMAN session. When will RMAN back up the control file? (Choose all that apply.) A. When you run an RMAN BACKUP command B. When you run an RMAN ALLOCATE comma...
分类:其他好文   时间:2014-08-28 00:53:58    阅读次数:189
/ etc / init.d / iptables: line 268: restorecon: command not found
When I tried to restart iptables from vps , I got the following error.Iptables encountered such a problem to save the iptables rules:“iptables: Saving...
分类:其他好文   时间:2014-08-27 23:21:58    阅读次数:243
Git 学习小结
(自己小项目的版本控制需求,选择使用Git(主要是GitHub的强力输出))开始个人尝试后的常用命令小结:常用Git Command:首先设置用户名邮箱作为提交到Git的用户索引:git config --global user.name "Your name"git config --global...
分类:其他好文   时间:2014-08-27 20:25:58    阅读次数:150
/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
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
龙芯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
迷上了代码!