kscope,scp的用法

1:kscope工具,用于查看代码。
》远程拷贝kscope到本地:scp -r test@192.168.11.12:~/kscope.tar.gz ./
》安装kscope: sudo apt-get install kscope
》启动kscope时可能会报错,并拒绝启动。可能没有安装ssh,此时执行:sudo apt-get install ssh 。

2:scp用法
》本地上传文件至服务器:
scp 本地文件名 远程用户名@远程IP地址:路径/新文件名;
例如:scp A.sql test@200.100.0.1:www/A_new.sql;

》从远程服务器下载文件至本地
scp 远程用户名@远程IP地址/新文件名 本地文件名
例如:scp test@200.100.0.1:www/A.sql A_new.sql;

3:bluetooth
GAP, SDP
HSP/HFP, OPP, A2DP, PBAP
BPP, BIP

4:UriMatcher.addURI(String authority, String path, int code):Add a URI to match, and the code to return when this URI is matched. URI nodes may be exact match string, the token "*" that matches any text, or the token "#" that matches only numbers.
authority the authority to match
path the path to match. * may be used as a wild card for any text, and # may be used as a wild card for numbers.
code the code that is returned when a URI is matched against the given components. Must be positive.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值