plink_path="C:/plink.exe"'plink.exe路径 username="username"'用户名 password="password"'密码 host="192.168.0.1"'Unix/Linux服务器地址 command="ls"'要执行的命令 SetoShell=...
分类:
其他好文 时间:
2014-06-27 21:52:26
阅读次数:
293
使用“VS2013 开发人员命令提示”运行签名工具。转到要签名的文件目录运行命令:```csharpsigntool sign /a 要签名的程序.exe```signtool 的相关命令```csharpUsage: signtool [options] Valid command...
分类:
其他好文 时间:
2014-06-26 18:31:16
阅读次数:
1092
MAC COCOA call command 调用终端控制台程序
STEP 1
先写一个C++ DOS程序
STEP2
使用NSTask来执行,然后用NSPipe和
NSData来接受执行的结果字符串。
先写一个函数:
/*******************************
Function : NSTask Class + Terminal(=Windows Co...
分类:
其他好文 时间:
2014-06-26 10:17:56
阅读次数:
212
??
oracle 10g/11g 命令对比,日志目录对比
oracle 11g 中不再建议使用的命令
Deprecated Command
Replacement Commands
crs_stat
crsctl check cluster -all...
分类:
数据库 时间:
2014-06-26 07:42:07
阅读次数:
530
说来惭愧,MySQL一直处于只会用,不怎么理解的阶段。甚至是一些较为深层次的管理,都不怎么熟悉,得加强啊!近日,系统测试,使用MySQL数据库,需要在某个表上创建触发器,数据库是在本机安装。但是,无论如何都无法创建触发器,后台错误信息如下:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: TRIGGER command denie...
分类:
数据库 时间:
2014-06-26 07:11:40
阅读次数:
234
[{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, { // Emmet: Zencoding "ke...
分类:
其他好文 时间:
2014-06-25 15:31:43
阅读次数:
154
Thisshorttutorialisintendedtohelpnewbieswhodon’tknowhow
tofindouttheLinuxdistributionname,versionandkerneldetailsvia
commandline.Method1–Distribution&VersionDetails
Command:cat/etc/*-releaseSampleOutputOnCentOS6.4:CentOSrelease6.4(Final)SampleOutputO..
分类:
系统相关 时间:
2014-06-25 10:41:11
阅读次数:
306
OS X 10.9 Mavericks正式发布,免费更新,立即去更新看看效果。不过升级后安装命令行工具(Command Line Tools)时发现官网没有clt的下载安装包了,原来改了,使用命令在线安装。打开终端,输入命令:xcode-select --install选择“安装”,然后同意安装协议...
分类:
其他好文 时间:
2014-06-25 09:25:35
阅读次数:
222
1.使用if-then语句
结构化命令中,最基本的类型就是if-then语句。if-then语句有如下格式:
if command
then
commands
fi 如果你在使用其他编程语言的if-then语句,这种形式可能会让你有点困惑。在其他编程语言中,if语句之后的对象是一个等式来测试是TRUE还是FALSE值。如果该命令的退出状态码是0(该命令成功运行),位于...
分类:
其他好文 时间:
2014-06-25 08:49:26
阅读次数:
263
oracle 11g 中 (oracle 10g) crsctl 的 替换命令
Deprecated Command
Replacement Commands
crs_stat
crsctl check cluster -all
crsctl stat re...
分类:
数据库 时间:
2014-06-25 07:15:02
阅读次数:
379