这说明服务器使用了密钥的连接方式登陆的,你需要使用putty登录时通过puttygen转换得到的ppk文件连接服务器 例如 :pscp -i C:\your.ppk C:\file.tar.gz 用户名@IP地址:/home/ ...
分类:
Web程序 时间:
2018-10-19 16:03:44
阅读次数:
253
php5.6ajax报错 Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set ...
分类:
Web程序 时间:
2018-10-11 15:45:53
阅读次数:
548
Reset Segments A segment hav- ing this bit set to “on” is called a “reset segment” or simply a “reset.” In general, a reset is sent by TCP whenever a ...
分类:
其他好文 时间:
2018-10-03 00:28:38
阅读次数:
169
When initialized, TCP starts in the CLOSED state. Usually an imme- diate transition takes it to either the SYN_SENT or LISTEN state, depending on whet ...
分类:
其他好文 时间:
2018-10-02 17:17:37
阅读次数:
140
Description Some message encoding schemes require that an encoded message be sent in two parts. The first part, called the header, contains the charac ...
分类:
编程语言 时间:
2018-09-29 20:27:15
阅读次数:
193
sys aud mode req msg sent from TV to AMP has a param of PA of src dev, while sys aud mode req msg sent from TV to AMP hasn't any param: aud sys mod re ...
分类:
其他好文 时间:
2018-09-26 19:07:15
阅读次数:
185
格式 log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_fo ...
分类:
数据库 时间:
2018-09-25 14:08:30
阅读次数:
218
今天需求说要给在进入某个页面给某个按钮加上放大效果,心想这还不简单,于是三下五除二的把动画加上提交测试了. 下面是动画的代码 然而后面却出现了一个诡异的bug.当动画正在进行的时候滚动scrollView,则会崩溃,并且报下面的错误. 上stackoverflow上发现解释如下, 翻译一下就是tra ...
分类:
其他好文 时间:
2018-09-18 22:54:11
阅读次数:
167
SQL: Cannot create JDBC driver of class '' for connect URL 使用数据库数据源的web 项目,发布后,访问数据库500报错: 浏览器端: 控制台: 数据库连接池在不启动Tomcat的情况下,测试类通过,没有问题。 一旦在服务器发布,就会出现问题 ...
分类:
其他好文 时间:
2018-09-11 11:18:16
阅读次数:
743
Registering a key event dispatcher with the keyboard focus manager allows you to see all key events before they are sent to the focused component. It ...
分类:
其他好文 时间:
2018-09-06 11:01:19
阅读次数:
205