码迷,mamicode.com
首页 >  
搜索关键字:open ssh    ( 40947个结果
SSH整合(配置方式)
工程目录:/SSH1/src/cn/itcast/domain/Book.javapackage cn.itcast.domain;/** * 图书 */public class Book { private Integer id; // 图书编号 private String name...
分类:其他好文   时间:2014-05-27 00:33:58    阅读次数:310
当rsync遇到非默认端口的ssh
在使用rsync使用ssh协议,来同步远程文件的方法,rsync -zvrtopg -e ssh但是如果遇到ssh不是22端口的时候使用rsync -zvrtopg -e ‘ssh -p 端口’特别是对于小文件特别多的时候,rsync独特算法的优势展现得淋漓尽致 !
分类:其他好文   时间:2014-05-26 22:47:34    阅读次数:229
文件共享和传输
1.windows和Linux文件共享使用 samba2.ftp 在系统中叫vsftpd windows和Linux文件传输可以使用 WINscp3.ssh 查看是否安装 rpm -q openssh 包括三个工具 ssh 远程登录 sftp 文件共享(类FTP) scp...
分类:其他好文   时间:2014-05-26 22:24:55    阅读次数:344
枚举(+-)
The game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator.There are 16 handles on the refr...
分类:其他好文   时间:2014-05-26 22:16:23    阅读次数:329
github开源库(一)
http://www.open-open.com/lib/view/open1388317199516.html1.ActionBarSherlockActionBarSherlock应该算得上是GitHub上最火的Android开源项目了,它是一个独立的库,通过一个API和主题,开发者就可以很方便...
分类:其他好文   时间:2014-05-26 21:10:47    阅读次数:347
ffmpeg: error while loading shared libraries: libavdevice.so.52
今天在编译安装ffmpeg的时候出现了题目中的问题,最终解决方案如下:errors:ffmpeg正常安装后执行ffmpeg时出现如下错误:ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shar...
分类:其他好文   时间:2014-05-26 20:54:37    阅读次数:313
Ruby常用文件操作
#建立一个222.rb文件并且输入字符file = File.open("222.rb","w+")file.puts "123\nwadwa\n12124124\ndwdw"file.close#输出222.rb的内容File.open("222.rb","r+") do |file|while ...
分类:其他好文   时间:2014-05-26 16:07:50    阅读次数:293
平滑处理 - cvSmooth 函数实现
前言 平滑是图像处理中很重要的操作,其主要用途是降噪。Open CV 提供了 5 种不同的平滑方法:简单模糊,简单无缩放变换的模糊,中值模糊,高斯模糊和双边滤波,它们都通过函数 cvSmooth 实现。 关于几种平滑的具体实现步骤及相关基础知识,本文不做讲解( 网上很多相关资料 ),仅就调用封装.....
分类:其他好文   时间:2014-05-26 15:44:53    阅读次数:494
2E02-View-Lists-multiple -choice-list
介绍一个多选list /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
分类:其他好文   时间:2014-05-23 00:52:57    阅读次数:455
在CentOS .65 64位安装OpenMeetings .3.0.1
OpenMeetings是一个多语言可定制的视频会议和协作系统。它支持音频、视频,能让你查看每个与会者的桌面。OpenMeetings还包含一个白板,通过白板可以导入各种格式的图片和涂鸦。其特色功能是白板功能,可以演示doc,ppt,pdf,jpg,txt等众多格式文件.下面我们进入安装过程.注意:Open..
分类:其他好文   时间:2014-05-22 18:15:29    阅读次数:567
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!