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
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现 Code Sign error: Provisioning profile ‘XXXX’ can...
分类:
其他好文 时间:
2014-06-27 21:21:37
阅读次数:
300
Eclipse中SVN插件常遇到的异常:Subclipse talks to Subversion via a Java API that requires access to native libraries.Those libraries where either not found or an...
分类:
其他好文 时间:
2014-06-27 21:03:57
阅读次数:
264
如果发现导入工程(impot)的时候,出现”No projects are found to import” 的提示,首先查看项目目录中是否有隐藏文件.project,还有目录结构也还要有一个隐藏文件.classpath,如果没有,你可以参考下面方法最直接的操作,可以把其它项目的.project, ...
分类:
系统相关 时间:
2014-06-27 00:25:08
阅读次数:
313
php 设计模式1: php 工厂设计模式'; return new $type; } else { echo 'driver not found'; throw new Exception('Driver ...
分类:
Web程序 时间:
2014-06-26 19:52:42
阅读次数:
242
使用“VS2013 开发人员命令提示”运行签名工具。转到要签名的文件目录运行命令:```csharpsigntool sign /a 要签名的程序.exe```signtool 的相关命令```csharpUsage: signtool [options] Valid command...
分类:
其他好文 时间:
2014-06-26 18:31:16
阅读次数:
1092
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