码迷,mamicode.com
首页 >  
搜索关键字:ssh scp error    ( 47807个结果
git http方式提交时的一个小问题
error: RPC failed; result=22, HTTP code = 411fatal: The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:其他好文   时间:2014-05-10 01:06:09    阅读次数:367
jsp中导入导出excel,ssh框架
导入Excel:jsp中1 2 导入数据3 4 5 6 action中:action最前面肯定要有下面这几句,而且要有其对应的set、get方法private File tradingMoneyFile;// 实际上传文件pri...
分类:Web程序   时间:2014-05-09 23:25:13    阅读次数:560
Linux下SSH免密码登录(转)
搭建hadoop集群的时候一定会用到的就是SSH免密码登录[hadoop@hadoop1 ~]$ ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/home/ha...
分类:系统相关   时间:2014-05-09 23:10:11    阅读次数:471
angular学习笔记(九)-css类和样式2
在上一个例子中,元素的类名使用拼接的方法,这样,类名中就不得不带有true或false,并且不易维护,所以,angular使用ng-class属性来控制元素的类名:我们来看一个小例子,点击error按钮,顶部提示错误框,点击warning按钮,顶部提示警告框.错误框的类名是.err,警告框的类名是....
分类:Web程序   时间:2014-05-09 19:30:28    阅读次数:523
centos 6.4 修改ssh默认端口22为其他端口详尽安全教程(包含SELinux,iptables设置)
该教程是目前最安全的教程,如果你是新手请严格按照教程的步骤进行,如果是有一定基础的人可以选择性跳过某些段落 修改端口配置 先运行 vim /etc/ssh/sshd_config 找到#Port 22 这行然后去掉前面的注释,然后再下面加一行 Port 1234 Port 22 Port 1234 很多教程是直接修改22为其他端口,最好不要这样做,万一修改的端口不能用,你就完全登陆...
分类:系统相关   时间:2014-05-09 15:17:27    阅读次数:510
oem7f7引起的启动问题及解决办法
安装了win7后,用了oem7f7,没效果,然后每次启动都先出现这样一排英文FATALERROR:oneormoretablepointersareinvalid.ModificationcouldbeunsafePressanytocontinuebooting按了任意键后才能进入系统,后来在oem7f7里面点击卸载,就能正常启动了。
分类:其他好文   时间:2014-05-09 14:32:51    阅读次数:471
nginx.conf
usergroupwwwwww;worker_processes8;//进程数,建议设置为等于CPU总核心数error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;pidlogs/nginx.pid;events{worker_connections1024;}http{includemime.types;default_typeapplication/octet-st..
分类:其他好文   时间:2014-05-09 14:30:49    阅读次数:308
mysql日常错误信息解决方法:InnoDB: and force InnoDB to continue crash recovery here.
今天早上上班来打开环境,mysql报了这个错误,猜到的原因应该是昨天晚上下班没等mysql服务器退出就关闭计算机。2014-05-09 09:44:25 4128 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Pr...
分类:数据库   时间:2014-05-09 12:50:46    阅读次数:1089
ant新建scp和sshexec任务
1、build.xml中新建targer如下: 2、ant debug环境配置如下,运行3、运行结果logApache Ant version 1.7.1 compiled on June 27 2008Setting r...
分类:其他好文   时间:2014-05-09 09:11:47    阅读次数:472
c++ const(不断跟新)
1.把一个 const 对象的地址赋给一个普通的、非 const 对象的指针也会导致编译时的错误:const double pi = 3.14;double *ptr = π // error: ptr is a plain pointerconst double *cptr = π /...
分类:编程语言   时间:2014-05-09 05:39:43    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!